12-21-2016, 12:30 PM
I figured I was preaching to the priest :P
https://unlockforus.com
Sorry for seeming stupid and preferring Linux - I just don't know any better.
![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)
![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)
find /etc/skel -type d -exec chmod 755 {} \;
find /etc/skel -type f -exec chmod 644 {} \;chmod +x /etc/skel/.conky/start
chmod +x /etc/skel/.conky/updates![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)
![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)
(04-17-2017, 10:37 AM)Jerry link Wrote: Awesome, I'm gonna repackage.
![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)
chown root:root /usr/share/applications/* -R
chown root:root /usr/share/icons/* -Rfind /usr/share/applications/ -type f -exec chmod 644 {} \;
find /usr/share/icons/ -type d -exec chmod 755 {} \;
find /usr/share/icons/ -type f -exec chmod 644 {} \;![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)