09-18-2014, 08:49 PM
LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS
Lite Tweaks - Suggestions welcomed
|
09-21-2014, 10:50 PM
I've made progress with this.
I had to put list items with spaces and other chars into a "variable". I've solved that with bash arrays. The script now shows firefox, google-chrome and chromium on the list only if their cache directories exist. Code: #! /bin/bash Code: rm -rf $HOME/.cache/chromium/* | zenity --progress --title="$APPNAME" --window-icon="${INSTALL_ICON}" --text="Please wait whilst Chromium is being cleaned..." --pulsate --width=400 --auto-close --auto-kill Code: rm -rf $HOME/.cache/chromium/ | zenity --progress --title="$APPNAME" --window-icon="${INSTALL_ICON}" --text="Please wait whilst Chromium is being cleaned..." --pulsate --width=400 --auto-close --auto-kill
09-22-2014, 04:32 AM
(09-21-2014, 10:50 PM)misko_2083 link Wrote: P.S. In the chromium script command doesn't remove "$HOME/.cache/chromium/" directory What line was that on? I don't see that here.
09-22-2014, 06:16 AM
You're right. I've checked it on github. I must have tried something, and forgot to change it back. Should really get more sleep.
I've spoted this on github: https://github.com/linuxlite/litecleaner...ean/chrome 13 This will process will purge Chrome of <b>$FFCACHESIZE</b> worth of files. https://github.com/linuxlite/litecleaner...n/chromium 13 This will process will purge Chromium of <b>$FFCACHESIZE</b> worth of files. https://github.com/linuxlite/litecleaner...emptytrash 13 This will process will empty your Trash bin. https://github.com/linuxlite/litecleaner...an/firefox 13 This will process will purge Firefox of <b>$FFCACHESIZE</b> worth of files.
09-22-2014, 06:18 AM
I've got to update github sometime today
09-22-2014, 07:26 AM
Before you update, I wanted to add these two things.
If the trash is empty and if there are no thumbnails they will not show up in the cleaner. Code: #! /bin/bash
09-22-2014, 08:17 AM
Very nice contribution there misko, github and Install Updates have been updated
09-24-2014, 04:24 AM
I've finished the Old Kernel Cleaner.
What text should I use for the dialog?
09-24-2014, 04:29 AM
This will remove kernels you no longer wish to use.
Be sure to select both the header and the image for each version of the kernel that you wish to remove. When you click on Yes....
09-24-2014, 04:38 AM
Is this OK?
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 2 Guest(s)