
Set as background service
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
Used to set an image as background in konqueror.
I don't know if it will be useful for someone, but it is for me...
enjoy :)
english and french translation available
16 years ago
0.3: added italian translation (by FiNeX)
0.2: corrections with french translation and install script
0.1: first release
16 years ago
0.3: added italian translation (by FiNeX)
0.2: corrections with french translation and install script
0.1: first release
adpsimpson
16 years ago
Report
jarekk
16 years ago
if test -z $KDEDIR; then
echo "\$KDEDIR IS NOT SET"
echo "use --kdedir=path to set your KDEDIR"
exit 1
fi
if test -n ${2}; then
tmp=`echo ${2}|cut -c 1-9`
if test ${tmp} == "--kdedir="; then
KDEDIR=`echo ${2}|cut -c 10-`
fi
fi
Report
sodamnmad
16 years ago
/home/mdeanda/.kde/share/apps/konqueror/servicemenus/
You might want to add something like:
mkdir -p ~/.kde/share/apps/konqueror/servicemenus/
just before copying the file to avoid this error.
An impatient user would quickly give up. I think its otherwise a great little script.
Report
Flameeyes
16 years ago
I'll add more menus in the next days, but for now, if you want to use this menu with gentoo you can download the ebuildpack and emerge kde-service-menus .
Report
Flameeyes
16 years ago
Report
adpsimpson
16 years ago
Good work though! Gets my vote.
Report
ben
16 years ago
Report
managementboy
16 years ago
Thanks!!!
Report
pivarac
16 years ago
Report
ben
16 years ago
I never saw the dnd action...
Report
benjamincarle2
16 years ago
It does only work if you are using kdesktop
The drag-n-drop action will not work if you are using konqueror with another desktop(sawfish, gnome, or anyone else). So the beginner user will not be annoyed by something not working.
That soft is ok for a single-desktop user but linking in such a way applications disallow people to enjoy open standards ...
That soft is great for what he does but I will not use it until a cross desktop standard for background has been found (cf freedesktop.org)
This day I will be able to run konqueror with that feature working.
NB: as an extension of this project you could start fixing a standard backround wallpaper path and file format ...
That could be very great.
I am using konqueror (I love it, very ergonomic) with sawfish (light panel less desktop). I get "Couldn't find the program 'dcop kdesktop KBackgroundIface setWallpaper %U 4" as I do not have kdesktop running
And I want to keep running konqueror without kdesktop and without bugs ...
You could run a test to see if kdesktop is running before include the menu.
Report