You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
orcbolg3612
changed the title
Can't autostart fusuma on fedora because was removed a full ten years ago.
Can't autostart fusuma on fedora because gnome-session-properties was removed a full ten years ago.
Dec 24, 2023
orcbolg3612
changed the title
Can't autostart fusuma on fedora because gnome-session-properties was removed a full ten years ago.
Can't autostart fusuma on fedora because gnome-session-properties was removed a full ten years ago on fedora.
Dec 24, 2023
╭─orcbolg@fedora ~
╰─$ gnome-session-properties
zsh: gnome-session-properties: command not found…
I installed gnome-session and i am using fedora39 with latest update.
╰─$ sudo dnf install gnome-session 127 ↵
[sudo] password for orcbolg:
Last metadata expiration check: 0:50:40 ago on Sun 24 Dec 2023 08:55:52 AM +07.
Package gnome-session-45.0-3.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
I think that you can use ~/.config/autostart/fusuma.desktop to set up autostart.
Try creating the following .desktop file:
[Desktop Entry]Name=fusuma
Comment=run fusuma
# If it doesn't work, check the path with `which fusuma`Exec=fusuma -d --log=/tmp/fusuma.log --verbose
Icon=input-touchpad
X-GNOME-Autostart-enabled=true
Type=Application
After creating the file, make sure its permissions are correct, and then check whether it starts automatically. Especially ensure the Exec path is correct by running the which fusuma command in the terminal to get the correct path and use it instead of fusuma in the Exec line if necessary.
How can i autostart fusuma on fedora.
The text was updated successfully, but these errors were encountered: