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 --restore on startup #69

Open
0pLuS0 opened this issue Apr 6, 2023 · 0 comments
Open

Can't Autostart --restore on startup #69

0pLuS0 opened this issue Apr 6, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@0pLuS0
Copy link

0pLuS0 commented Apr 6, 2023

My System specs:

Slackware 15.0
Openbox 3.6.1
openrazer 3.5.1

I'm trying to add razer-cli --restore to work at system startup, without having to always type it out when I log into X.

I've tried creating a .desktop file and then running it from the /.config/autostart start path;

[Desktop Entry]
Version=1.0
Name=razer-cli
Exec=razer-cli --restore
Icon=openrazer-chroma
Terminal=false
Type=Application
Categories=Utility;
StartupNotify=false

I've added the command two ways in my .xinitrc;

exec razer-cli --restore
exec /usr/bin/razer-cli --restore

I've also tried adding the cmd from the Openbox autostart.sh two ways at /.config/openbox/;

razer-cli --restore &
/usr/bin/razer-cli --restore &

Nothing works, I can't auto start this, I always have to type the cmd in a terminal when I log into X.

How can I autostart razer-cli --restore?

Here is the /.cache/razer-cli/razer-cli-settings.json. (changed to .txt to upload)

razer-cli-settings.txt

THANKS

@LoLei LoLei added the help wanted Extra attention is needed label Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants