


Network by tpatzig 84 comments
compiled 0.2 from source and all binaries except kbluetooth4 crash here.
Gentoo, KDE 4.1.3, Qt 4.4.2, dbus 1.2.3
$ /usr/bin/kbluetooth4
KBluetooth4 is already running!
$ /usr/bin/kbluetooth4-devicemanager
process 8332: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file dbus-message.c line 1070.
This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
KCrash: Application 'kbluetooth4-devicemanager' crashing...
sock_file=/home/dirk/.kde4/socket-homebass/kdeinit4__0
$ /usr/bin/kbluetooth4-inputwizard
process 8339: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file dbus-message.c line 1070.
This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
KCrash: Application 'kbluetooth4-inputwizard' crashing...
sock_file=/home/dirk/.kde4/socket-homebass/kdeinit4__0
kbluetooth4-wizard(8338): Communication problem with "kbluetooth4-wizard" , it probably crashed.
Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Message did not receive a reply (timeout by message bus)" " - Dec 31 2008

Amarok 1.x Scripts by Qool 10 comments
i'm trying to get this script running. After installing the missing Perl modules and binding the device, it fails with error code 29:
Failed to add menu entry at /home/me/.kde3.5/share/apps/amarok/scripts/MobileRemoteSE/MobileRemoteSE.pl line 37.
Any ideas what could be going wrong? Do i have to activate something on the cell phone (haven't found anything like that)? I'm using a W810i. - Jan 06 2007

Various KDE 1.-4. Improvements by CraigD 453 comments
--
# cat gtk/Makefile.am
INCLUDES = $(GTK_CFLAGS) $(GTHREAD_CFLAGS) -I../kdialogd
libkgtkdir = $(libdir)
libkgtk_LTLIBRARIES = libkgtk.la
libkgtk_la_SOURCES = kgtk.c
libkgtk_la_LIBADD = $(GTK_LIBS) $(GTHREAD_LIBS) -lc -ldl
EXTRA_DIST=kgtk-wrapper.sh.in
wrapperdir = /usr/local/bin
wrapper_SCRIPTS = kgtk-wrapper.sh
kgtk-wrapper.sh : kgtk-wrapper.sh.in
cat kgtk-wrapper.sh.in | sed s:LIBRARY:$(libdir)/libkgtk.so:g > kgtk-wrapper.sh
chmod +x kgtk-wrapper.sh
--
# grep "libkgtkdir =" gtk/Makefile
libkgtkdir = $(libdir)
--
# grep "libdir =" gtk/Makefile
libdir = ${exec_prefix}/lib
pkglibdir = $(libdir)/kgtk
--
# grep "prefix =" gtk/Makefile
prefix = /usr/kde/3.5
exec_prefix = ${prefix}
kde_libs_prefix = /usr/kde/3.5
--
p.s. : Or am i supposed to pass the prefix to configure? - Mar 06 2006

Various KDE 1.-4. Improvements by CraigD 453 comments
# echo $KDEDIR
/usr/kde/3.5
# echo $QTDIR
/usr/qt/3
Did a clean recompile as you suggested - still the same. - Mar 06 2006

Various KDE 1.-4. Improvements by CraigD 453 comments

Various KDE 1.-4. Improvements by CraigD 453 comments
I've ended up changing the path in kgtk-wrapper.sh (replacing /usr/lib/libkgtk.so with /usr/kde/3.5/lib/libkgtk.so) to make it work. KDE file dialogs in Gimp - damn cool! :)
----------------------------------
$ cat kgtk-wrapper.sh
#!/bin/bash
app=`basename $0`
if [ "$app" = "kgtk-wrapper.sh" ] ; then
LD_PRELOAD=/usr/lib/libkgtk.so:$LD_PRELOAD $*
else
dir=`dirname $0`
PATH=`echo $PATH | sed s:$dir::g`
real=`which $app`
if [ "$real" != "" ] && [ "`dirname $real`" != "$dir" ] ; then
LD_PRELOAD=/usr/lib/libkgtk.so:$LD_PRELOAD $real $*
fi
fi
----------------------------------
$ grep "libkgtkdir =" gtk/Makefile
libkgtkdir = $(kde_libraries) - Mar 06 2006

Various KDE 1.-4. Improvements by CraigD 453 comments
There's another problem though. libkgtk.so goes to my $KDEDIR (/usr/kde/3.5/lib/libkgtk.so), while the wrapper goes to /usr/local (/usr/local/bin/kgtk-wrapper.sh).
And the wrapper itself looks for the shared object in /usr/lib:
$ /usr/local/bin/kgtk-wrapper.sh gimp
ERROR: ld.so: object '/usr/lib/libkgtk.so' from LD_PRELOAD cannot be preloaded: ignored.
I will try to set the prefix manually... - Mar 06 2006

Various KDE 1.-4. Improvements by CraigD 453 comments

Various KDE 1.-4. Improvements by CraigD 453 comments

Various KDE 1.-4. Improvements by CraigD 453 comments
GCC-3.3.6, KDE-3.5.1, Qt-3.3.4
--
Making all in qt
make[2]: Entering directory `/opt/Source/kgtk-0.2/qt'
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o libkqt.la -rpath /usr/kde/3.5/lib kqt.lo -lqt-mt -lc -ldl
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
make[2]: *** [libkqt.la] Error 1
make[2]: Leaving directory `/opt/Source/kgtk-0.2/qt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/Source/kgtk-0.2'
make: *** [all] Error 2 - Mar 06 2006

KDM3 Themes by rokkford 53 comments
Doesn't at least the xml and desktop files in your package have to be in a certain directory? If not, why do you ship them? I'm confused. :) - Jul 24 2005
Already there: CTRL+Down
- maybe add an option to change an action of button F2 (custom button). I could set custom shortcut in this button.
With the new usermenu in cvs, you can have highly customizeable actions. You should give it a try. ;)
- internal viewer could have an option to save it's window position
This was a bug and is fixed in cvs.
- option to set Krusader to automaticly minimize into tray when I click a close button.
You can try ksystraycmd, but i'm not sure how well it works. - Sep 02 2004

Icon Sub-Sets by bxian 26 comments
btw: great icons! ;) - Feb 12 2003

KDE 3.x Splash Screens by ayo73 3 comments
I love your work!
- Nov 11 2002

Icon Sub-Sets by Myst 12 comments
Some files get extracted, but the process stops with:
gzip: stdin: invalid compressed data--format violated - Oct 17 2002

KDE 3.0-3.4 Themes by hpsolo 23 comments
btw: I've used the theme importer from kcontrol, since copying to the folders mentioned in the readme did not work for me. - Apr 25 2002
Two problems i have:
1) The tabs(tasks?) in the kpanel have a strange look. I think they use some kind of transparency, which makes them look really unclean. Is there a way to deactivate this ?
2) I'm using a QT3 version of quanta. The buttons that are used to switch to different pages on the bottom.. well they simply are no longer buttons.
Excuse my poor english.
regards
dek - Apr 19 2002
Two problems i have:
1) The tabs(tasks?) in the kpanel have a strange look. I think they use some kind of transparency, which makes them look really unclean. Is there a way to deactivate this ?
2) I'm using a QT3 version of quanta. The buttons that are used to switch to different pages on the bottom.. well they simply are no longer buttons.
Excuse my poor english.
regards
dek - Apr 19 2002

Various Stuff by thelocust 18 comments
Actually run the RPM's for Mandrake, i'm curious about what happens when my rebuild is finished. :)
The developers really did a great job !
- Apr 09 2002