Go to advanced search

by julianzeidler
Thu Sep 29, 2016 4:49 pm
Forum: Raspberry Pi OS
Topic: PIXEL desktop: Large menu folders crash taskbar
Replies: 37
Views: 13613

Re: PIXEL desktop: Large menu folders crash taskbar

Here for those who do not want to modify the files by hand. A handy one liner to add the Icon line where necessary: for file in $(find /usr/local/share/applications /usr/share/applications -name "*.desktop"); do if [[ -n $(grep -IRiL "Icon" $file) ]] ; then echo "Patching File: $file" ; sudo echo "I...
by julianzeidler
Tue Nov 06, 2012 5:10 pm
Forum: Networking and servers
Topic: Backup and "save sd card" scripts (?)
Replies: 2
Views: 1318

Re: Backup and "save sd card" scripts (?)

Hi Joel, As i am having some Problems with SD-Card corruption I wrote a small script to sync SD card with an image lying on my Samba Server. This has the benefit, that only the changes have to be copied and not whole size of your SD Card. To get the script to run you will need the kpartx and smbfs i...

Go to advanced search