[Solved] 13-Aug dist-upgrade breaks LXDE

Started by timc, 2013/08/13, 14:01:06

Previous topic - Next topic

dibl

I have messed around trying to verify that I have all the necessary LXDE packages installed, and I think I do, but I still cannot get past the slim login manager. I don't mind reinstalling on this netbook, but in case the problem is with the system (vs. the user), perhaps I should request assistance and review the system configuration.  Is there a list somewhere of the required packages for a complete LXDE desktop?   (Tomorrow is soon enough -- I know what time it is in Europe!)
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

timc

In the past half hour or so, there are some new packages, including lxpanel, that have made major improvements with the problem. I can now get a working panel at login, but to get it, I had to add "@lxpanel" to ~/,config/lxsession/LXDE/autostart. That never had to be there, before.

Also, my key combinations (such as Super+w to open the web browser) no longer work. It seems they have made many changes to the way LXDE works.

Tim

dibl

Quote from: "dibl"I have messed around trying to verify that I have all the necessary LXDE packages installed, and I think I do, but I still cannot get past the slim login manager. I don't mind reinstalling on this netbook, but in case the problem is with the system (vs. the user), perhaps I should request assistance and review the system configuration.  Is there a list somewhere of the required packages for a complete LXDE desktop?   (Tomorrow is soon enough -- I know what time it is in Europe!)

My bad -- the problem was something in the user's home folder configuration.  Deleting the user and his home folder, and then adding the new user solved the issue -- LXDE desktop and panel are behaving as expected for a new user, so I concur this is a solved item.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

timc

The reason my key combos don't work again is because LXDE is once again mis-mapping keycode 133, even though I have code in place to remap it, correctly. I suspect the problem is that my code is in the same file where I had to add code to start lxpanel, yesterday.

Damn, this mess just goes around and around.

Here is that file, ~/.config/lxsession/LXDE/autostart:


@lxpanel
@xmodmap ~/.Xmodmap


Why is the xmodmap command no longer being executed?

Tim

timc

Ok, I got the preceding post's problem fixed with coruja's help. I learned that the autostart in ~/.config/lxsession/LXDE, if found, prevents the autostart in /etc/xdg/lxsession/LXDE from being executed. After that tidbit of info, it was easy to put everything I need into ~/.config/lxsession/LXDE/autostart and have it all work in a consistent manner.

Now my LXDE profile works, my lxpanel looks nice like it used to, and my key combos work. Everything is good, again.

Tim