parent
c0e54e0956
commit
580d27f6e9
@ -1,7 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
# The names/descriptions should really be better
|
|
||||||
Name=Lubuntu Netbook
|
|
||||||
Comment=Lubuntu Netbook - Lightweight X11 desktop environment based on LXDE
|
|
||||||
Exec=/usr/bin/lxsession -s Lubuntu-Netbook -e LXDE
|
|
||||||
# Icon=
|
|
||||||
Type=Application
|
|
@ -0,0 +1,5 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
_Name=Lubuntu Netbook
|
||||||
|
_Comment=Lubuntu Netbook - Lubuntu based session for netbook
|
||||||
|
Exec=/usr/bin/lxsession -s Lubuntu-Netbook -e LXDE
|
||||||
|
Type=Application
|
@ -1,10 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
# The names/descriptions should really be better
|
|
||||||
Name=Lubuntu
|
|
||||||
Comment=Lubuntu - Lightweight X11 desktop environment based on LXDE
|
|
||||||
Comment[zh_TW]=Lubuntu - 輕量級的 X11 桌面環境
|
|
||||||
Comment[fi]=Lubuntu - kevyt X11-työpöytäympäristö
|
|
||||||
Comment[ja]=Lubuntu - 軽量な X11 デスクトップ環境
|
|
||||||
Exec=/usr/bin/lxsession -s Lubuntu -e LXDE
|
|
||||||
# Icon=
|
|
||||||
Type=Application
|
|
@ -0,0 +1,5 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
_Name=Lubuntu
|
||||||
|
_Comment=Lubuntu - Lightweight X11 desktop environment based on LXDE
|
||||||
|
Exec=/usr/bin/lxsession -s Lubuntu -e LXDE
|
||||||
|
Type=Application
|
@ -1,6 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Lubuntu Qt session
|
_Name=Lubuntu Qt session
|
||||||
Comment=A specific Lubuntu session using Qt
|
_Comment=A specific Lubuntu session using Qt
|
||||||
Exec=/usr/bin/lxsession -s QLubuntu -e LXQt
|
Exec=/usr/bin/lxsession -s QLubuntu -e LXQt
|
||||||
# Icon=
|
|
||||||
Type=Application
|
Type=Application
|
@ -1,6 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=Lubuntu Nexus7 session
|
|
||||||
Comment=A specific Lubuntu session optimised for Nexus7
|
|
||||||
Exec=/usr/bin/lxsession -s Lubuntu-Nexus7 -e LXDE
|
|
||||||
# Icon=
|
|
||||||
Type=Application
|
|
@ -0,0 +1,5 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
_Name=Lubuntu Nexus7 session
|
||||||
|
_Comment=A specific Lubuntu session optimised for Nexus7
|
||||||
|
Exec=/usr/bin/lxsession -s Lubuntu-Nexus7 -e LXDE
|
||||||
|
Type=Application
|
@ -1,7 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
# The names/descriptions should really be better
|
|
||||||
Name=LX Games
|
|
||||||
Comment=LX Games - A collection of games, using LXDE desktop.
|
|
||||||
Exec=/usr/bin/lxsession -s LX-Games -e LXDE
|
|
||||||
# Icon=
|
|
||||||
Type=Application
|
|
@ -0,0 +1,5 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
_Name=LX Games
|
||||||
|
_Comment=LX Games - A collection of games, using LXDE desktop.
|
||||||
|
Exec=/usr/bin/lxsession -s LX-Games -e LXDE
|
||||||
|
Type=Application
|
@ -0,0 +1,22 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
POTFILES := $(shell cat POTFILES.in)
|
||||||
|
|
||||||
|
all: generate-po-files
|
||||||
|
|
||||||
|
generate-pot: POTFILES.in
|
||||||
|
intltool-update --pot --gettext-package=lubuntu-default-settings-xsessions
|
||||||
|
|
||||||
|
generate-po-files:
|
||||||
|
for i in $(POTFILES); do \
|
||||||
|
f=$$(echo $$i | sed 's/\.in//'); \
|
||||||
|
intltool-merge -d . ../$$i ../$$f; \
|
||||||
|
done
|
||||||
|
|
||||||
|
update-po:
|
||||||
|
for i in *.po; do \
|
||||||
|
code=$$(echo $$i | sed 's/.po//'); \
|
||||||
|
intltool-update --gettext-package=lubuntu-default-settings-xsessions --dist $$code; \
|
||||||
|
done
|
||||||
|
|
||||||
|
# vim:ts=4
|
@ -0,0 +1,5 @@
|
|||||||
|
Lubuntu.desktop.in
|
||||||
|
lubuntu-nexus7.desktop.inpo
|
||||||
|
Lubuntu-Netbook.desktop.in
|
||||||
|
lxgames.desktop.in
|
||||||
|
QLubuntu.desktop.in
|
@ -0,0 +1,50 @@
|
|||||||
|
# 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: 2014-10-27 18:02+0100\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"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr ""
|
Loading…
Reference in new issue