0

How to configure ubuntu 14.04 to run Icewm as default desktop display Manager. which files to Configure to do this

karel
  • 122,292
  • 133
  • 301
  • 332

1 Answers1

1

I assume that you're using LightDM as "login manager"? You can edit the file /etc/lightdm/lightdm.conf to contain:

[SeatDefaults]
user-session=icewm-session

or

[SeatDefaults]
user-session=IceWM

An explanation of the differences between icewm-session and IceWM can be found in the IceWM FAQ:

"Beginning with IceWM 1.2.13 there is a binary icewm-session. This binary helps you to handle all IceWM subparts (icewmbg, icewm, icewmtray, startup, shutdown started in this order). Therefore you can use icewm-session to start IceWM. icewm now starts only window manager itself."

RazGo
  • 36
  • 5