
KXDocker GTrash plugin
Source (link to git-repo or to original if based on someone elses unmodified work):
Available as/for:
Description:KXDocker 0.33 and up will not bundle the Trash plugin, so I've released as external code.
0.5
- amd64 and gcc4 support
0.4
- support for kxdocker >=0.36
- show trashed file count on minitext
0.3
- support for kxdocker >=0.34
0.2
- new compilation scripts
0.1
- support for new KDE 3.4.X Trash interface
- Plugin Engine 0.3
Ratings & Comments
4 Comments
If I put >>./configure . . . checking for KDE... configure: error: in the prefix, you've chosen, are no KDE headers installed. This will fail. So, check this please and use another prefix! I have KDE 3.4.1 (last kanotix stable, xfree). What is the problem?
servus, during make I get: gpluginsdk.cpp: In member function `virtual void gPluginSDK::xSetup()': gpluginsdk.cpp:87: warning: format not a string literal and no format arguments gpluginsdk.cpp:105: warning: format not a string literal and no format arguments /usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld: cannot find -lXext collect2: ld returned 1 exit status make[2]: *** [GTrash.so] Fehler 1 make[2]: Leaving directory `/home/mcclaus/Desktop/download/kxdocker-gtrash-0.4/kxdocker-gtrash-0.4/src' make[1]: *** [all-recursive] Fehler 1 To avoid this change the configure file or execute this command: export LIBRARY_PATH=$LIBRARY_PATH:/usr/X11R6/lib cu mcclaus
Stephano!! My Man!! It's good to see you. I hope everything went well with your surgery. The website says xiaprojects is up for good. Glad to hear it! So, down to business. I can't compile gtrash plugin. I get this error. Thanks for any help. gcc --shared -o GTrash.so gtrash.cpp gpluginpainter.cpp gpluginsdkcfgwnd.cpp gpluginsdk.cpp gPluginSDKConfigure.cpp -I/opt/kde3/include/ -I/usr/lib/qt3/include/ -I. -L/usr/lib/qt3/lib/ -L/lib -lqt-mt -lkio /usr/lib/gcc-lib/i586-suse-linux/3.3.4/../../../../i586-suse-linux/bin/ld: cannot find -lkio collect2: ld returned 1 exit status make: *** [GTrash.so] Error 1
This is the trace from using kinstaller: ----------------------------------- checking environment ... using temporary directory for installation. untar source file ... execute 'configure' ... directory is /tmp/kinstaller-20050530152735/kxdocker-gtrash-0.1 Your prefix will be /usr execute 'make' ... make: moc: Command not found moc -o gtrash.moc gtrash.h make: *** [gtrash.moc] Error 127 error execute make