From 48c7baec5fa97ab482bc1c228c3f097b42c71e99 Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Sun, 23 Jun 2013 09:04:31 +0200 Subject: keyboard-switch, translation --- skel-lxde/.config/autostart/install-flash-local.desktop | 2 ++ skel-lxde/.config/autostart/lxde-keyboard.desktop | 9 +++++++++ skel-lxde/.config/lxpanel/LXDE/panels/panel | 11 ++++++++++- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 skel-lxde/.config/autostart/lxde-keyboard.desktop diff --git a/skel-lxde/.config/autostart/install-flash-local.desktop b/skel-lxde/.config/autostart/install-flash-local.desktop index 7bcb331..fd67102 100644 --- a/skel-lxde/.config/autostart/install-flash-local.desktop +++ b/skel-lxde/.config/autostart/install-flash-local.desktop @@ -1,6 +1,8 @@ [Desktop Entry] Name=Flash Installer +Name[de]=Flash installieren Comment=Install and Update Flash +Comment[de]=Flash installieren und aktualisieren Type=Application Exec=install-flash-local & OnlyShowIn=XFCE;LXDE; diff --git a/skel-lxde/.config/autostart/lxde-keyboard.desktop b/skel-lxde/.config/autostart/lxde-keyboard.desktop new file mode 100644 index 0000000..bc934c9 --- /dev/null +++ b/skel-lxde/.config/autostart/lxde-keyboard.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Lxde Keyboard Switch +Name[de]=Lxde Tastaturumschalter +Comment=switch keyboard de us fr ru +Comment[de]=Tastaturumschalter de us fr ru +Type=Application +Exec=setxkbmap de,us,fr,ru +#Exec=setxkbmap -option grp:switch,grp:alt_shift_toggle, de,ru,us +OnlyShowIn=LXDE; diff --git a/skel-lxde/.config/lxpanel/LXDE/panels/panel b/skel-lxde/.config/lxpanel/LXDE/panels/panel index 40acd4c..6363fd6 100644 --- a/skel-lxde/.config/lxpanel/LXDE/panels/panel +++ b/skel-lxde/.config/lxpanel/LXDE/panels/panel @@ -125,7 +125,12 @@ Plugin { } Plugin { - type = tray + type = xkb + Config { + DisplayType=0 + PerAppLayout=1 + DefaultGroup=0 + } } Plugin { @@ -133,6 +138,10 @@ Plugin { } Plugin { + type = tray +} + +Plugin { type = dclock Config { ClockFmt=%R -- cgit v1.0