Merge trusty-fixes branch:
* debian/control: - Depends on xbacklight to make some shortcuts workings (LP: #1313358) * usr/share/lubuntu/openbox/*rc.xml - Fix C-F7 shortcut (LP: #1313352) - Fix launcher shortcuts (LP: #1313355)
This commit is contained in:
commit
e26701d5ee
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -2,6 +2,11 @@ lubuntu-default-settings (0.40) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
* usr/share/xsessions/QLubuntu.desktop
|
* usr/share/xsessions/QLubuntu.desktop
|
||||||
- Use LXQt as environment for the Qt session.
|
- Use LXQt as environment for the Qt session.
|
||||||
|
* debian/control:
|
||||||
|
- Depends on xbacklight to make some shortcuts workings (LP: #1313358)
|
||||||
|
* usr/share/lubuntu/openbox/*rc.xml
|
||||||
|
- Fix C-F7 shortcut (LP: #1313352)
|
||||||
|
- Fix launcher shortcuts (LP: #1313355)
|
||||||
|
|
||||||
-- Julien Lavergne <gilir@freedom> Mon, 12 May 2014 22:10:53 +0200
|
-- Julien Lavergne <gilir@freedom> Mon, 12 May 2014 22:10:53 +0200
|
||||||
|
|
||||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -20,7 +20,8 @@ Depends: ${misc:Depends},
|
|||||||
ttf-ubuntu-font-family,
|
ttf-ubuntu-font-family,
|
||||||
lightdm (>= 1.9.4),
|
lightdm (>= 1.9.4),
|
||||||
lxsession-logout,
|
lxsession-logout,
|
||||||
policykit-desktop-privileges
|
policykit-desktop-privileges,
|
||||||
|
xbacklight
|
||||||
Suggests: amixer,
|
Suggests: amixer,
|
||||||
scrot,
|
scrot,
|
||||||
galculator,
|
galculator,
|
||||||
|
@ -372,12 +372,12 @@
|
|||||||
<!-- Keybindings for running Run menu from Lxpanel on Home + R-->
|
<!-- Keybindings for running Run menu from Lxpanel on Home + R-->
|
||||||
<keybind key="W-r">
|
<keybind key="W-r">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>lxsession-default launcher_manager</command>
|
<command>lxsession-default launcher</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-F2">
|
<keybind key="A-F2">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>lxsession-default launcher_manager</command>
|
<command>lxsession-default launcher</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<!-- Keybindings for running Menu from Lxpanel -->
|
<!-- Keybindings for running Menu from Lxpanel -->
|
||||||
@ -465,7 +465,7 @@
|
|||||||
<!-- Keybindings for Multimedia Keys and LCD Backlight (alternative when not using gnome-power-manager or xfce4-volumed) -->
|
<!-- Keybindings for Multimedia Keys and LCD Backlight (alternative when not using gnome-power-manager or xfce4-volumed) -->
|
||||||
<keybind key="C-F7">
|
<keybind key="C-F7">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>sleep 2;xset dpms force off</command>
|
<command>xset dpms force off</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-F10">
|
<keybind key="C-F10">
|
||||||
|
@ -372,12 +372,12 @@
|
|||||||
<!-- Keybindings for running Run menu from Lxpanel on Home + R-->
|
<!-- Keybindings for running Run menu from Lxpanel on Home + R-->
|
||||||
<keybind key="W-r">
|
<keybind key="W-r">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>lxsession-default launcher_manager</command>
|
<command>lxsession-default launcher</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-F2">
|
<keybind key="A-F2">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>lxsession-default launcher_manager</command>
|
<command>lxsession-default launcher</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<!-- Keybindings for running Menu from Lxpanel -->
|
<!-- Keybindings for running Menu from Lxpanel -->
|
||||||
@ -465,7 +465,7 @@
|
|||||||
<!-- Keybindings for Multimedia Keys and LCD Backlight (alternative when not using gnome-power-manager or xfce4-volumed) -->
|
<!-- Keybindings for Multimedia Keys and LCD Backlight (alternative when not using gnome-power-manager or xfce4-volumed) -->
|
||||||
<keybind key="C-F7">
|
<keybind key="C-F7">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>sleep 2;xset dpms force off</command>
|
<command>xset dpms force off</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-F10">
|
<keybind key="C-F10">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user