-
Notifications
You must be signed in to change notification settings - Fork 46
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
Auto start is not working #13
Comments
Oh no. What's your desktop configuration? Please comment result of:
|
Also, does the output toggle between |
I have the same issue, I run it with sudo if that matters at all. The message yelling whether it's on or off works, by the way. My
I would've installed 17.10 but it gave some error so I switched back to the last version. Maybe implementing #7 would solve the issue, and BTW I think it would be better 👍 |
For now, autostart only works if you did If anyone has good grasp about systemctl services and willing to contribute, that would help greatly! |
@hashemirafsan @paveltrufi Please check out PR #15, if it fixes the issue. Instructions on how to test are located there. Thanks! |
Sorry, I was not able to finish the A workaround I'm thinking of is to add mkdir -p ~/.config/autostart
echo '[Desktop Entry]
Type=Application
Exec=bash -c "/bin/sleep 3 && /usr/local/bin/comfortable-swipe start"
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name=Comfortable Swipe
Comment=3 or 4 touchpad gestures' > ~/.config/autostart |
Closing this because autostart is now working as of v1.0.1. Please check out the repository and perform the installation steps again. |
Hi. I'm sorry but I don't use this program anymore. I'm glad you were able to solve it anyway! |
this worked for me, thanks! |
i clone your your project and it's so damn good but you had offered for auto start command but it doesn't work
The text was updated successfully, but these errors were encountered: