
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on git.opendesktop.org
Komparator4 is a KDE4 port of Komparator.
Komparator is an application that searches and synchronizes two directories. It discovers duplicate, newer or missing files and empty folders.
It works on local and network / kioslave protocol folders (like smb:/, ftp://, media:/)
9 years ago
1.0
===
* Potential bug leading to random crashes fixed (thanks to google01103)
0.9
===
* Fixed copy to clipboard
* Newest kdatecombo.[h][cpp]
* Potential bugs leading to random crashes fixed
0.8
===
* Spanish translation (thanks to Lucio Martínez)
* Updated to newest kfind
* Bug excluding randomly large files from lists fixed
0.7
===
* Czech translation (thanks to Pavel Fric)
* small updates of the search engine to more recent KDE version
* bug (deleting custom preset sometimes impossible) fixed
0.6
===
* run KIO commands from GUI thread as KIO is not thread-save (fix random crashes)
* workaround for random crashes when deleting files
0.5
===
* preserve modification time stamp on get/put kioslave protocols
0.4
===
* files aren't executed on selection (single click setting)
* "--minimized" command line option
* KDE 4.5 compatibility
0.3
===
* resize columns in list view enabled
* updated documentation screenshots
* fixed sorting by size and time stamp
* accelerated empty directory search
0.2
===
* fixed performance issue for large number of files
0.1b
====
* fixed window close problem
* new error list dialog (only open one error dialog at a time)
* fixed md5 checksum problem
0.1
===
* initial release
9 years ago
1.0
===
* Potential bug leading to random crashes fixed (thanks to google01103)
0.9
===
* Fixed copy to clipboard
* Newest kdatecombo.[h][cpp]
* Potential bugs leading to random crashes fixed
0.8
===
* Spanish translation (thanks to Lucio Martínez)
* Updated to newest kfind
* Bug excluding randomly large files from lists fixed
0.7
===
* Czech translation (thanks to Pavel Fric)
* small updates of the search engine to more recent KDE version
* bug (deleting custom preset sometimes impossible) fixed
0.6
===
* run KIO commands from GUI thread as KIO is not thread-save (fix random crashes)
* workaround for random crashes when deleting files
0.5
===
* preserve modification time stamp on get/put kioslave protocols
0.4
===
* files aren't executed on selection (single click setting)
* "--minimized" command line option
* KDE 4.5 compatibility
0.3
===
* resize columns in list view enabled
* updated documentation screenshots
* fixed sorting by size and time stamp
* accelerated empty directory search
0.2
===
* fixed performance issue for large number of files
0.1b
====
* fixed window close problem
* new error list dialog (only open one error dialog at a time)
* fixed md5 checksum problem
0.1
===
* initial release

opaflamme
Mar 27 2013
guiuri
Sep 26 2012
texstar
Jun 25 2010
luciform
Jun 19 2010
sumski
5 years ago
You have added konqmimedata.h include in komparatorwidget.cpp, but you are not looking for libkonq in CMakeLists
Report
jaegerschnitzel
5 years ago
I'm not quite sure what you mean. In src/CMakeLists.txt, target_link_libraries includes libkonq. What else is necessary?
Report
sumski
5 years ago
find_package(LibKonq REQUIRED)
otherwise another user might not realize what header
is s/he missing :-)
Report
jaegerschnitzel
5 years ago
Report
sumski
5 years ago
Report
gnappo1
6 years ago
https://bugs.launchpad.net/ubuntu/+source/komparator/+bug/1048194
Report
jaegerschnitzel
6 years ago
Are you using local directories?
Do they contain any special files, symbolic links etc?
Could you try to find compare two folders which contain only very few files?
Probably, also a debug output or running komparator4 from the console may be helpful.
Report
gnappo1
6 years ago
I'm using local directories.. it seems to work with small directories but crashes with big.
Unfortunately there is no verbose output in terminal.
Report
gnappo1
6 years ago
Report
jaegerschnitzel
6 years ago
http://download.opensuse.org/repositories/home:/georg298:/komparator4/xUbuntu_12.04/i386/
or (64bit)
http://download.opensuse.org/repositories/home:/georg298:/komparator4/xUbuntu_12.04/amd64/
Report
gnappo1
6 years ago
I get this output this time:
Plugin paths: ("/usr/lib/x86_64-linux-gnu/qt4/plugins", "/home/luca/.kde/lib/", "/usr/lib/")
Trying to load Attica plugin: "/usr/lib/x86_64-linux-gnu/qt4/plugins/attica_kde.so"
Trying to load Attica plugin: "/home/luca/.kde/lib//attica_kde.so"
Trying to load Attica plugin: "/usr/lib//attica_kde.so"
Using Attica with KDE support
Plugin paths: ("/usr/lib/x86_64-linux-gnu/qt4/plugins", "/home/luca/.kde/lib/", "/usr/lib/")
Trying to load Attica plugin: "/usr/lib/x86_64-linux-gnu/qt4/plugins/attica_kde.so"
Trying to load Attica plugin: "/home/luca/.kde/lib//attica_kde.so"
Trying to load Attica plugin: "/usr/lib//attica_kde.so"
Using Attica with KDE support
komparator4(8615) KWidgetItemDelegateEventListener::eventFilter: User of KWidgetItemDelegate should not delete widgets created by createItemWidgets!
komparator4(8615) KWidgetItemDelegateEventListener::eventFilter: User of KWidgetItemDelegate should not delete widgets created by createItemWidgets!
komparator4(8615) KWidgetItemDelegateEventListener::eventFilter: User of KWidgetItemDelegate should not delete widgets created by createItemWidgets!
komparator4(8615) KWidgetItemDelegateEventListener::eventFilter: User of KWidgetItemDelegate should not delete widgets created by createItemWidgets!
komparator4(8615) KWidgetItemDelegateEventListener::eventFilter: User of KWidgetItemDelegate should not delete widgets created by createItemWidgets!
komparator4(8615) KWidgetItemDelegateEventListener::eventFilter: User of KWidgetItemDelegate should not delete widgets created by createItemWidgets!
KCrash: Application 'komparator4' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/luca/.kde/socket-L702X/kdeinit4__0
Report
jaegerschnitzel
6 years ago
Report
jaegerschnitzel
6 years ago
Report
roctheme
6 years ago
Is there an other location, were I can download the latest package?
Report
jaegerschnitzel
6 years ago
http://download.opensuse.org/repositories/home:/georg298:/komparator4/xUbuntu_12.04/amd64/
Unfortunately, opensuse build service integration is broken on kde-apps.org.
Report
roctheme
6 years ago
Report
google01103
6 years ago
thanks,
Report
jaegerschnitzel
6 years ago
Can you tell me, how to proceed, what result you expected to see, and what result you actually saw?
Thanks
Report
google01103
6 years ago
Report
jaegerschnitzel
6 years ago
What is their file size?
Did you expect them to find in the "duplicate files" tab, e.g. are they identical?
Are there more identical ISO images, so they appeared hidden under another name in the "duplicate files" tab?
Were they readable (otherwise they are ignored, however, there will be a warning)?
Report
google01103
6 years ago
Report
jaegerschnitzel
6 years ago
Default is:
Filename "contains * and not <empty>"
Size "(none)"
Modified or created "any"
Are you using "Use file index"? If index is not current, it might not find all files. Solution: disable "use file index".
Report
google01103
6 years ago
using file name contains *
size option = none
modified or create = any
is I rename some text files to .iso then the results for those files are correct but not the real .iso's, could it me mime related?
Report
jaegerschnitzel
6 years ago
Report
google01103
6 years ago
Report