


Icon Sub-Sets by MetalByte 34 comments
However, thank for sharing. Hope to see SVGs soon :) - Aug 06 2008

Emoticons by Smarter 3 comments
Thanks. - Jul 30 2008

GTK1 Themes by davidsansome 280 comments
.....
[ 12%] Building C object src/CMakeFiles/qt4engine.dir/qt_theme_draw.o
/home/luciano/Fuentes/gtk-qt-engine/src/qt_theme_draw.c: In function ‘get_shadowType’:
/home/luciano/Fuentes/gtk-qt-engine/src/qt_theme_draw.c:64: warning: unused parameter ‘style’
/home/luciano/Fuentes/gtk-qt-engine/src/qt_theme_draw.c: In function ‘draw_hline’:
/home/luciano/Fuentes/gtk-qt-engine/src/qt_theme_draw.c:119: error: implicit declaration of function ‘abs’
/home/luciano/Fuentes/gtk-qt-engine/src/qt_theme_draw.c:111: warning: unused parameter ‘area’
/home/luciano/Fuentes/gtk-qt-engine/src/qt_theme_draw.c: In function ‘draw_vline’:
/home/luciano/Fuentes/gtk-qt-engine/src/qt_theme_draw.c:136: warning: unused parameter ‘area’
.....
any ideas?
Btw, I'm on Gentoo AMD64.
Thanks. - Jul 21 2008

Plasma 4 Extensions by mherbert 196 comments
Just 1 minor "issue":
Those 3 little green arrows look pretty bad. The previous "go back" was much better. The fact that there are 3 (instead of 1) and that there are green are the problems.
Otherwise, this new version rocks! - Jul 17 2008

Plasma 4 Extensions by mherbert 196 comments
The new render way is cool and shiny. Better than the old one.
The only problem someone could have is that translucent themes can make text items unreadable, but it's ok for me with Glaze theme. - Jul 14 2008

Plasma 4 Extensions by mherbert 196 comments
About the recent visual change, i like it, just one minor issue: The space between each item is larger than before, so now the popup requieres more space to show the same.
I'm using icon size of 16 to minimize space and not to depend on scrollbars, and now the popup is considerably larger :S
Other than that, great job! :) - Jul 13 2008

Dolphin Service Menus by painkiller101 174 comments
The dark side: I think it's a very bad idea to use $HOME/bin as default path, for tow reasons. You are assuming in the script that $HOME/bin already exists which is wrong in many scenarios. On my Gentoo box, the script created a "bin" file instead and everything failed. Also, if $HOME/bin is not in PATH (like in make case) extraction will not work.
I think a better approach should be to copy the scripts in the local bin path, in my case /usr/local/bin. (though it should be installed as root in that case). I'm no expert but there should be an optimal solution which works on every distro.
Thanks for your time. - Jul 12 2008

Plasma 4 Extensions by mherbert 196 comments
A big thank you for this excellent plasmoid! - Jul 04 2008

Plasma Themes by angrymob 6 comments

Plasma 4 Extensions by sifcenter 68 comments
The ebuild provided is broken, here's an updated version:
****************
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit cmake-utils
KLV=75194
PKG="${P/-/_v}"
S="${WORKDIR}/${PN}"
DESCRIPTION="Plasmoid Mailbox checker."
HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}"
SRC_URI="http://emailnotify.googlecode.com/files/emailnotify_v0.2.tar.gz"
LICENSE="GPL"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=kde-base/kdelibs-4.0.0 || ( >=kde-base/plasma-4.0.0 >=kde-base/kdebase-4.0.0 )"
RDEPEND="${DEPEND}"
************** - Feb 22 2008

Plasma 4 Extensions by iovar 57 comments
Thanks! - Feb 14 2008

Plasma 4 Extensions by iovar 57 comments
I think this is happening because there's no DCOP for KDE4, and 3.5 apps are not in $PATH... Should I add /usr/kde/3.5/bin/ to $PATH?
Bye and thanks again. - Feb 14 2008

Plasma 4 Extensions by iovar 57 comments
I've install the plasmoid and is running but it doesn't show amarok info, although I have amarok 1.4.8 running.
I'm on Gentoo running KDE 4.0.1 and i've have install only the minimal kde4 libraries and some applications, am I missing something?
Thanks in advance. - Feb 13 2008

Video Apps by swmarcin 20 comments
It looks very promising :)
The VMG menu option is always grayed out because it's not implemented yet?
One suggestion: I think you should use simple and friendly names rather than VST or VMG because many of us do not know about DVDs structure.
Anyway, great job and keep it up :)
- Feb 11 2008

Video Apps by meneerdik 219 comments
Downgrading to version 6.2.9 solved all my problems. The only one left, was that the "Next Page" button didn't show up, but I fix it by doing this modification to the bash script:
Replace lines 677,678 and 679 with the following:
-draw "font \"$LabelFont\" text 0,0 \"Next Page\"" -stroke none \
-draw "font \"$LabelFont\" text 0,0 \"Next Page\"" \
"$WorkingDir/Next.png"
That did the trick for me. Hope it helps.
Goodbye, Luciano. - Dec 27 2006

Video Apps by meneerdik 219 comments
I decided to create a simple DVD with only one video and a menu so as to test the app and I think I found a bug: The title in the menu is not displayed correctly as it should.
Here the preview output:
http://img485.imageshack.us/img485/8945/previewrr1.png
The workaround I found is not put the title in the subtitle box.
Bye and thanks again for this wonderful app. - Dec 21 2006