xdm icon indicating copy to clipboard operation
xdm copied to clipboard

Disable starting with system not working on Linux (8.x.x)

Open mehdi-abdelkhalek opened this issue 1 year ago • 3 comments

Hi

Disabling "Launch XDM when system starts" does quite the opposite, XDM keeps starting with system anyway

Steps to reproduce the behavior:

  1. Go to 'Settings'
  2. Click on 'Advanced settings'
  3. Uncheck 'Launch XDM when system starts'
  4. Click on 'Save'

Expected behavior: XDM shouldn't start with system

  • OS: Linux
  • XDM Version 8.x.x (8.0.29)

mehdi-abdelkhalek avatar Jul 10 '23 19:07 mehdi-abdelkhalek

Same here. Actually, the issue is that the state does not persist after you click "Save".

xuanhung1509 avatar Jul 20 '23 16:07 xuanhung1509

I'm able to replicate the issue on version 8.0.29, using kernel 6.4.6 (Arch).

misa1313 avatar Aug 09 '23 16:08 misa1313

Temporary fix:

echo > ~/.config/autostart/xdm-app.desktop chmod a-w ~/.config/autostart/xdm-app.desktop

This seems to be the only place it attempts to launch from on my Mint system. After this, settings will still show "Launch XDM when system starts", but it won't actually load. Note that this behavior has been present since the 7.x branch, so it may not ever be "fixed".

Mycohl avatar Oct 25 '23 16:10 Mycohl