


Plasma 4 Extensions by DanaKil 62 comments
First, remove the line:
find_package(Plasma REQUIRED)
On line 19, change
PLASMA_LIBS
to
KDE4_PLASMA_LIBS
And then, most importantly, edit the file /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake and comment out the line producing the line reading:
message(FATAL_ERROR "Qt compiled without support for -fvisibility=hidden. This will break plugins and linking of some applications. Please fix your Qt installation.")
This should probably get changed back...
- Jul 22 2009

Plasma 4 Extensions by svenstorp 130 comments

Utilities by kelvie 347 comments
It seems as if BasKeT is saving too often. I wonder whether it wouldn't be possible to wait until there is some kind of pause in typing or whatever and save them. Yes, you might lose a character or two, but it would make the program much more responsive. - Mar 21 2007

Dolphin Service Menus by rgheck 8 comments

Dolphin Service Menus by rgheck 8 comments
If the shell script is in the correct location, then some other error is causing the shell script itself to fail. As I said, you get the "program not found" message on any failure. It would be nice if Konqueror provided a little more information, but it doesn't, so we'll have to sort this out some other way.
One way is to run the shell script manually. So find yourself a PS file and run something like:
#~/.kde/share/apps/konqueror/servicemenus/ps2pdf.sh /path/to/my.ps
and see what happens. What ought to happen is that you get /path/to/my.pdf.
The other option is to start Konqueror from a terminal and then try using the service menu. You'll get better diagnostics that way.
Let me know what happens. - Feb 12 2006

Dolphin Service Menus by rgheck 8 comments
Further testing has revealed an occasional problem with how I was trying to find the location of the script file. I've made a change that should prevent this problem. Let me know if it doesn't work for you.
By the way, if you do have this kind of problem (with this script or a different one), the way to debug it is to start Konqueror from a terminal. You'll get more informative error messages there whenever something goes wrong. - Feb 12 2006