
kio_resources
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
kio_resources provides the "resources" protocol for KDE. It allows you to browse all installed files in the standard search paths (generally .kde and /usr). The general format of a resources URL is resources:/resource-type[/relative-path]. Thus, to view all wallpapers installed on your system, both in your home directory and in the KDE installation path, you type resources:/wallpaper. If you simply want to look through all the available resource types, use resources:/.
A nice feature of kio_resources is that it always saves resources to the local directory (under your home). That means that, for instance, new wallpapers can be installed under your home dir by simply copying them into resources:/wallpapers. This makes it unnecessary to be acquainted with the standard paths used by KDE, and it also allows you to edit a system file and save it locally, so that the system version remain unchanged but the edited version is visible to KDE apps.
14 years ago
Version 0.2
- Direct moving/renaming is now implemented.
- Miscellaneous bugs fixed.
- Cleaned up the code somewhat.
And most importantly, the download link works once again ;-)
14 years ago
Version 0.2
- Direct moving/renaming is now implemented.
- Miscellaneous bugs fixed.
- Cleaned up the code somewhat.
And most importantly, the download link works once again ;-)
roderick
13 years ago
I have added this package to the xeffects overlay (see www.gentoo-xeffects.org for details) so more Gentoo users can enjoy.
Cheers.
Report
Clunixchit
14 years ago
Report
Linuster
13 years ago
Report
Clunixchit
14 years ago
Could not start process Unable to create io-slave:
klauncher said: Error loading 'kio_resources'.
any solution ?
Report
paulatz
14 years ago
You could make it even better using different icons for different subfolders of the kioslave root.
e.g. the "wallpapers" folder could use the "folder_image" icon. It would be enough to place some .desktop virtual files in the folders; I don't know if it's easy feasible.
bye and thanks for your great work
Report
franzf
14 years ago
kde-misc/kio-resources-0.2.ebuild
# ----------------
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
inherit kde
KLV=26521
NAME=${PN/-/_}
S=${WORKDIR}/${NAME}-${PV}
DESCRIPTION="KIO-Slave for simple browsing all installed files in the standard search paths"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}"
SRC_URI="http://www.kde-look.org/content/files/${KLV}-${NAME}-${PV}.tar.bz2"
RESTRICT="nomirror"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
need-kde 3.5
# ---------------------
Greez
Franz
Report
franzf
14 years ago
THX A LOT!!
Report
dmiceman
14 years ago
Report
jackiebrown
14 years ago
I get
fast creating src/kdedmodule/Makefile
can't open ./src/kdedmodule/Makefile.in: No such file or directory
I checked in that directory and the only file in there is a Makefile a 0 bytes
Report
jackiebrown
14 years ago
Report
jackiebrown
14 years ago
I am running Debian Sid on the amd64 branch
Report
Linuster
14 years ago
This is why autotools needs to DIE!
Report
jackiebrown
14 years ago
Report
Ekardnam
14 years ago
Report
ssokolow
14 years ago
Report
kundor
15 years ago
I think this would be great for inclusion in KDE itself, to allow it to be used for wallpaper browser and things like that. I bet they'd be willing to put it in too - ask them!
Report
striker
15 years ago
But I have some wishes:
* Rename exe in bin - that makes it more UNIXish :)
* Rename icon in icons, because the real folder is also 'icons' and the same is with wallpaper, sound and so on...
Report
Linuster
15 years ago
Report
spookster
15 years ago
Report
Linuster
15 years ago
The one thing I COULD possibly do would be to allow the user to "rename" the folders as they appear in the ioslave. But that would be a lot of work for just an "s".
You could possibly complain to the maintainer of KStandardDirs to make it "bin" instead of "exe". That would sure make more sense. As for "wallpapers" vs. "wallpaper", it is sort of inconistent. On the one hand they have "wallpaper" and "icon" but on the other hand they have "templates" and "services". You could complain on the basis consistency, though I suspect the developers would prefer "wallpaper" over "wallpapers". Got all that?
Report
loki
15 years ago
http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=Utilities/kio-resources
(if not there yet, please check back later, the nightly sync is at 04:00 AM GMT+1 ;))
Report
Linuster
15 years ago
Report
loki
15 years ago
Report
lastnico
15 years ago
This tool is really useful for poor newbie (and other) who search for their wallpapers or other resources...
Report
Linuster
15 years ago
Report