|
From: | Andreas Höschler |
Subject: | Re: GNUstep app fails on Ubuntu 16 |
Date: | Wed, 6 May 2020 17:56:26 +0200 |
Hi Johannes,
I failed to get wmaker running. However, since NSComboBox does not work under WindowMaker anyway I gave up on this. The following sequence of commands gave me working graphical login screen without the unity bulk-load. apt install xfce4 lightdm dpkg-reconfigure lightdm The problem with LightDM in Ubuntu repository is that it’s configured for Unity, the old default Ubuntu desktop environment. So, now, let’s config LightDM for Xfce. rm /usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf pico /usr/share/lightdm/lightdm.conf.d/50-xfce-greeter.conf [SeatDefaults] greeter-session=unity-greeter user-session=xfce reboot This works like a charm. I haven't tested GNUstep apps under this Window Manager yet though. I hope NSComboBox will work (under unity it does, under wmaker it does not) Best wishes, Andreas |
[Prev in Thread] | Current Thread | [Next in Thread] |