
KMyGLCubeSaver
Source (link to git-repo or to original if based on someone elses unmodified work):
KMyGLCubeSaver supports images with the extension *. jpg *. bmp *. png *. jpg *. gif
They must be included in the hidden directory $HOME/.myglcubesaver. This directory is created automatically.
In the setup window, you can lock the rotation of the cube around one or more axes, modify the time to change the image and choose whether you want to see the images sequentially or randomly.
Author: Felice Murolo - Salerno - Italy
eMail: linuxboy@RE-MO-VEfel.hopto.org (delete RE-MO-VE and send your email)
This program and it's sources may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. See http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html for details.
INSTALL
===========
Open a konsole into source dir and write
$> qmake
$> make
$> sudo make install
Note: the automatic installation is done in the following directories:
/usr/bin/ for screensaver itself
/usr/share/doc/kmyglcubesaver-1.0 for README
/usr/share/kde4/services/ScreenSavers/ for .desktop file which creates the row for the new screensaver in the system configuration->Desktop->ScreenSaver
If you want to change some of those path, adjust qmake myglcubesaver.pro file.
===========
IMPORTANT
===========
Gives a minimal amount of money for this program via Paypal. It's simple and secure. You can use any credit card or your PayPal account. All money received will be donated to worthy charitable initiatives.
08 feb 2010 1st version, 1.0a
14 feb 2010 version 1.0b
Changing time of image display doesn't works. Fixed
Give a limit to time of image display in seconds (min 1, max 60 sec)
Now the Axis' Rotation speeds of the cube are configurable
Happy Valentine's day to all.
17 jun 2012 version 1.01
Some little adjustment for kubuntu 12.04 and kde 4.8.3 compatibility.
Changed default image
Ratings & Comments
7 Comments
Great screen saver! rpm for Mageia 64bit: http://www.mageia-gr.org/rpm/2/x86_64/kmyglcubesaver-1.01-1mgr2.x86_64.rpm Soon i will do one for 32bit too
Hi, in KDE 4.4 I get just a whoite cube, when I copy any images (I tested with jpgs) to the hidden folder.
Do you see a cube with KDE symbol on all faces or a cube with empty faces? If you delete all the images in $HOME/.myglcubesaver what you see?
Hi, when there's no image in the folder, I get the cube with the KDE logo. When I move one or more images to the folder, I get a white cube.
uhm... the same happens on my system if the images have "jpg" extension but they aren't really jpg files. For example, if I create some files with: echo >a.jpg in $HOME/.myglcubesaver i see a rotating cube with empty face (mine is green, because this is the default color of the cube). Pls, can you send me an email with some of your images? Do not send anything if the images are personal stuff. Or you can try with something gif or jpg downloaded by images.google.com Thank you.
Hi, I tried with .jpeg, .jpg, .gif and .png from various sources (Camera, Scans, comics from the Internet), which certainly aren't all corrupted. Maybe it's an issue with KDE SC 4.4?
I don't know, I use kubuntu 9.10, with kde 4.3.2. See glwidgetimpl.h. At row 39 I define a dummy image content (the kde logo). This dummy image is correctly created, as I understand. At row 47 I try to get a list of your directory content. If the list has one or some members, I get one of this images and load it (row 57). I something goes wrong with load, you shound see an empty cube. So, the problem can be here (row 57-61). But I have no idea.