Open gaetan1903 opened 3 years ago
I can confirm this issue.
I have three things in ~/.config/autostart/
Perhaps this is better categorized in cutefish-session ?
Same problem.
I found in .config/autostart/*.desktop
, Exec=
not accept additional arguments
# this work
Exec=ulauncher
# this not work
Exec=ulauncher --hide-window
My soluction:
Write a shell script put anywhere you like:
#!/bin/bash
ulauncher --hide-window
and change the *.desktop
:
Exec=/path/to/your/shell.sh
It works for me
Thanks but i doesn't use this DE anymore 😁
The application make in "autostart" doesn't start on login in this DE, it's in correct place.