Patch dolphin bookmarks.
This commit is contained in:
parent
9d11c95794
commit
1004922a58
3 changed files with 9 additions and 1 deletions
3
roles/lmn_fvs/files/lmn-dolphin.sh
Normal file
3
roles/lmn_fvs/files/lmn-dolphin.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
if [[ "$UID" -gt 10000 ]] && [[ ! -f ~/.local/share/user-places.xbel.lmn ]] ; then
|
||||
(sleep 30 ; lmn-patch-dolphin.sh) &
|
||||
fi
|
|
@ -58,4 +58,4 @@ patch="
|
|||
<bookmark:icon name=\"folder-network\"/>
|
||||
"
|
||||
|
||||
echo "$patch" | patch --fuzz=0 --backup "$file"
|
||||
echo "$patch" | patch -z '.lmn' --fuzz=0 --backup "$file"
|
||||
|
|
|
@ -100,6 +100,11 @@
|
|||
- lmn-reset-dolphin.sh
|
||||
- lmn-patch-dolphin.sh
|
||||
|
||||
- name: Configure KDE dolphin menu
|
||||
ansible.builtin.copy:
|
||||
src: lmn-dolphin.sh
|
||||
dest: /etc/profile.d/
|
||||
|
||||
|
||||
- name: Copy fvs-config.js to configure plasma
|
||||
ansible.builtin.copy:
|
||||
|
|
Loading…
Add table
Reference in a new issue