subhra74 / xdm-experimental-binaries

GNU General Public License v3.0
153 stars 10 forks source link

Auto-start option does not save #3

Open DrasticT opened 2 years ago

DrasticT commented 2 years ago

Loving the beta so far, especially the interface!! But one slight issue, the auto start option keep switching to off in the setting although I clicked save. Im not sure if this is intentional but i have resort to putting the .exe in the shell:startup folder.

DrasticT commented 2 years ago

Also Im rocking window 10 if that helps

theuserwhoisnotadeveloper commented 1 year ago

Can confirm that it happens on fedora 37 too. I had to modify xdm-app.desktop in /home/yourusername/.config/autostart/ to make it not autostart after a reboot. a temporary solution is to open /home/yourusername/.config/autostart/xdm-app.desktop with a text editor then put # sign in front of Exec=env GTK_USE_PORTAL=1 "/opt/xdman/xdm-app" --background.

it will look like this: #Exec=env GTK_USE_PORTAL=1 "/opt/xdman/xdm-app" --background