summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rw-r--r--usr/share/lightdm/lightdm-gtk-greeter.conf.d/10-xebian-default.conf5
-rw-r--r--usr/share/lightdm/lightdm.conf.d/60-xebian.conf3
-rw-r--r--usr/share/polkit-1/actions/com.ubuntu.pkexec.mousepad.policy.in22
-rw-r--r--usr/share/polkit-1/actions/po/Makefile22
-rw-r--r--usr/share/polkit-1/actions/po/POTFILES.in1
-rw-r--r--usr/share/polkit-1/actions/po/ca.po22
-rw-r--r--usr/share/polkit-1/actions/po/cs.po22
-rw-r--r--usr/share/polkit-1/actions/po/de.po23
-rw-r--r--usr/share/polkit-1/actions/po/es.po23
-rw-r--r--usr/share/polkit-1/actions/po/fi.po23
-rw-r--r--usr/share/polkit-1/actions/po/fr.po23
-rw-r--r--usr/share/polkit-1/actions/po/gl.po22
-rw-r--r--usr/share/polkit-1/actions/po/hu.po22
-rw-r--r--usr/share/polkit-1/actions/po/is.po22
-rw-r--r--usr/share/polkit-1/actions/po/it.po22
-rw-r--r--usr/share/polkit-1/actions/po/ja.po22
-rw-r--r--usr/share/polkit-1/actions/po/lt.po22
-rw-r--r--usr/share/polkit-1/actions/po/ml.po22
-rw-r--r--usr/share/polkit-1/actions/po/nl.po22
-rw-r--r--usr/share/polkit-1/actions/po/pl.po24
-rw-r--r--usr/share/polkit-1/actions/po/pt.po22
-rw-r--r--usr/share/polkit-1/actions/po/pt_BR.po22
-rw-r--r--usr/share/polkit-1/actions/po/ro.po22
-rw-r--r--usr/share/polkit-1/actions/po/ru.po23
-rw-r--r--usr/share/polkit-1/actions/po/xds-polkit-files.pot22
-rw-r--r--usr/share/xebian/applications/debian-uxterm.desktop2
-rw-r--r--usr/share/xebian/applications/debian-xterm.desktop2
-rw-r--r--usr/share/xebian/applications/xfce4-terminal.desktop2
-rw-r--r--usr/share/xsessions/xebian.desktop91
29 files changed, 597 insertions, 0 deletions
diff --git a/usr/share/lightdm/lightdm-gtk-greeter.conf.d/10-xebian-default.conf b/usr/share/lightdm/lightdm-gtk-greeter.conf.d/10-xebian-default.conf
new file mode 100644
index 0000000..7cfd432
--- /dev/null
+++ b/usr/share/lightdm/lightdm-gtk-greeter.conf.d/10-xebian-default.conf
@@ -0,0 +1,5 @@
+[greeter]
+background=/usr/share/xfce4/backdrops/xebian-wallpaper.png
+theme-name=Numix
+icon-theme-name=elementary-xfce-dark
+font-name=Noto Sans 9
diff --git a/usr/share/lightdm/lightdm.conf.d/60-xebian.conf b/usr/share/lightdm/lightdm.conf.d/60-xebian.conf
new file mode 100644
index 0000000..099bb6f
--- /dev/null
+++ b/usr/share/lightdm/lightdm.conf.d/60-xebian.conf
@@ -0,0 +1,3 @@
+[Seat:*]
+user-session=xebian
+greeter-hide-users=false
diff --git a/usr/share/polkit-1/actions/com.ubuntu.pkexec.mousepad.policy.in b/usr/share/polkit-1/actions/com.ubuntu.pkexec.mousepad.policy.in
new file mode 100644
index 0000000..fd6d90e
--- /dev/null
+++ b/usr/share/polkit-1/actions/com.ubuntu.pkexec.mousepad.policy.in
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE policyconfig PUBLIC
+ "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+<policyconfig>
+
+ <vendor>Xubuntu Developers</vendor>
+ <vendor_url>http://www.xubuntu.org/</vendor_url>
+
+ <action id="com.ubuntu.pkexec.mousepad">
+ <_message>Authentication is required to run mousepad as root</_message>
+ <icon_name>mousepad</icon_name>
+ <defaults>
+ <allow_any>no</allow_any>
+ <allow_inactive>no</allow_inactive>
+ <allow_active>auth_admin</allow_active>
+ </defaults>
+ <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/mousepad</annotate>
+ <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
+ </action>
+
+</policyconfig> \ No newline at end of file
diff --git a/usr/share/polkit-1/actions/po/Makefile b/usr/share/polkit-1/actions/po/Makefile
new file mode 100644
index 0000000..ab8ab13
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/Makefile
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+POTFILES := $(shell cat POTFILES.in)
+
+all: generate-xds-polkit-files
+
+generate-pot: POTFILES.in
+ intltool-update --pot --gettext-package=xds-polkit-files
+
+generate-xds-polkit-files:
+ for i in $(POTFILES); do \
+ f=$$(echo $$i | sed 's/\.in//'); \
+ intltool-merge --xml-style . ../$$i ../$$f; \
+ done
+
+update-po:
+ for i in *.po; do \
+ code=$$(echo $$i | sed 's/.po//'); \
+ intltool-update --gettext-package=xds-polkit-files --dist $$code; \
+ done
+
+# vim:ts=4
diff --git a/usr/share/polkit-1/actions/po/POTFILES.in b/usr/share/polkit-1/actions/po/POTFILES.in
new file mode 100644
index 0000000..58d7d4e
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/POTFILES.in
@@ -0,0 +1 @@
+com.ubuntu.pkexec.mousepad.policy.in
diff --git a/usr/share/polkit-1/actions/po/ca.po b/usr/share/polkit-1/actions/po/ca.po
new file mode 100644
index 0000000..16a396a
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/ca.po
@@ -0,0 +1,22 @@
+# Catalan translation for xebian-default-settings
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2014-09-05 15:00+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Catalan <ca@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr ""
diff --git a/usr/share/polkit-1/actions/po/cs.po b/usr/share/polkit-1/actions/po/cs.po
new file mode 100644
index 0000000..331e9e2
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/cs.po
@@ -0,0 +1,22 @@
+# Czech translation for xebian-default-settings
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2014-09-05 09:14+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Czech <cs@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr ""
diff --git a/usr/share/polkit-1/actions/po/de.po b/usr/share/polkit-1/actions/po/de.po
new file mode 100644
index 0000000..b594947
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/de.po
@@ -0,0 +1,23 @@
+# German translation for xebian-default-settings
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2014-08-23 14:08+0000\n"
+"Last-Translator: Tobias Bannert <Unknown>\n"
+"Language-Team: German <de@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr ""
+"Legitimierung wird benötigt, um Mousepad als Systemverwalter zu starten."
diff --git a/usr/share/polkit-1/actions/po/es.po b/usr/share/polkit-1/actions/po/es.po
new file mode 100644
index 0000000..6409d65
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/es.po
@@ -0,0 +1,23 @@
+# Spanish translation for xebian-default-settings
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2015-05-03 02:22+0000\n"
+"Last-Translator: Adolfo Jayme <fitoschido@gmail.com>\n"
+"Language-Team: Spanish <es@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr ""
+"Para ejecutar mousepad con permisos administrativos necesita autenticarse"
diff --git a/usr/share/polkit-1/actions/po/fi.po b/usr/share/polkit-1/actions/po/fi.po
new file mode 100644
index 0000000..6b0d6ef
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/fi.po
@@ -0,0 +1,23 @@
+# Finnish translation for xebian-default-settings
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2014-08-21 09:02+0000\n"
+"Last-Translator: Pasi Lallinaho <pasi@shimmerproject.org>\n"
+"Language-Team: Finnish <fi@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr ""
+"Tunnistautuminen vaaditaan, jotta mousepad voidaan ajaa pääkäyttäjänä"
diff --git a/usr/share/polkit-1/actions/po/fr.po b/usr/share/polkit-1/actions/po/fr.po
new file mode 100644
index 0000000..745a82f
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/fr.po
@@ -0,0 +1,23 @@
+# French translation for xebian-default-settings
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2014-10-13 17:31+0000\n"
+"Last-Translator: Yannick Le Guen <Unknown>\n"
+"Language-Team: French <fr@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr ""
+"Une authentification est requise pour exécuter mousepad en tant que root"
diff --git a/usr/share/polkit-1/actions/po/gl.po b/usr/share/polkit-1/actions/po/gl.po
new file mode 100644
index 0000000..1bd1ac9
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/gl.po
@@ -0,0 +1,22 @@
+# Galician translation for xebian-default-settings
+# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2015-09-18 14:55+0000\n"
+"Last-Translator: Xosé <Unknown>\n"
+"Language-Team: Galician <gl@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr "Requírese autenticación para executar mousepad como superusuario"
diff --git a/usr/share/polkit-1/actions/po/hu.po b/usr/share/polkit-1/actions/po/hu.po
new file mode 100644
index 0000000..765e0f5
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/hu.po
@@ -0,0 +1,22 @@
+# Hungarian translation for xebian-default-settings
+# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2015-02-05 09:49+0000\n"
+"Last-Translator: Richard Somlói <ricsipontaz@gmail.com>\n"
+"Language-Team: Hungarian <hu@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr "Hitelesítés szükséges a Mousepad root-ként való futtatásához"
diff --git a/usr/share/polkit-1/actions/po/is.po b/usr/share/polkit-1/actions/po/is.po
new file mode 100644
index 0000000..64fb6bc
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/is.po
@@ -0,0 +1,22 @@
+# Icelandic translation for xebian-default-settings
+# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2015-04-23 21:14+0000\n"
+"Last-Translator: Björgvin Ragnarsson <nifgraup@gmail.com>\n"
+"Language-Team: Icelandic <is@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr "Auðkenningar er krafist til að keyra mousepad sem root"
diff --git a/usr/share/polkit-1/actions/po/it.po b/usr/share/polkit-1/actions/po/it.po
new file mode 100644
index 0000000..9bc6d35
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/it.po
@@ -0,0 +1,22 @@
+# Italian translation for xebian-default-settings
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2014-09-05 13:35+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Italian <it@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr ""
diff --git a/usr/share/polkit-1/actions/po/ja.po b/usr/share/polkit-1/actions/po/ja.po
new file mode 100644
index 0000000..5360420
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/ja.po
@@ -0,0 +1,22 @@
+# Japanese translation for xebian-default-settings
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2014-09-15 03:29+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Japanese <ja@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr ""
diff --git a/usr/share/polkit-1/actions/po/lt.po b/usr/share/polkit-1/actions/po/lt.po
new file mode 100644
index 0000000..c53b37d
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/lt.po
@@ -0,0 +1,22 @@
+# Lithuanian translation for xebian-default-settings
+# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2015-04-08 23:07+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Lithuanian <lt@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr ""
diff --git a/usr/share/polkit-1/actions/po/ml.po b/usr/share/polkit-1/actions/po/ml.po
new file mode 100644
index 0000000..ddd3061
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/ml.po
@@ -0,0 +1,22 @@
+# Malayalam translation for xebian-default-settings
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2014-11-02 04:49+0000\n"
+"Last-Translator: ST Alfas <Unknown>\n"
+"Language-Team: Malayalam <ml@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr "മൗസ്പാഡ് റൂട്ടായി പ്രവര്‍ത്തിപ്പിക്കാന്‍ ആധികാരികത ആവശ്യമാണ്"
diff --git a/usr/share/polkit-1/actions/po/nl.po b/usr/share/polkit-1/actions/po/nl.po
new file mode 100644
index 0000000..ef1e0cf
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/nl.po
@@ -0,0 +1,22 @@
+# Dutch translation for xebian-default-settings
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2014-09-05 09:21+0000\n"
+"Last-Translator: Pjotr12345 <Unknown>\n"
+"Language-Team: Dutch <nl@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr "Authenticatie is vereist om te werken met Mousepad als root"
diff --git a/usr/share/polkit-1/actions/po/pl.po b/usr/share/polkit-1/actions/po/pl.po
new file mode 100644
index 0000000..9a2ecee
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/pl.po
@@ -0,0 +1,24 @@
+# Polish translation for xebian-default-settings
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2015-12-17 20:32+0000\n"
+"Last-Translator: Piotr Strębski <strebski@o2.pl>\n"
+"Language-Team: Polish <pl@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby uruchomić mousepad w trybie "
+"administratora"
diff --git a/usr/share/polkit-1/actions/po/pt.po b/usr/share/polkit-1/actions/po/pt.po
new file mode 100644
index 0000000..7f2a1a0
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/pt.po
@@ -0,0 +1,22 @@
+# Portuguese translation for xebian-default-settings
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2014-08-20 10:41+0000\n"
+"Last-Translator: David Pires <Unknown>\n"
+"Language-Team: Portuguese <pt@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr "É necessário autenticação para executar o mousepad como root"
diff --git a/usr/share/polkit-1/actions/po/pt_BR.po b/usr/share/polkit-1/actions/po/pt_BR.po
new file mode 100644
index 0000000..238ccb2
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/pt_BR.po
@@ -0,0 +1,22 @@
+# Brazilian Portuguese translation for xebian-default-settings
+# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2015-09-18 22:13+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr ""
diff --git a/usr/share/polkit-1/actions/po/ro.po b/usr/share/polkit-1/actions/po/ro.po
new file mode 100644
index 0000000..f6bdade
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/ro.po
@@ -0,0 +1,22 @@
+# Romanian translation for xebian-default-settings
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2014-11-09 14:01+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Romanian <ro@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr ""
diff --git a/usr/share/polkit-1/actions/po/ru.po b/usr/share/polkit-1/actions/po/ru.po
new file mode 100644
index 0000000..901d0ef
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/ru.po
@@ -0,0 +1,23 @@
+# Russian translation for xebian-default-settings
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: 2015-05-15 07:51+0000\n"
+"Last-Translator: Yanpas <yanpaso@gmail.com>\n"
+"Language-Team: Russian <ru@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
+"X-Generator: Launchpad (build 17886)\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr ""
+"Требуется идентификация, чтобы запустить mousepad от имени суперпользователя"
diff --git a/usr/share/polkit-1/actions/po/xds-polkit-files.pot b/usr/share/polkit-1/actions/po/xds-polkit-files.pot
new file mode 100644
index 0000000..9e31721
--- /dev/null
+++ b/usr/share/polkit-1/actions/po/xds-polkit-files.pot
@@ -0,0 +1,22 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2015-02-09 22:36-0500\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
+msgid "Authentication is required to run mousepad as root"
+msgstr ""
diff --git a/usr/share/xebian/applications/debian-uxterm.desktop b/usr/share/xebian/applications/debian-uxterm.desktop
new file mode 100644
index 0000000..5829b2d
--- /dev/null
+++ b/usr/share/xebian/applications/debian-uxterm.desktop
@@ -0,0 +1,2 @@
+[Desktop Entry]
+NoDisplay=true
diff --git a/usr/share/xebian/applications/debian-xterm.desktop b/usr/share/xebian/applications/debian-xterm.desktop
new file mode 100644
index 0000000..5829b2d
--- /dev/null
+++ b/usr/share/xebian/applications/debian-xterm.desktop
@@ -0,0 +1,2 @@
+[Desktop Entry]
+NoDisplay=true
diff --git a/usr/share/xebian/applications/xfce4-terminal.desktop b/usr/share/xebian/applications/xfce4-terminal.desktop
new file mode 100644
index 0000000..5829b2d
--- /dev/null
+++ b/usr/share/xebian/applications/xfce4-terminal.desktop
@@ -0,0 +1,2 @@
+[Desktop Entry]
+NoDisplay=true
diff --git a/usr/share/xsessions/xebian.desktop b/usr/share/xsessions/xebian.desktop
new file mode 100644
index 0000000..3050f61
--- /dev/null
+++ b/usr/share/xsessions/xebian.desktop
@@ -0,0 +1,91 @@
+[Desktop Entry]
+Version=1.0
+Name=Xebian Session
+Name[ast]=Sesión de Xebian
+Name[be]=Сэанс Xebian
+Name[bn]=Xebian সেশন
+Name[ca]=Sessió Xebian
+Name[cs]=Relace Xebian
+Name[da]=Xebian-session
+Name[de]=Xebian-Sitzung
+Name[el]=Συνεδρία Xebian
+Name[en_GB]=Xebian Session
+Name[es]=Sesión de Xebian
+Name[eu]=Xebian saioa
+Name[fi]=Xebian-istunto
+Name[fr]=Session Xebian
+Name[gl]=Sesión de Xebian
+Name[he]=הפעלת Xebian
+Name[hr]=Xebian Sesija
+Name[hu]=Xebian munkamenet
+Name[id]=Sesi Xebian
+Name[it]=Sessione di Xebian
+Name[ja]=Xebian セッション
+Name[kk]=Xebian сессиясы
+Name[ko]=Xebian 세션
+Name[lv]=Xebian sesija
+Name[nb]=Xebian Økt
+Name[nl]=Xebian sessie
+Name[pa]=Xebian ਸ਼ੈਸ਼ਨ
+Name[pl]=Xebian
+Name[pt]=Sessão Xebian
+Name[pt_BR]=Sessão do Xebian
+Name[ro]=Sesiune Xebian
+Name[ru]=Сеанс Xebian
+Name[si]=Xebian සැසිය
+Name[sk]=Sedenie Xebian
+Name[sq]=Sesion Xebian
+Name[sv]=Xebian-session
+Name[te]=Xebian చర్యాకాలం
+Name[tr]=Xebian Oturumu
+Name[ug]=Xebian ئەڭگىمە
+Name[uk]=Сесія Xebian
+Name[zh_CN]=Xebian 会话
+Name[zh_TW]=Xebian 作業階段
+Comment=Use this session to run Xebian as your desktop environment
+Comment[ast]=Use esta sesión pa executar Xebian como'l so entornu d'escritoriu
+Comment[be]=Выкарыстоўваць гэты сэанс для запуску працоўнага асяродзьдзя Xebian
+Comment[bg]=Използвайте тази сесия за изпълнение на Xebian като ваша графична среда
+Comment[bn]=আপনার ডেক্সটপ এনভায়রনমেন্ট হিসেবে Xfc রান করানোর জন্য এই সেশনটি ব্যবহার করা হবে
+Comment[ca]=Empra aquest sessió per executar l'Xebian com el vostre entorn d'escriptori
+Comment[cs]=Tuto relaci použijte ke spuštění Xebian jako vašeho pracovního prostředí
+Comment[da]=Brug denne session til at køre Xebian som dit skrivebordsmiljø
+Comment[de]=Verwenden Sie diese Sitzung, um Xebian als Ihre Arbeitsumgebung laufen zu lassen
+Comment[el]=Να χρησιμοποιείται αυτή η συνεδρία κάθε φορά που τρέχει το Xebian ως περιβάλλον της επιφάνειας εργασίας σας
+Comment[en_GB]=Use this session to run Xebian as your desktop environment
+Comment[es]=Use esta sesión para ejecutar Xebian como su entorno de escritorio
+Comment[eu]=Saio hau erabili Xebian idazmahai ingurune bezala erabiltzeko
+Comment[fi]=Valitse tämä istunto, kun haluat käyttää Xebian-työpöytäympäristöä
+Comment[fr]=Utilisez cette session pour exécuter Xebian comme environnement de bureau
+Comment[gl]=Usar esta sesión para executar Xebian coma ambiente de escritorio
+Comment[he]=הפעלת Xebian כסביבת שולחן העבודה שלך
+Comment[hr]=Koristi ovu sesiju za pokretanje Xebian kao vašeg radnog okruženja
+Comment[hu]=Ezen munkamenet használatával indítható az Xebian asztali környezet
+Comment[id]=Gunakan sesi ini untuk menjalankan Xebian sebagai lingkungan destop anda
+Comment[it]=Usare questa sessione per eseguire Xebian come ambiente grafico
+Comment[ja]=このセッションでデスクトップ環境として Xebian を使用します
+Comment[kk]=Өзіңіздің жұмыс үстел ортасы ретінде Xebian жіберу үшін осы сессияны қолданыңыз
+Comment[ko]=데스크톱 환경으로서 Xebian를 실행하기 위해 이 세션을 사용합니다
+Comment[lv]=Izmantot šo sesiju, lai palaistu Xebian darbvirsmas vidi
+Comment[nb]=Bruk denne økten for å kjøre Xebian som ditt skrivebordsmiljø
+Comment[nl]=Gebruik deze sessie om de Xebian-werkomgeving op te starten
+Comment[pa]=ਇਹ ਸ਼ੈਸ਼ਨ ਨੂੰ Xebian ਨੂ ਆਪਣੇ ਡੈਸਕਟਾਪ ਇੰਵਾਇਰਨਮੈਂਟ ਵਜੋਂ ਚਲਾਣਉ ਲਈ ਵਰਤੋਂ
+Comment[pl]=Uruchamia środowisko graficzne Xebian
+Comment[pt]=Utilizar esta sessão para executar o Xebian como ambiente de trabalho
+Comment[pt_BR]=Use esta sessão para executar o Xebian como seu ambiente de trabalho
+Comment[ro]=Alegeți această sesiune pentru a utiliza mediul desktop Xebian
+Comment[ru]=Используйте данный сеанс для запуска Xebian как своей рабочей среды
+Comment[si]=Xebian ඔබගේ වැඩතලය ලෙස ක්‍රියාත්මක කිරීමට මෙම සැසිය භාවිතා කරන්න
+Comment[sk]=Použiť toto sedenie na spustenie Xebian ako vaše pracovné prostredie
+Comment[sq]=Përdoreni këtë sesion për të xhiruar Xebian-në su mjedisin tuaj dekstop
+Comment[sv]=Använd denna session för att köra Xebian som din skrivbordsmiljö
+Comment[te]=Xebian మీ డెస్క్‍టాప్ పరిసరముగా నడుపుటకు ఈ చర్యాకాలమును వాడుకోండి
+Comment[tr]=Masaüstü yöneticiniz, Xebian her çalıştığında bu oturumu kullan
+Comment[ug]=مەزكۇر session دا ئۈستەل يۈزى ئۈچۈن Xebian ئىشلىتىلىدۇ
+Comment[uk]=Використовуйте цю сесію для запуску Xebian як Вашого робочого середовища
+Comment[zh_CN]=使用此会话运行 Xebian 作为您默认的桌面环境
+Comment[zh_TW]=使用 Xebian 作為此作業階段的桌面環境
+Exec=startxfce4
+Icon=
+Type=Application
+DesktopNames=XFCE