Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't autostart fusuma on fedora because gnome-session-properties was removed a full ten years ago on fedora. #314

Open
orcbolg3612 opened this issue Dec 24, 2023 · 2 comments
Labels

Comments

@orcbolg3612
Copy link

How can i autostart fusuma on fedora.

@orcbolg3612 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 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
@orcbolg3612
Copy link
Author

╭─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!

@iberianpig
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants