


Dolphin Service Menus by kubicle 227 comments
I tested it and it works great. Thanks for your great work.
Note: can you add the version number as a comment at the top of the perl script? since there is no way to find if my script is up to date or not and what version it is. - Aug 19 2015

Dolphin Service Menus by kubicle 227 comments
Quote:exec "$CPROGRAM --caption \"$APPNAME $ROOTREMINDER\" \'$TARGET\'" ;
to:
Quote:$TARGET = "'" . $TARGET . "'";
exec "$CPROGRAM $TARGET";
so you might need to add an if statement to check which editor is being used. - Aug 11 2015

Dolphin Service Menus by kubicle 227 comments
Quote:xdg-mime query default text/plain | sed s/.desktop// | sed s/kde4-//
will return "org.kde.kwrite" and "which" will not recognize it as a command.
Quote:which: no org.kde.kwrite in (....
Maybe change it to something like this:
Quote:xdg-mime query default text/plain | sed s/.desktop// | sed s/org.kde.// - Aug 11 2015
However, your ports could not find the sound card so I used the PulseAudio OSS Wrapper "padsp" to emulate the /dev/dsp. like this "padsp k4guitune"
Now it opens, but no signals :(
I have used "padsp" with other applications and it works but not sure why this one does not. Could you please help... - Jun 20 2011
(To be specific, the file "mainwindow.h" was empty).
Now it compiled for me correctly.
F14-32bit
kfilebox 0.4.7 - May 09 2011
So simply open that file and locate:
-----
LIBS += -lkdeui
-----
and replace it with:
-----
INCLUDEPATH += /usr/include/kde4
LIBS += -L/usr/lib/kde4/devel/ -lkdeui -lkdecore
-----
then compile:
-----
qmake-qt4
make
su -c 'make install'
----- - Nov 28 2010
To compile this under Fedora 14 you need to do a bit more changes to the "kdropbox.pro" and add:
------------
INCLUDEPATH += /usr/include/kde4
LIBS += -L/usr/lib/kde4/devel/ -lkdeui -lkdecore
------------
after that do the steps to compile and run.. (qmake-qt4, make, qmake-qt4, make install). - Nov 28 2010
I think this will apply to Fedora users and maybe others too
I use Fedora 13 & currently KDE 4.4.5 and the program did not compile since it could not locate some libraries so to fix that just update the kdropbox.pro file and add these lines:
----------
INCLUDEPATH += /usr/include/kde4
LIBS += -lkdeui \
-lkdecore
----------
* NOTE: the file already has this line "LIBS += -lkdeui" so you will have to add the backslash at the end and include the other line underneath it.
after that do the steps to compile and run.. (qmake-qt4, make, qmake-qt4, make install).
- Sep 22 2010

System Software by mck182 1 comment
for people who wants to run it do the following:
1- unpack the file (files will be in a folder named KStopWatch)
2- create a folder inside that folder name it anything (e.g. build)
3- inside that build folder run: "cmake .."
4- then run: "make"
5- then as root run: "make install"
---------
I have few requests for this nice application:
1- add microseconds.
2- add a shortcut for reset.
3- allow moving the program window by the mouse.
4- the system tray icon is useful but it also show in the application tray, can you hide that?
- Sep 06 2010

Plasma 4 Extensions by dridk 284 comments
Fedora 13 (2.6.33.5-124.fc13.i686.PAE)
KDE 4.4.4
Translatoid 1.21 - Jun 22 2010