

Would also be nice to save images directly to Dropbox, Google-Drive or other free Image-upload-services.
Anyway, a nice little screencapture tool. I also love Shutter, but I don't want to install all the Gnome- and Perl-Overhead on my Workstation, which shutter depends on. So your "kaption" is what I was searching for. Thanks a lot for your good work.
Looking forward for the next versions of this tool. - Jan 04 2016
I don't know exactly how the settings have to be for KDE5, but I think you have to replace commands like:
kdeinstdir=`kde4-config --prefix`
or if you found KDE4 in path, replace by KDE5)...
If you got a way to optimize it for KDE5, would be great if you post it here, or send me Mail. I'll add it here to share it with other.
Sorry that I can't help you at the moment. - Nov 01 2015

Graphic Apps by cbouveyron 197 comments

Dolphin Service Menus by janet 4 comments
Cause KIM seems not maintained anymore, I've fork it and merge your Translation into it.
Maybe we can work together to make it more perfect.
I still have add one feature and have another Idea on my ToDo-List.
Have a look here: http://kde-apps.org/content/show.php?content=168723
- Jan 27 2015

Graphic Apps by cbouveyron 197 comments

Graphic Apps by cbouveyron 197 comments
This was the Script, you have saved to /usr/bin/kim_spread (and make chmod +x):
#!/bin/bash
#
# Copyright (C) 2005,2006 Charles Bouveyron <charles.bouveyron@free.fr>
# Created By Samuel Suther <info@suther.de>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, U
#
# Author : Charles Bouveyron <charles.bouveyron@free.fr>
# Alessandro Faggiano <>
# Mathieu Vilaplana <mathieu@creationgif.com>
# Raphaël Pinson <raphink@raphink.net>
FILE="";
SCALE="$1";
let "nbfiles = ($# -1) / 2"
DIR="$2";
`kdialog --inputbox "Background-Color (HEX-Type: #ffffff):" #ffffff`
COLOR=$?
kdialog --title "Kim" --yesnocancel "Do you want to replace exisiting files ?"
case $? in
0) # Replace exisiting files !
dbusRef=`kdialog --progressbar "Kim - Initialising ..." "$nbfiles"`
qdbus $dbusRef showCancelButton true
compteur=0
for i in "$@";do
if [ -f "$i" ];then
#test if cancel button has been pushed
if [[ "$(qdbus $dbusRef wasCancelled)" == "true" ]] ; then
qdbus $dbusRef close
exit 1
fi
let "compteur +=1"
FILE="$i"
convert "$FILE" -border 500 -bordercolor "#ffffff" -gravity Center -crop "$SCALE+0+0" +repage "$FILE"
qdbus $dbusRef setLabelText "Kim - spreading file: `basename "$FILE"`"
qdbus $dbusRef org.freedesktop.DBus.Properties.Set org.kde.kdialog.ProgressDialog value "$compteur"
fi;
done
qdbus $dbusRef close;;
1)
dbusRef=`kdialog --progressbar "Kim - Initialising ..." "$nbfiles"`
qdbus $dbusRef showCancelButton true
compteur=0
for i in "$@";do
if [ -f "$i" ];then
#test if cancel button has been pushed
if [[ "$(qdbus $dbusRef wasCancelled)" == "true" ]] ; then
qdbus $dbusRef close
exit 1
fi
let "compteur +=1"
FILE="$i"
convert "$FILE" -border 500 -bordercolor "#fffffff" -gravity Center -crop "$SCALE+0+0" +repage "./resized_`basename "$FILE"`";
qdbus $dbusRef setLabelText "Kim - Resizing file: `basename "$FILE"`"
qdbus $dbusRef org.freedesktop.DBus.Properties.Set org.kde.kdialog.ProgressDialog value "$compteur"
fi;
done
qdbus $dbusRef close;;
2) kdialog --title "Kim" --msgbox "The action was cancelled by user !"
exit 1;;
esac;
If you've done, you have to add a new entry in the dolphin Service-Menu. This goes like this:
vi /usr/share/kde4/services/ServiceMenus/kim_convertandrotate
Then add below the section [Desktop Action ConvCustom] your own new one:
[Desktop Action ExpandRatio]
Name=Expand Ratio ...
Name[de]=Vergrößern & Hintergrundfarbe setzen (aspect Ratio)
Icon=image
Exec=kim_spread %U;
- Dec 21 2013
Now i have find out to fix this:
Create (or find) a svgz-File for the Button, and put it as keepabove.svgz into the Directory: ~/.kde/share/apps/aurorae/themes/FormaN/
Do in this way with all the Buttons you need. Here is an overwiew wich are possible:
http://techbase.kde.org/User:Mgraesslin/Aurorae#Buttons
If you're not such a good designer, search in google for the button-names like keepabove.svgz, and join the pleasure of this Buttons, I'll never want to miss.
- Dec 19 2013

Plasma Color Schemes by saftsocken 3 comments
I have: FormaN - Dec 19 2013

Plasma Color Schemes by saftsocken 3 comments
I have: FormaN - Dec 19 2013

Plasma Color Schemes by saftsocken 3 comments
looks realy nice your Theme.
Maybe have a look at this one, I've created.
http://kde-look.org/content/show.php/devPool_Silver-Orange?content=155678
Have you good suggestions what i could make better?
I'll give your Theme a try, if you have upload the new Version.
But it's a pitty, that some software vendors not keep on the watch about the possibility to use dark theme. Sometimes you will have some trouble to got the colors adjusted.
Even in Kmail (Kontact) i had to change the whole Color-Settling to got a usable Result.
Be glad to see some other people with dark-theme, so i hope in the Future the software-vendors will be care about this.
- Dec 19 2013

System Sounds by clinicalbear 45 comments

Plasma 4 Extensions by pru 2 comments
It's good to see, that also other one work on this. So i share some link and Knowledge here.
For my ASUS on KDE, i got the LCD-Brightness working with changing Global-KDE-Shortcuts.
How i made this?
===
Open System Settings > Shortcuts & Gestures > Global Keyboard Shortcuts. Change the drop down to "KDE Daemon", and you should see "Decrease Screen Brightness" and "Decrease Screen Brighness" shortcuts which you can then configure.
There i have use META+Shift ++ F5/F6 for testing, and it works and shows up a nice osd.
So i still wonder, which OSD is here fired, and maybe, if the kbd-brightness could be fired with the same osd?!
Follow this Thread here: https://plus.google.com/u/0/108518540557377886109/posts/jmnFpwnt37T
===
And maybe have a look here on kde-aps.org at my Script, http://kde-apps.org/content/show.php/ASUS+Touchpad+Toggle+OSD?content=157204 - Mar 01 2013

Cursors by KuduK 63 comments
i love this Icon-Design. But for Dark-Themed Desktop, its not so nice.
Would be glad, if you could add some white-Lines near the glass of the icons, so that it is well viewable on light and dark background.
Is there a way, that i could adjust the icons, and the Pulse-Sequence and color? - Sep 28 2012

Plasma 4 Extensions by Argonavt 6 comments

Graphic Apps by cbouveyron 197 comments
Maybe insert it as own file (kim_spread in /usr/bin/):
#!/bin/bash
#
# Copyright (C) 2005,2006 Charles Bouveyron <charles.bouveyron@free.fr>
# Created By Samuel Suther <info@suther.de>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, U
#
# Author : Charles Bouveyron <charles.bouveyron@free.fr>
# Alessandro Faggiano <>
# Mathieu Vilaplana <mathieu@creationgif.com>
# Raphaël Pinson <raphink@raphink.net>
FILE="";
SCALE="$1";
let "nbfiles = ($# -1) / 2"
DIR="$2";
`kdialog --inputbox "Background-Color (HEX-Type: #ffffff):" #ffffff`
COLOR=$?
kdialog --title "Kim" --yesnocancel "Do you want to replace exisiting files ?"
case $? in
0) # Replace exisiting files !
dbusRef=`kdialog --progressbar "Kim - Initialising ..." "$nbfiles"`
qdbus $dbusRef showCancelButton true
compteur=0
for i in "$@";do
if [ -f "$i" ];then
#test if cancel button has been pushed
if [[ "$(qdbus $dbusRef wasCancelled)" == "true" ]] ; then
qdbus $dbusRef close
exit 1
fi
let "compteur +=1"
FILE="$i"
convert "$FILE" -border 500 -bordercolor "#ffffff" -gravity Center -crop "$SCALE+0+0" +repage "$FILE"
qdbus $dbusRef setLabelText "Kim - spreading file: `basename "$FILE"`"
qdbus $dbusRef org.freedesktop.DBus.Properties.Set org.kde.kdialog.ProgressDialog value "$compteur"
fi;
done
qdbus $dbusRef close;;
1)
dbusRef=`kdialog --progressbar "Kim - Initialising ..." "$nbfiles"`
qdbus $dbusRef showCancelButton true
compteur=0
for i in "$@";do
if [ -f "$i" ];then
#test if cancel button has been pushed
if [[ "$(qdbus $dbusRef wasCancelled)" == "true" ]] ; then
qdbus $dbusRef close
exit 1
fi
let "compteur +=1"
FILE="$i"
convert "$FILE" -border 500 -bordercolor "#fffffff" -gravity Center -crop "$SCALE+0+0" +repage "./resized_`basename "$FILE"`";
qdbus $dbusRef setLabelText "Kim - Resizing file: `basename "$FILE"`"
qdbus $dbusRef org.freedesktop.DBus.Properties.Set org.kde.kdialog.ProgressDialog value "$compteur"
fi;
done
qdbus $dbusRef close;;
2) kdialog --title "Kim" --msgbox "The action was cancelled by user !"
exit 1;;
esac;
- May 11 2011

Graphic Apps by cbouveyron 197 comments
So it can be done on this way:
1) Create a Border for the Image with same Backgroundcolor (would be fine, if your KIM-Border-Function had an inputfield to insert the size of the border!)
2) Croop the Image to the new Size
Best way, you add this new feature to your KIM Programm to make all those steps with one klick.
Click Spread-Image
>> Enter needed Image-SIZE (must bigger as actual imagesize)
>> Choose needed Color
This are the lines, which made it:
(Spread an image from 600x450 to 610x460) :
mogrify -border 500 -bordercolor "#ffffff" test.jpg
convert test.jpg -gravity Center -crop 610x460+0+0 +repage croped.jpg
- May 11 2011

Graphic Apps by cbouveyron 197 comments
So it can be done on this way:
1) Create a Border for the Image with same Backgroundcolor (would be fine, if your KIM-Border-Function had an inputfield to insert the size of the border!)
2) Croop the Image to the new Size
Best way, you add this new feature to your KIM Programm to make all those steps with one klick.
Click Spread-Image
>> Enter needed Image-SIZE (must bigger as actual imagesize)
>> Choose needed Color
This are the lines, which made it:
(Spread an image from 600x450 to 610x460) :
mogrify -border 500 -bordercolor "#ffffff" test.jpg
convert test.jpg -gravity Center -crop 610x460+0+0 +repage croped.jpg
- May 11 2011

Graphic Apps by cbouveyron 197 comments
If i choose some images, right click >> Convert & rotate >> Convert for Webpages 800x600 - KIM ask me to overwrite existing files.
If i say yes... no files are changed. I have always to say no... in this case, KIM creates new files with the prefix web_
My System:
Qt: 4.7.0
KDE: 4.5.00 (KDE 4.5.0)
kde4-config: 1.0
Kubuntu 10.04 - Aug 16 2010

Graphic Apps by cbouveyron 197 comments
I search some time, before i find the solution.
In KDE4.1.2 the directory for Servicemenu is NOT:
~/.kde4/services/ServiceMenus
IT IS:
~/.kde4/share/kde4/services/ServiceMenus
after i copyed the kim*.desktop-Files to this folder, it works for me.
Best regards
Samuel Suther
-www.suther.de- - Sep 29 2008

Plasma 4 Extensions by svenstorp 130 comments
If i run install.sh i get the following error:
==
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:72 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/samuel/.kde4/share/apps;/usr/share/kde4/apps;/etc/kde4/share/apps
Call Stack (most recent call first):
CMakeLists.txt:3 (find_package)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
==
But cmake newest Version 2.6.1-20.1 is installed.
Whats wrong? - Sep 18 2008

Amarok 1.x Scripts by tkaitchuck 32 comments
The first lines of "OnDemand-Script" like this:
== snip ===
Output="/dev/null"
MusicDir="$HOME/Music"
PodcastDir="$MusicDir/SavedPodcasts"
PortNumber=8017
http_proxy=""
Options="-o larger -k 1 --quiet -z"
== snap ===
should be changeable out of amarok. - Sep 11 2008

KDE 3.x Splash Screens by nabimejn 1 comment
Nevertheless... nice Splash. - Jun 23 2008

Telephony by AlexeyK 4 comments
File generated with too old version of Qt Designer
Any Idea - Feb 25 2008

Telephony by AlexeyK 4 comments