-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com   
 
Apps
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


Sponsoring


-
- Content .- Fans (3) .- Knowledge Base (1) . 

KleanSweep

   0.2.9  

KDE System Tool

Score 79%
KleanSweep
zoom


KleanSweep
zoom


KleanSweep
zoom


Link:  Link
Depends on  KDE 3.4.x
Downloads:  25571
Submitted:  Sep 2 2005
Updated:  Jun 30 2010

Description:

KleanSweep allows you to reclaim disk space by finding unneeded files. It can search for files basing on several criterias; you can seek for:
* empty files
* empty directories
* backup files
* broken symbolic links
* broken executables
* dead menu entries (.desktop files pointing to non-existing executables)
* obsolete thumbnails (thumbnails of non-existing images)
* duplicated files
* orphaned files (files not found in RPM or DEB database).

Results for each criteria are shown in separate tab; files may appear on many tabs if they match many criterias - in this case they are "linked", so you have to mark (or unmark) file for deletion only once! Before actual deletion takes place, you're given an option to create backup archive.

Planned features:
* seeking for orphaned files in Slackware and Gentoo (portage) database
* and more!

KleanSweep consists of KDE-based (C++) graphical frontend and small helper Perl script that performs actual searching. All searches, except for orphaned files, duplicates and dead menu entries are as fast as usual 'find' would be.

This is initial release and may contain bugs. I take no responsibility for any damage caused by this program.

Note: it may compile/work in KDE < 3.4.x, but was only tested in 3.4.2.




Changelog:

* Removed "greedy match" button
* added Italian, German, Spanish and Portugaese translations




LicenseGPL
Send to a friend
Subscribe
Other  Apps  from yogin
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8  9  10  11 

-

 Packages?

 
 by antidrugue on: Nov 3 2005
 
Score 50%

I did found a Debian repository containing your software (http://repos.knio.it/).

I heard you app is very nice by the way (didn't try it yet, nevertheless I did recommand it to some friends and had only positive feedbacks).

Just have one question, do you know where can I find a rpm package for Fedora Core 4 ?

I know some people that would be quite interested.

Thanks in advance.


Reply to this

-

 Re: Packages?

 
 by yogin on: Nov 3 2005
 
Score 50%

For now I doubt there is a package for FC4, but you may try to search using various rpm search engines. But as I'm using Fedora personally I'll probably take care of creating packages by myself soon. Stay tuned.


Reply to this

-

 compilation error :(

 
 by thomax on: Nov 13 2005
 
Score 50%

I get this error while compiling: thomas@LinuxBox:/media/data1/src/work/kleansweep-0.2.1/kleansweep-0.2.1$ scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... g++ -I/usr/include/kde/ -I/usr/include/qt3 -O2 -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -DVERSION=\"0.2.1\" -I. -Isrc -c -o src/configdlg.o src/configdlg.cpp In bestand ingevoegd door src/configdlg.cpp:87: src/configdlg.moc:12:2: fout: #error "The header file 'configdlg.h' doesn't include ." src/configdlg.moc:39: fout: ‘const QMetaObject KleanSweepConfigDialog::staticMetaObject’ is not a static member of ‘class KleanSweepConfigDialog’ src/configdlg.moc:39: fout: variable ‘const QMetaObject KleanSweepConfigDialog::staticMetaObject’ has initializer but incomplete type src/configdlg.moc:44: fout: prototype for ‘const QMetaObject* KleanSweepConfigDialog::metaObject() const’ does not match any in class ‘KleanSweepConfigDialog’ src/configdlg.h:27: fout: candidate is: virtual QMetaObject* KleanSweepConfigDialog::metaObject() const src/configdlg.moc:44: fout: ‘const QMetaObject* KleanSweepConfigDialog::metaObject() const’ cannot be overloaded src/configdlg.h:27: fout: with ‘virtual QMetaObject* KleanSweepConfigDialog::metaObject() const’ src/configdlg.moc: In member function ‘const QMetaObject* KleanSweepConfigDialog::metaObject() const’: src/configdlg.moc:46: fout: cannot convert ‘QMetaObject* (*)()’ to ‘const QMetaObject*’ in return src/configdlg.moc: At global scope: src/configdlg.moc:49: fout: no ‘void* KleanSweepConfigDialog::qt_metacast(const char*)’ member function declared in class ‘KleanSweepConfigDialog’ src/configdlg.moc: In member function ‘void* KleanSweepConfigDialog::qt_metacast(const char*)’: src/configdlg.moc:54: fout: ‘qt_metacast’ is not a member of ‘KDialogBase’ src/configdlg.moc: At global scope: src/configdlg.moc:57: fout: ‘int KleanSweepConfigDialog::qt_metacall’ is not a static member of ‘class KleanSweepConfigDialog’ src/configdlg.moc:57: fout: incomplete type ‘QMetaObject’ used in nested name specifier src/configdlg.moc:57: fout: expected primary-expression before ‘int’ src/configdlg.moc:57: fout: expected primary-expression before ‘void’ src/configdlg.moc:57: fout: initializer expression list treated as compound expression src/configdlg.moc:58: fout: expected ‘,’ or ‘;’ before ‘{’ token scons: *** [src/configdlg.o] Error 1 scons: building terminated because of errors. thomas@LinuxBox:/media/data1/src/work/kleansweep-0.2.1/kleansweep-0.2.1$


Thomax.tk --> Kubuntu deb packages, tutorials, howto's, screenshots and more ... http://www.thomax.tk
Reply to this

-

 My Bad

 
 by thomax on: Nov 14 2005
 
Score 50%

Okay, it seemed like a conflict with my qt4, but it's solved now, so don't bother paying attetion to the previous post ;)


Thomax.tk --> Kubuntu deb packages, tutorials, howto's, screenshots and more ... http://www.thomax.tk
Reply to this

-

 This App Rocks !

 
 by inthehills on: Nov 14 2005
 
Score 50%

I added KleanSweep from your repository and I love it ! It was amazing to me how much 'clutter' had accumulated. This should be a standard component of KDE ! Just wondering when you will add orphaned file support for debs? Thanks in advance !


Gates gave us Windows....
Linux gives us the whole house !

Reply to this

-

 insmod.old &...

 
 by LimitMan on: Nov 16 2005
 
Score 50%

It had deleted insmod.old and depmod.old from system (he recognized them as backup files). So ... be carefull!


Reply to this

-
.

 Re: insmod.old &...

 
 by yogin on: Nov 16 2005
 
Score 50%

Agree... Be careful. Always review the list for removal and don't skip backup archive creation... Also don't use RPM-based orphans searching on Debian / Ubuntu (if you have rpm installed) as it will list virtually all files on the system (see older messages on the forum)...


Reply to this

-
.

 SlackWare TGZPackage

 
 by gohanz on: Nov 27 2005
 
Score 50%

A SlackWare 10.2 Package with SlackBuild script is ready to download!!


http://www.slacky.it/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=780&parent=category


Reply to this

-

 exception

 
 by neversfelde on: Dec 4 2005
 
Score 50%

it would be cool, if you could except some folders from scanning?


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9  10  11 

Add commentBack




-
-
Do you like or dislike Ubuntu Unity?
 Yes, unity is alien technology!
 It is less confusing than Gnome 3 default, shell.
 Granny thinks it is much more usable than Gnome 2
 Canonical is embarrasing itself with this split project
 Gnome 3 default shell is much better
 I dislike Unity, Gnome 3 default shell is alien technology!
 None of the above, I like the 2Gb for free and Apple alike behavior. Will post a comment instead

resultmore
 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2013 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.