Labwc autostart file is fixed to a specific folder #20
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BuddiesOfBudgie/budgie-desktop-services#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As per
labwc/labwc@eecb5d0947/src/common/dir.c (L149)This means the autostart file is defined by our usage of --config-dir in /usr/bin/startbudgielabwc - in essence it will always be in the users home folder and any /etc/labwc/autostart file will be ignored.
What we could do is define the autostart file in budgie-desktop - bridges and modify /usr/bin/startbudgielabwc to copy it down to the users home budge config folder. Then when labwc starts, the contents of the autostart will run.
Isn't this already covered in #16, so we need another issue for this?
yeah - threw the thoughts in an edit of the first post.