


PAC Manager
Network by perseo22 10 comments
Thanks for this very good application.
Since I got it installed in my openSuSE it has replaced all other terminal emulators.
I use KDE, and although Konsole has been my main terminal emulator, PAC Manager totally replaced it.
Keep up the good work! - Dec 07 2010
Since I got it installed in my openSuSE it has replaced all other terminal emulators.
I use KDE, and although Konsole has been my main terminal emulator, PAC Manager totally replaced it.
Keep up the good work! - Dec 07 2010

Kim (Kde Image Menu)
Graphic Apps by cbouveyron 197 comments
Hi,
first congratulations for the great work on this service menu.
Secondly I have made some modifications to include the choice of text colors when using kim_treatment.
case $SCELTA in
mark) annotation=`kdialog --inputbox "Choose your annotation:" "My annotation"`
textcolor=`kdialog --inputbox "Choose the color for the annotation:" "black"`;; # added for color choosing
border) color=`kdialog --radiolist "Kim - Select border color:" 1 "white" on 2 "black" off`;;
and then on the execution
mark)
mogrify -fill "$textcolor" -font SheerBeauty -pointsize 20 -draw "gravity southeast text 0,0 '$annotation'" "$ATTACHMENTS"
....
....
mark)
convert -fill "$textcolor" -font SheerBeauty -pointsize 20 -draw "gravity southeast text 0,0 '$annotation'" "$ATTACHMENTS" "$DIR"/text_`basename "$ATTACHMENTS"`
It adds one more dialog box, but it adds good functionality (at least it helped me :-))
Feel free to integrate it if you wish...
Regards - Jul 25 2010
first congratulations for the great work on this service menu.
Secondly I have made some modifications to include the choice of text colors when using kim_treatment.
case $SCELTA in
mark) annotation=`kdialog --inputbox "Choose your annotation:" "My annotation"`
textcolor=`kdialog --inputbox "Choose the color for the annotation:" "black"`;; # added for color choosing
border) color=`kdialog --radiolist "Kim - Select border color:" 1 "white" on 2 "black" off`;;
and then on the execution
mark)
mogrify -fill "$textcolor" -font SheerBeauty -pointsize 20 -draw "gravity southeast text 0,0 '$annotation'" "$ATTACHMENTS"
....
....
mark)
convert -fill "$textcolor" -font SheerBeauty -pointsize 20 -draw "gravity southeast text 0,0 '$annotation'" "$ATTACHMENTS" "$DIR"/text_`basename "$ATTACHMENTS"`
It adds one more dialog box, but it adds good functionality (at least it helped me :-))
Feel free to integrate it if you wish...
Regards - Jul 25 2010