My new desktop.-Modified
compileit
Source i (link to git-repo or to original if based on someone elses unmodified work):
© 2025 xfce-look.org - Eyecandy for your XFCE-Desktop
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
6 Comments
Hi - I actually needed to change the /usr/include/qt3 - to - /usr/qt/3/include in the Makefile in my case to specify the location of qwidget.h. Maybe this will help some people. - m
...but I cannot compile it. I'm new to linux... These are the error messages : panorama.h:1:26: kscreensaver.h: Datei oder Verzeichnis nicht gefunden In file included from panorama.moc.cpp:11: panorama.h:4: error: syntax error before `{' token panorama.h:13: error: syntax error before `}' token panorama.moc.cpp:12:25: qmetaobject.h: Datei oder Verzeichnis nicht gefunden panorama.moc.cpp:13:26: qapplication.h: Datei oder Verzeichnis nicht gefunden panorama.moc.cpp:15:34: private/qucomextra_p.h: Datei oder Verzeichnis nicht gefunden panorama.moc.cpp:17:2: #error "This file was generated using the moc from 3.3.3. It" panorama.moc.cpp:18:2: #error "cannot be used with the include files from this version of Qt." panorama.moc.cpp:19:2: #error "(The moc has changed too much.)" panorama.moc.cpp:23: error: invalid use of undefined type `class Panorama' panorama.h:3: error: forward declaration of `class Panorama' and so on what can I do ? I have SuSE 9.2 Pro Thanks
kscreensaver.h is missing, so you have to install the devel packages for kscreensaver. In Mandrake it's included in libkdecore4-devel If you use an rpm based distro, try rpm.pbone.net. Choose "advanced search", uncheck all, check your distro, and search after kscreensaver.h Hope it helps Gruss, Dani
For Xandros, one must issue the following command after building: cp '/usr/share/applnk/System/ScreenSavers/panorama.desktop' /usr/share/applnk/Applications/System/ScreenSavers For your distribution, you will need to copy the panorama.desktop file (located in /usr/share/applnk/System/ScreenSavers) to wherever your Distribution has its screensaver files.
Well, my problem is, the .desktop file is in the right folder (where also all the other screensavers .desktop files are). But even tough Panorama doesn't appear in the controlcenter module :(
Hi this is a great idea for a screensaver! I made a quick try and it works nice if I start it from the command line. However, it doesn't appear in my kcontrol (the installation path is correct) Is there anything special I have to do after the 'make install'? Thanks and cheers