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
Writing a file in the user's home directory makes it hard to update; we would need to directly modify the user's home to correct the error mentioned above.
The best thing to do in this case would be to create a systemd service to start vso tasks rotate as mentioned by @taukakao Vanilla-OS/desktop-image#141
In fact I already have an issue and a PR open to solve this, so this issue complements it.
The text was updated successfully, but these errors were encountered:
taukakao
changed the title
fix: remove the creation of 'vso tasks rotate' autostart file
remove the creation of 'vso tasks rotate' autostart file
Jun 23, 2024
Currently vso creates a file that ran
vso tasks rotate
in/home/user/.config/autostart/
vanilla-system-operator/core/tasks.go
Lines 271 to 303 in 05757fb
There are a few problems with this:
The created file uses the old command for vso tasks rotating (so the file actually doesn't work currently).
Core dumps gets stored in random places desktop-image#141
Writing a file in the user's home directory makes it hard to update; we would need to directly modify the user's home to correct the error mentioned above.
The best thing to do in this case would be to create a systemd service to start
vso tasks rotate
as mentioned by @taukakaoVanilla-OS/desktop-image#141
In fact I already have an issue and a PR open to solve this, so this issue complements it.
The text was updated successfully, but these errors were encountered: