![]() |
Lite Tweaks - Suggestions welcomed - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=7) +--- Forum: Linux Lite Software Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=30) +--- Thread: Lite Tweaks - Suggestions welcomed (/showthread.php?tid=801) |
Re: Lite Cleaner - Suggestions welcomed - Wirezfree - 10-15-2014 (10-15-2014, 09:41 AM)Wirezfree link Wrote: [quote author=Valtam link=topic=829.msg6241#msg6241 date=1413361238] Worked for me... not run it for a while... 315MB cleaned, nice ![]() [/quote] Out of curiosity... I just ran the "Preview" option in "Bleachbit"... it found this: Code: Delete 4.1kB /usr/share/man/sv/man1/dpkg-distaddfile.1.gz I think .old and archived log files are valid items to remove, CAUTION ~ DO NOT RUN "BLEACHBIT" unless you really understand the implications Re: Lite Cleaner - Suggestions welcomed - bitsnpcs - 10-15-2014 Thank You for the update Valtam and Misko. ![]() Re: Lite Cleaner - Suggestions welcomed - bitsnpcs - 11-02-2014 I have a suggestion for Lite Cleaner, an option to empty the "Recently Used" folder in the main menu. Re: Lite Cleaner - Suggestions welcomed - Valtam - 11-02-2014 (11-02-2014, 06:29 AM)bitsnpcs link Wrote: I have a suggestion for Lite Cleaner, an option to empty the "Recently Used" folder in the main menu. You could make a feature request here - https://github.com/gottcode/xfce4-whiskermenu-plugin for the Whisker Menu. Or if some code wizard could come along and suggest a sed command or something similar that replaces line 2 in /home/user/.config/xfce4/panel/whiskermenu-*.rc with just recent= A login in/log out would be required for it to take effect. Re: Lite Cleaner - Suggestions welcomed - shaggytwodope - 11-02-2014 Here ya go chaps. Code: sed -i 's/^recent=.*$/recent=/g' ~/.config/xfce4/panel/whiskermenu-1.rc Re: Lite Cleaner - Suggestions welcomed - Valtam - 11-02-2014 Awesome shaggytwodope thank you ![]() We will also include: Code: dbus-send --print-reply --dest=org.xfce.Panel /org/xfce/Panel org.xfce.Panel.Terminate boolean:true Which will reload the panel and clear Recently Used without the need to logout/in. Re: Lite Cleaner - Suggestions welcomed - bitsnpcs - 11-02-2014 Thank You shaggytwodope and Valtam. Valtam I viewed the github link but didn't make any request, I did do their newbie course last week but cannot relate it very well to github. I learn differently and to me they seem like 2 different unrelated things at the moment. I may look in to github at a future time. Re: Lite Cleaner - Suggestions welcomed - anon222 - 11-02-2014 Good job shaggytwodope and Valtam, and thank you for an idea bitsanpcs. I would just add the check if there are Recent items in the whisker menu. Something like this. ![]() Code: #!/bin/bash Re: Lite Cleaner - Suggestions welcomed - bitsnpcs - 11-02-2014 Thank You misko_2083 for the check recent itemsĀ ![]() Re: Lite Cleaner - Suggestions welcomed - Valtam - 11-03-2014 New version available, thank you to bitsnpcs, misko and shaggy ![]() ![]() |