<div dir="ltr">Looking closer at /usr/bin/lxsession-default I found something else wrong with the file is that before the ;; in the list of options for all different parts of lxsession-default is on a new line instead of being at the end of the previous command if you want the ;; on a new line for style reasons then a \ in front of it will make it be equivlent to being on the same line. Doing this and saving the file back in /usr/bin/lxsession-default seems to get alt printscreen keybinding working and several of the other lxsession-default commands to work which were not working before. </div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 15, 2014 at 2:44 PM, <span dir="ltr"><<a href="mailto:farinet@arcor.de" target="_blank">farinet@arcor.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I don't know if it's correct to ask here my questions. If not, sorry in<br>
advance ...<br>
<br>
Anyway, i'm encountering several problems with the predefined shortcuts<br>
in the - default! - ~/.config/openbox/lubuntu-rc.xml shortcuts (lubuntu<br>
13.10):<br>
<br>
1.<br>
<CTRL><F10> and <CTRL><F11> do not work (xbacklight is missing). My<br>
question is: Why xbacklight is not installed by default if this commands<br>
presume its presence? I installed it, dimming and increasing now works<br>
but there seem to be a problem with 'xbacklight -inc 20'. At maximum<br>
brightness the screen becomes dead (that's not a lubuntu problem, sure ;) ).<br>
<br>
2.<br>
The screenshot related command <PRINT> has no effect. I looked into it<br>
and executed the command 'lxsession-default screenshot' from the<br>
commandline. There, i'm getting the error msg:<br>
<br>
/usr/bin/lxsession-default: 53: [: missing ]<br>
/usr/bin/lxsession-default: 57: [: missing ]<br>
<br>
I looked into that file and line 53 says:<br>
<br>
elif [ "$1" = "screenshot" && "$2" = "window"]<br>
<br>
And line 57:<br>
<br>
elif [ "$1" = "screenshot"]<br>
<br>
Now, im not into scripting but i presume many out here are. I checked if<br>
scrot is installed and it is. So, what could miss there?<br>
<br>
3.<br>
Sound control (XF86Mute, XF86RaiseVolume, XF86LOwerVolume) do not work<br>
at all. Executing the XF86Mute related command, i got this:<br>
<br>
~$ amixer set Master toggle<br>
amixer: Unable to find simple control 'Master',0<br>
<br>
Then i tried:<br>
<br>
~$ amixer scontrols<br>
Simple mixer control 'IEC958',0<br>
<br>
And therefore i tried to substitute 'Master' by 'IEC958':<br>
<br>
~$ amixer set IEC958 toggle<br>
Simple mixer control 'IEC958',0<br>
Capabilities: pswitch pswitch-joined<br>
Playback channels: Mono<br>
Mono: Playback [on]<br>
<br>
[Effectively, in the terminal the command toggles between [on] and<br>
[off], but that did not have any effect on the sound output of the<br>
machine. But,may be there is a problem with/between alsa and pulse.<br>
Unfortunately pulse audio has a lot of dependencies so trying to<br>
uninstall it uninstalls a lot of useful (and necessary) programs like<br>
Blueman for instance too.<br>
<br>
Thanks a lot in advance for your patience.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Lubuntu-users mailing list<br>
<a href="mailto:Lubuntu-users@lists.ubuntu.com">Lubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/lubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/lubuntu-users</a><br>
</font></span></blockquote></div><br></div>