


Plasma 4 Extensions by strobeam 44 comments
I did remove it from the source, even replacing it with exec, but to no avail. Seem to me the problem is somewhere in hal, where hal mounts it with user (we are mounting as an ordinary user) which implies setting noexec, nosuid and some others.
Any idea how I can get hal to ignore the noexec? - Mar 21 2009

Amarok 2.x Scripts by fruchtratte 141 comments
Maybe you could add the following as well:
Radio Microwelle (kinda like Kölncampus, but from München):
http://www.radio-microwelle.de/cms/radio/fileadmin/Stream/www.radio-microwelle.de.mp3.m3u - Feb 02 2009
So just turn down the volume in Amarok. - May 23 2007
I now have my (very fat) Amarok Client to control MPD.
I use my Laptop without tone, as the most luxury remote control one could think of. I still have all the features I'm used to. Tried a couple of other MPD clients and although they all have nice features (gmpc and MPD WebAMP) none of them comes close to Amarok.
Thanks. Really enjoy this script.
- May 03 2007
So both my client and server use the same mount point. I thought that is enough. It turns out to be that is not the case, since MPD has the path relative to the music root directory, whereas Amarok stores the whole path.
So if you're setup is like this:
NFS Mount point:
/mnt/music_server/music/[collection]
mpd.conf has:
music_directory=/mnt/music_server/music
This means that the MPD collection will start at the collection point, without a slash at the beginning!
Example:
/mnt/music_server/music/R/Radiohead/OK\ Computer/01\ -\ Airbag.flac
Amarok would use this path to refer to the file, whereas MPD would only use: R/Radiohead/OK\ Computer/01\ -\ Airbag.flac
Since the replace syntax was client:server, or replace_client_string:with_server_string it will look like this in this case:
/mnt/music_server/music/:
Nothing after the colon, trust me ;-)
- May 03 2007
After that you will probably need to install py-libmpdclient (which can be found here: http://incise.org/index.cgi/py-libmpdclient2). On my system I needed the python-dev packages. Just unpack it, untar it and run
sudo python setup.py install
Don't forget to configure the script after you start it ;-)
- May 03 2007
My X server crashes as soon as yakuake is open (the term is visible) and I switch to another virtual desktop. I've also seen it happen when yakuake is open and I click inside a VMWare. Since I use a lot of VMWare this is pretty annoying.
Anything I can do to help out? - Jan 13 2007
There is a couple of features that I found missing and since you asked for feedback, well here they are:
- Konsole has the ability to start certain kind of session (root session, python session, mc session, you name it). It would be kool if yakuake had this option as well.
- Session awareness. If I have two tabs open it would be very, very nice if they come back when I login again (so I can have my normal, my root and my mc session restored)
- A configurable border around the window would be nice as well ;-)
- And yes, I would love sugar and milk with it :-)
Again, thanks for the good work. I'll be looking forward to next releases.
- Jan 11 2007
Seems to have problems as soon as I switch to WDR Köln. Which shows in the list as WDR K?n. After some time the following error is presented: Can not read more data from channels.conf. End of file reached. Nothing found.
I have to kill klear after that.
I changed the channels.conf, so the entry reads WDR Koeln and now everything works well. No TT issues... Problems were just with ZDF. - Sep 24 2006
Seems to have problems as soon as I switch to WDR Köln. Which shows in the list as WDR K?n. After some time the following error is presented: Can not read more data from channels.conf. End of file reached. Nothing found.
I have to kill klear after that.
I changed the channels.conf, so the entry reads WDR Koeln and now everything works well. I just don't seem to get any TT... :-( Maybe my card doesn't support it? Or they don't have it here in Koeln? - Sep 24 2006
Could have figured that one out myself... Sorry for that.
Well to contribute a little. For edgy the dependencies include the following:
apt-get install libxine-dev libqt3-dev libqt3-mt-dev kdelibs4-dev libxtst-dev
This will install a bunch of other dependencies as well ;-) - Sep 24 2006
scons: *** [build/src/GUI/Controller/CKlearControllerMain.o] Error 1
scons: building terminated because of errors.
Reason seems to be the following:
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:267: error: expected ‘,’ or ‘...’ before ‘*’ token
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:267: error: ISO C++ forbids declaration of ‘xine_event_t’ with no type
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:279: error: ISO C++ forbids declaration of ‘xine_stream_t’ with no type
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:279: error: expected ‘;’ before ‘*’ token
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:286: error: ISO C++ forbids declaration of ‘xine_osd_t’ with no type
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:286: error: expected ‘;’ before ‘*’ token
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:302: error: ISO C++ forbids declaration of ‘xine_t’ with no type
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:302: error: expected ‘;’ before ‘*’ token
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:303: error: ISO C++ forbids declaration of ‘xine_video_port_t’ with no type
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:303: error: expected ‘;’ before ‘*’ token
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:304: error: ISO C++ forbids declaration of ‘xine_audio_port_t’ with no type
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:304: error: expected ‘;’ before ‘*’ token
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:305: error: ISO C++ forbids declaration of ‘xine_event_queue_t’ with no type
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:305: error: expected ‘;’ before ‘*’ token
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:307: error: ‘x11_visual_t’ does not name a type
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:326: error: ISO C++ forbids declaration of ‘xine_osd_t’ with no type
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:326: error: expected ‘;’ before ‘*’ token
build/src/GUI/Controller/./../../App/Engines/KlearXine/CKlearEngineXine.h:328: error: ‘xine_cfg_entry_t’ has not been declared
Hope that helps. Too bad was looking forware to the Teletext functions. Xine does a good job in displaying DVB but TT would be nice as well. - Sep 23 2006

Amarok 1.x Scripts by gauret 143 comments
Changing line 112 from:
for file in os.listdir(album_tuple[1]):
To:
for file in os.listdir(album_tuple[1].lstrip('.')):
Seems to fix it.
The new album_tuple seems to have a '.' in front of the path, effectively making the absolute path a relative one (why-oh-why?). Removing it, changes it into an absolute path again...
Now I'm not sure yet, whether the files are copied correctly as well... Will see about that. - Sep 04 2006

Utilities by Firetech 31 comments
This will directly build amarok. - Dec 30 2005
You can get them here: http://files.jordswart.org/SmartDJ-ebuilds.tar.gz
Unpack to your overlay root directory and emerge the contents. - Dec 18 2005
You can get them here: http://files.jordswart.org/SmartDJ-ebuilds.tar.gz
Unpack to your overlay root directory and emerge the contents. - Dec 18 2005

Utilities by mkosmul 15 comments
Unknown host kommander.no-ip.com - Jul 15 2005
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /cvs/kvpnc.homepage/kvpnc/kvpnc-cvs-0.1.ebuild,v 1.1 2005/02/03 10:56:49 crissi Exp $
inherit kde cvs
ECVS_USER="anonymous"
ECVS_SERVER="cvs.gna.org:/cvs/kvpnc"
#ECVS_AUTH="ext"
#ECVS_SSH_HOST_KEY=""
#CVS_RSH="ssh"
ECVS_MODULE="kvpnc"
ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}"
S=${WORKDIR}/${ECVS_MODULE}
DESCRIPTION="kvpnc - a KDE-VPN connection utility."
SRC_URI=""
HOMEPAGE="http://home.gna.org/${PN}/"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
IUSE=""
SLOT="0"
DEPEND=">=net-misc/vpnc-0.2"
need-kde 3.2
src_compile(){
PREFIX="`kde-config --prefix`"
myconf="`use_with arts` `use_with gstreamer` `use_with opengl` `use_with xine`"
kde_src_compile myconf configure
kde_src_compile make
}
src_install() {
kde_src_install
}
HOWTO: make a directory called kvpnc-cvs in your portage overlay directory (check /etc/make.conf). Mine is called /usr/local/portage. Copy the ebuild file in the new directory as kvpnc-cvs-01.1.ebuild. Now cd to that directory and execute (as root):
ebuild kvpnc-cvs-0.1.ebuild digest.
Now emerge kvpnc-cvs. - Feb 27 2005

Various KDE 1.-4. Styles by nuka 40 comments

Various KDE 1.-4. Styles by fubarbundy 3 comments
I really need more icons in this theme ;-)
Combined with QT-GTK one wonders where is the GTK in the Gimp Toolkit? - Aug 08 2004

GTK1 Themes by davidsansome 280 comments
Would that mean? I mean, would that really mean?
Yes, it means Eclipse works! Great day. Great work! - Aug 04 2004

GTK1 Themes by davidsansome 280 comments
Just checking: do you see the engine in kcontrol? - Jul 26 2004

GTK1 Themes by davidsansome 280 comments
KDE 3.3 beta 2
QT 3.3.2
GTK+ 2.4.4 - Jul 26 2004

GTK1 Themes by davidsansome 280 comments
Using host libthread_db library "/lib/libthread_db.so.1".
0x4004a5bb in waitpid () from /lib/libpthread.so.0
#0 0x4004a5bb in waitpid () from /lib/libpthread.so.0
#1 0x4e2556a8 in ?? () from /usr/kde/3.3/lib/libkdecore.so.4
#2 0x00000000 in ?? ()
#3 0x4e173bc0 in KCrash::defaultCrashHandler ()
from /usr/kde/3.3/lib/libkdecore.so.4
#4 0xbfff4938 in ?? ()
#5 0xbfff4960 in ?? ()
#6 0x00000000 in ?? ()
#7 0x00037800 in ?? ()
#8 0x00003800 in ?? ()
#9 0x00000000 in ?? ()
#10 0x00000000 in ?? ()
#11 0x00002c00 in ?? ()
#12 0x00000000 in ?? ()
#13 0x00007cdf in ?? ()
#14 0x00000400 in ?? ()
#15 0x00000400 in ?? ()
#16 0x4d5536a8 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#17 0x08644b70 in ?? ()
#18 0x08644b70 in ?? ()
#19 0x4d22ba85 in g_datalist_id_get_data () from /usr/lib/libglib-2.0.so.0
#20 0x00000000 in ?? ()
#21 0x00024800 in ?? ()
#22 0x00003800 in ?? ()
#23 0x08644b70 in ?? ()
#24 0x00000001 in ?? ()
#25 0x082c9684 in ?? ()
#26 0x4d670944 in ?? () from /usr/lib/libgobject-2.0.so.0
#27 0x08644b70 in ?? ()
#28 0x00000050 in ?? ()
#29 0x4d670944 in ?? () from /usr/lib/libgobject-2.0.so.0
#30 0x4d64764f in g_object_get_qdata () from /usr/lib/libgobject-2.0.so.0
#31 0x08644b78 in ?? ()
#32 0x00000050 in ?? ()
#33 0x08644b70 in ?? ()
#34 0x4d638554 in ?? () from /usr/lib/libpango-1.0.so.0
#35 0x08644b70 in ?? ()
#36 0x00000000 in ?? ()
#37 0xbfff49d8 in ?? ()
#38 0x4d61ce29 in pango_layout_get_extents () from /usr/lib/libpango-1.0.so.0 - Jul 26 2004
Then again, the problem itself is kinda funny, it is probably because your path is screwed up, or your root kde profile is screwed up. Try to remove alle the k3b related stuff under /root/.kde3.x/.
Oh and make a backup. You are root, remember, you've got the power to really screw up your system. - Jun 16 2004

System Software by sarahb523 8 comments
Other things: the question if I want to run ptool, during the installation should not be there, if you want things as easy as on Windows, that is.
If things should be as easy as under Windows, you might want to make this tool for debs, or rpms. Gentoo is not the easy linux.
For the rest: yes I love it. Something that is needed pretty hard.
source:
KDE: /usr/kde/3.2
directories ... [OK]
copy filescp: cannot stat `/src/ptool': No such file or directory
finished.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 16x16/stock/chart not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 16x16/stock/code not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 16x16/stock/data not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 16x16/stock/document not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 16x16/stock/form not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 16x16/stock/generic not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 16x16/stock/image not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 16x16/stock/io not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 16x16/stock/media not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 16x16/stock/navigation not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 16x16/stock/net not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 16x16/stock/object not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 16x16/stock/table not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 16x16/stock/text not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 24x24/stock/chart not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 24x24/stock/code not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 24x24/stock/data not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 24x24/stock/document not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 24x24/stock/form not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 24x24/stock/generic not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 24x24/stock/image not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 24x24/stock/io not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 24x24/stock/media not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 24x24/stock/navigation not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 24x24/stock/net not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 24x24/stock/object not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 24x24/stock/table not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 24x24/stock/text not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 32x32/stock/chart not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 32x32/stock/code not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 32x32/stock/data not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 32x32/stock/document not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 32x32/stock/generic not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 32x32/stock/io not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 32x32/stock/media not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 32x32/stock/net not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 32x32/stock/object not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 36x36/stock/document not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 36x36/stock/generic not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 48x48/stock/code not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 48x48/stock/data not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 48x48/stock/document not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 48x48/stock/generic not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 48x48/stock/io not valid.
kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group 48x48/stock/net not valid.
/bin/sh: line 10: /usr/kde/3.2/bin/ptool: No such file or directory - Jun 01 2004

KDE 3.x Window Decorations by l3m 65 comments
./configure --prefix=/usr --with-qt-includes=/usr/include/qt3
Oh, and make sure you have the qt-compatabiltiy package installed (forgot the right name, but you will be able to aptitude/dselect it) - Jun 04 2003

KDE 3.0-3.4 Themes by frame 24 comments
I get a 404 when trying to connect. Would be a shame if it would remain silent around there. I'm a great admirer of Daniels work and would really like to see him continue.
Trip - Sep 08 2002