Using lxsession new features in Lubuntu session

ubuntu/bionic
Julien Lavergne 12 years ago
parent 562f32dbb1
commit d3c298c0a8

@ -2,7 +2,7 @@
single_click=0 single_click=0
use_trash=1 use_trash=1
confirm_del=1 confirm_del=1
terminal=lxterminal %s terminal=lubuntu-default terminal %s
thumbnail_local=1 thumbnail_local=1
thumbnail_max=2048 thumbnail_max=2048

@ -1,5 +0,0 @@
@lxpanel --profile Lubuntu
@xscreensaver -no-splash
@xfce4-power-manager
@pcmanfm --desktop --profile lubuntu
@/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1

@ -1,5 +1,76 @@
[Session] [Session]
window_manager=openbox-lubuntu window_manager/program=openbox
window_manager/session=Lubuntu
window_manager/extras=
panel/program=lxpanel
panel/session=Lubuntu
screensaver/program=
power-manager/program=auto
file-manager/program=pcmanfm
file-manager/session=Lubuntu
file-manager/extras=
polkit=lxpolkit
network_gui=auto
audio_manager=alsamixer
quit_manager/command=lxsession-logout
quit_manager/image=/usr/share/lubuntu/images/logout-banner.png
quit_maanger/layout=top
workspace_manager=obconf
launcher_manager=lxpanelctl
terminal_manager=x-terminal-emulator
screenshot_manager=scrot
upgrades_manager=update-manager
clipboard=lxclipboard
composite_manager/command=
composite_manager/autostart=true
disable_autostart=config-only
webbrowser/command=x-www-browser
webbrowser/desktop=
[State]
laptop_mode=unknown
[Dbus]
lxde=true
gnome=false
[Keymap]
mode=system
model=
layout=
variant=
options=
[XRandr]
mode=
command=
[Security]
keyring=no
[a11y]
activate=no
type=
[Updates]
activate=true
[GTK] [GTK]
sNet/ThemeName=Lubuntu-default sNet/ThemeName=Lubuntu-default

@ -175,7 +175,7 @@
</item> </item>
<item label="Terminal" icon="/usr/share/pixmaps/lxterminal.png"> <item label="Terminal" icon="/usr/share/pixmaps/lxterminal.png">
<action name="Execute"> <action name="Execute">
<command>xterm</command> <command>lxsession-default terminal</command>
<startupnotify> <startupnotify>
<enabled>yes</enabled> <enabled>yes</enabled>
</startupnotify> </startupnotify>
@ -199,7 +199,7 @@
<separator /> <separator />
<item label="Log Out"> <item label="Log Out">
<action name="Execute"> <action name="Execute">
<command>lubuntu-logout</command> <command>lxsession-default quit</command>
</action> </action>
</item> </item>
</menu> </menu>

@ -267,7 +267,7 @@
<!-- Take a screenshot of the current window with scrot when Alt+Print are pressed --> <!-- Take a screenshot of the current window with scrot when Alt+Print are pressed -->
<keybind key="A-Print"> <keybind key="A-Print">
<action name="Execute"> <action name="Execute">
<command>scrot -u -b</command> <command>lxsession-default screenshot window</command>
</action> </action>
</keybind> </keybind>
<!-- Keybindings for window switching --> <!-- Keybindings for window switching -->
@ -404,7 +404,7 @@
<!-- Launch a terminal on Ctrl + Alt + T--> <!-- Launch a terminal on Ctrl + Alt + T-->
<keybind key="C-A-T"> <keybind key="C-A-T">
<action name="Execute"> <action name="Execute">
<command>x-terminal-emulator</command> <command>lxsession-default terminal</command>
</action> </action>
</keybind> </keybind>
<!-- Launch a filemanager on Ctrl + Alt + D--> <!-- Launch a filemanager on Ctrl + Alt + D-->
@ -442,12 +442,12 @@
<!-- Keybinding for terminal button--> <!-- Keybinding for terminal button-->
<keybind key="XF86WWW"> <keybind key="XF86WWW">
<action name="Execute"> <action name="Execute">
<command>x-terminal-emulator</command> <command>lxsession-default terminal</command>
</action> </action>
</keybind> </keybind>
<keybind key="XF86Terminal"> <keybind key="XF86Terminal">
<action name="Execute"> <action name="Execute">
<command>x-terminal-emulator</command> <command>lxsession-default terminal</command>
</action> </action>
</keybind> </keybind>
<!-- Keybinding for calculator button--> <!-- Keybinding for calculator button-->
@ -481,13 +481,13 @@
<!-- Launch scrot when Print is pressed --> <!-- Launch scrot when Print is pressed -->
<keybind key="Print"> <keybind key="Print">
<action name="Execute"> <action name="Execute">
<command>scrot</command> <command>lxsession-default screenshot</command>
</action> </action>
</keybind> </keybind>
<!-- Launch logout when push on the shutdown button --> <!-- Launch logout when push on the shutdown button -->
<keybind key="XF86PowerOff"> <keybind key="XF86PowerOff">
<action name="Execute"> <action name="Execute">
<command>lubuntu-logout</command> <command>lxsession-default quit</command>
</action> </action>
</keybind> </keybind>
</keyboard> </keyboard>

@ -1,5 +1,5 @@
[General] [General]
terminal=lxterminal terminal=lxsession-default terminal
[Desktop] [Desktop]
show_wallpaper=1 show_wallpaper=1

Loading…
Cancel
Save