Page 1 of 1

LXDE

Posted: Mon Jan 09, 2017 2:42 pm
by macondo
LXDE

I installed it:

Code: Select all

$ sudo pkg install lxde-meta
LXDE comes by default with the window manager Openbox.
Because I find it difficult to configure, I decided to replace it with IceWM;
which I already got configured in my box.

I went to /usr/local//etc/xdg/lxsession/LXDE/desktop.conf as ROOT and
and replaced the line:

Code: Select all

window_manager=openbox-lxde
with:

Code: Select all

window_manager=icewm
save/exit

I got all my IceWM keybindings :)

To start it from my .xinitrc:

Code: Select all

exec startlxde
And voilĂ  !

Image Image

Re: LXDE

Posted: Mon Jan 09, 2017 4:33 pm
by ASX
Look like you are having fun! Please continue! :)

Re: LXDE

Posted: Mon Jan 09, 2017 5:19 pm
by macondo
The whole affair took me less than 10 minutes, including googling :D

This baby is light and fast!

Re: LXDE

Posted: Mon Jan 09, 2017 8:28 pm
by macondo
The sound volume keybindings in IceWM do not work too well.
The LXDE wiki states that you can replace Openbox with Icewm, Fluxbox, and Xfwm.
Being the way I am, I replaced IceWM with my other window manager JWM.

I rebooted, and have being using LXDE for a few hours without problems,

I am going to wait for a few days, see what happens.

LXDE with JWM as window manager
Image

Re: LXDE

Posted: Tue Jan 10, 2017 1:26 am
by macondo
Another good thing about it: you don't have to use the apps that come with LXDE, for example, I use roxterm, xfe and mirage, instead of lxterminal, pcmanfm, and gpicview. It's all in my JWM keybindings.

Re: LXDE

Posted: Wed Jan 11, 2017 10:11 pm
by macondo
Solved the sound problem with IceWM, put it back in LXDE, and everything is back to normal.

Re: LXDE

Posted: Thu Jan 12, 2017 3:07 am
by kraileth
macondo wrote:Solved the sound problem with IceWM, put it back in LXDE, and everything is back to normal.
Just for the records: Could you post here what you did to fix the sound? It's always a good idea to document such solutions. You never know who might be searching for that or a related issue in the future.

Re: LXDE

Posted: Thu Jan 12, 2017 5:28 am
by macondo
Of course, sorry about that.

There was a quotation mark missing from the Sound Volume set of keybindings.

Code: Select all

    #Sound
    key "Alt+Ctrl+KP_Divide"      aumix -v -5             # lower volume
    key "Alt+Ctrl+KP_Multiply"    aumix -v +5             # raise volume