New code for fix-tweaked-desktop-files #9
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: TROMjaro/fixes-package#9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-tweaked-desktop-files"
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?
This is my work on the script so far. For the time being I chose to store all the program data and backup files on
~/.local/share/desktop-file-data
, but we can later change this when we have a better name in mind. This isn't finished yet, I can probably add some more comments here and there to make the code more readable. The script now uses theinotifywait
command to monitor directory changes, but this has a few downsides. You can only useinotifywait
to monitor changes in already existing directories, but most likely a user won't have all of these directories on their system:So when the script initially starts, if the user don't have any one of these directories then it can't be monitored for, even if these directories get created later on the script will be unaware of it, until the user restarts their computer in which case the script will be run again from the start.
WIP: New code for fix-tweaked-desktop-filesto New code for fix-tweaked-desktop-files