
gskside, KMenu side picture
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
-- English --
This is a side bar for the K menu.
It has been made using Inkscape and the GIMP (because Inkscape doesn't support the font I've used for the text, "ank", downloadable from dafont.com). The .tar.gz includes the XCF and SVG sources.
To install:
1. Extract gskside.tar.gz to your home folder.
2. Type this in a Konsole window (you need administrative provileges, using su or sudo):
# 1. Backup the original image:
cd /usr/share/apps/kicker/pics
cp kside.png kside2.png
# 2. Copy the new one
# "image.png" can be "kside.png", "kside2.png" or "kside3.png":
cp ~/gskside/ kside.png
# 3. Restart kicker to see the results:
killall -w kicker && kicker
-- Spanish --
Barra lateral para el menú K.
Hecha con Inkscape y the GIMP (Inkscape no soportaba la tipografía que he usado para el texto (ank, descargable desde dafont.com)). El fichero comprimido contiene los XCF y SVG originales.
Para instalar:
1. Descomprime el fichero gskside.tar.gz a tu carpeta personal.
2. Ejecuta estas órdenes en una consola (necesitas privilegios de administrador, obteniéndolos con su o sudo):
# 1. Haz una copia del original:
cd /usr/share/apps/kicker/pics
cp kside.png kside2.png
# 2. Copia la nueva imagen
# "image.png" puede ser "kside.png", "kside2.png" or "kside3.png":
cp ~/gskside/ kside.png
# 3. Reinicia kicker para ver la nueva decoración:
killall -w kicker && kicker
Estos comandos hacen una copia de tu barra actual, la reemplazan por esta y reinician kicker, para poder ver los cambios.
http://www.gskbyte.net/
13 years ago
v0.1 (1st release):
- First release, just that ;). It includes one decoration.
v0.2 (2nd release):
- Added two new decorations.
13 years ago
v0.1 (1st release):
- First release, just that ;). It includes one decoration.
v0.2 (2nd release):
- Added two new decorations.
raven65az
13 years ago
I have some Arsenal FC wallpapers posted on this site.
I will name my kids after you if you could do this!
Raven
Report
gskbyte
13 years ago
http://kde-look.org/content/show.php?content=69516
;)
By the way, my name is "Jose". Best wishes!
Report
niky45
13 years ago
Report
gskbyte
13 years ago
The command "dcop kicker Panel restart" works fine in my Debian Sid, using KDE 3.5.8.
Report
linmain
13 years ago
much cleaner way to restart it is:
killall -w kicker && kicker
Report
gskbyte
13 years ago
Report