
KFileManagerUtils
Source (link to git-repo or to original if based on someone elses unmodified work):
- Copy path to clipboard: copy the path(s) of the selected element(s) to the clipboard
- Copy URL to clipboard: copy the url(s) of the selected element(s) to the clipboard
- Regex Rename: popup a dialogue that allows easy renaming of files with the help of regular expressions
- Use as folder icon: allow to use any picture as a folder icon
- Clean folders: allow to clean the selected folders by deleting files according to patterns
* Sat Oct 20 2007 Serge Weinstock 1.2.1
- Added the Clean Directories utility:
- It allows to delete object files, backup, libraries, ... from a source folder
* Sun Nov 26 2006 Serge Weinstock 1.1.4
- All dialogs:
- use whenever possible a standard set of icons for each button
- SetFolderIcon:
- Added a "Original Size" button which resets the thumbnail size to the original image size
* Thu Nov 09 2006 Serge Weinstock 1.1.3
- SetFolderIcon:
- Fixed an issue with some versions of pykde which have no mapping for KURLRequester::setKURL()
* Thu Nov 09 2006 Serge Weinstock 1.1.2
- Removed some unnecessary requirements for pykde modules
- Recompiled the "ui" files with the correct version of pyuic
* Wed Nov 08 2006 Serge Weinstock 1.1.1
- Changed the label of some context menu entries
- RegexRename:
- An error is shown when several files are about to be renamed with the same name
- The renaming of files can be undone
* Sun Nov 05 2006 Serge Weinstock 1.0.1
- First release
Ratings & Comments
15 Comments
9 TY!
A log of work. You need to get: SIP (One of Debian Sid is not new enough) The python qt3 bindings. Takes a long time to compil. The python KDE bindings. Ditto, its compilation (as some of KDEs) can eat all your memory and then some. Take a long break. Once this is all installed, then try to install KFileMangerUtils. OK. ALL the downloads are available from the one site.
Which distro do you use? I must confess that I'm surprised by this statement Most distro have the python kde bindings in standard (Suse, Mandrive, Fedora, Kubuntu, ...) Furthermore these bindings are now a standard part of KDE (http://websvn.kde.org/branches/KDE/3.5/kdebindings/python/) With any normal distribution of KDE, you don't have to compile anything, just to install the corresponding RPMs or packages!
I am running Debian Sid. As I said, SIP is there but too old for the python=qt bindings on the site. The python-qt bindings on sid are still python 2.3 so needed all this stuff. Installed successfully SIP, PyQT. PyKDE fails in compiling kresourses because of a missing parts.h file. The only one I have is in $KDEDIR/include/kparts and this is NOT the one being sought.
I know nothing about Debian Sid, but on:- Suse: there are standard rpms: kdebindings3-python
- Mandriva: there are standard rpms: python-kde-3
- Fedora: there are standard rpms: PyKDE-3
I'm sure that you can also find them for Debian
wonderfull job, thanx! you fixed all my problems in just a few hours... LOVE!
you fixed all my problems, thanx!!!
Installation works fine on my Kubuntu Dapper Drake. Was missing a tool like this every now and then.... Same problem with "use as folder icon": ... NameError: global name 'KURLRequester' is not defined Bye, roland
Hi, Try the new release.
running install running build running build_messages /usr/bin/msgfmt -o po/fr.gmo po/fr.po running checkpyqt running checkpykde Error: Couldn't find module 'kparts'. Couldn't import KDE! Please make sure that PyKDE is installed and working. KDE and pykde (latest) are installed, i have no idea what is wrong or how to fix it. my kde is installed in /opt/kde and i use archlinux. maybe you can include instructions to install this by hand? i only want the "set picture as folder picture" function anyway... could be under actions, and only for folders. how do i do that?
Hi, Kparts is not required for this utility. The requirement comes from the package I use for the installation (pykdeextensions) but I don't use that library at all. You can fix that by editing the file ./kdedistutils/kdedistutils.py and changing the line: for k_module in ('dcop', 'kdecore', 'kdeui', 'kio', 'kfile', 'kparts', 'khtml') to: for k_module in ('dcop', 'kdecore', 'kdeui', 'kio', 'kfile', 'khtml')
i had to remove khtml as well, but now it's installed. do you know what is wrong with my installation?!?
error when trying to set a picture as folder icon: Traceback (most recent call last): File "/usr/SetFolderIconDlgImpl.py", line 259, in run dialog = SetFolderIconDlgImpl(options) File "/usr/SetFolderIconDlgImpl.py", line 60, in __init__ SetFolderIconDlg.__init__(self,parent,name,modal,fl) File "/usr/SetFolderIconDlg.py", line 100, in __init__ self.folder = KURLRequester(self,"folder") NameError: global name 'KURLRequester' is not defined
Oops! I've use the wrong tool for transforming the UI files into python scripts... I've released a new version which should fix that.
can you try to get (some of) these in KDE 3.5.6?!?! would be cool... just suggest it on the konqi mailinglist or something.