Patch dolphin bookmarks.

This commit is contained in:
Andreas B. Mundt 2023-09-06 10:12:09 +02:00
parent 9d11c95794
commit 1004922a58
3 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,3 @@
if [[ "$UID" -gt 10000 ]] && [[ ! -f ~/.local/share/user-places.xbel.lmn ]] ; then
(sleep 30 ; lmn-patch-dolphin.sh) &
fi