
KSplasher Moodin Editor and Creator
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KSplasher 2.0 beta 1 README
---------------------------
Hi, log time has passed, but at last i have a functional version of my KSplasher Editor ported to QT4.
It has a lot of new features like:
- A new UI written in PyQT4 (that changes dependency of KSplasher to python-qt4)
- A new install/uninstall bash script based on install script for QNokiacomander from Federico Manganelli
- An "create new" wizard for your new themes
- You can change the background on-the-fly
- You can TEST your themes directly from KSplasher (before install it)
- You can save your themes as .tar.gz or directory for further modifications.
Well, as always all feedback is welcome.
Coming soon: KSplasherX, my KSplasher but for the new ksplashx splash engine (KDE4).
Installation:
- once uncompressed, run ./install.sh from konsole.
- you now can run it with ALT+F2 and "ksplasher" or click on your new ksplasher icon under "Graphics" menu.
geminiguy
12 years ago
Thanks XaniloM
Report
GH3
12 years ago
this is what it does:
Traceback (most recent call last):
File "/home/kyle/Desktop/KSplasher/KSplasher/ksplasher.py", line 346, in <module>
app = App()
File "/home/kyle/Desktop/KSplasher/KSplasher/ksplasher.py", line 166, in __init__
self.painter.init(ruta)
File "/home/kyle/Desktop/KSplasher/KSplasher/ksplasher.py", line 44, in init
self.tema, self.RC = cargar_tema(ru)#cargamos el tema
File "/home/kyle/Desktop/KSplasher/KSplasher/modules/classe.py", line 132, in cargar_tema
except:a=llenar(ruta,'theme.rc')
File "/home/kyle/Desktop/KSplasher/KSplasher/modules/diccio.py", line 8, in llenar
for i in open(archi).readlines():
IOError: [Errno 2] No such file or directory: 'void/theme.rc'
the theme.rc is in the void folder
help??
Report
elnetotaca69
12 years ago
Traceback (most recent call last):
File "ksplasher.py", line 27, in ?
import Image
ImportError: No module named Image
and i don't know what to do mow
Report
XaniloM
12 years ago
Well, this problem is associated to a new dependency of KSplasher: Python Image Library (PIL). You can install it as you do with pygame. Look for the "python-imaging" or "python-image" or "python-pil" in your packaging system and all will works well.
Report
elnetotaca69
12 years ago
Traceback (most recent call last):
File "ksplasher.py", line 27, in ?
import Image
ImportError: No module named Image
and i don't know what to do mow
Report
XaniloM
12 years ago
Plz test it and help to enhance commenting it.
Thanx.
XaniloM.
Report
kriko
13 years ago
However, could you please distribute it as tar archive, not zip?
Report
XaniloM
13 years ago
Now is in tar format (and updated to v0.9)
Report
kriko
13 years ago
Report
Kraplax
13 years ago
./ksplasher.py: line 2: from: command not found
./ksplasher.py: line 3: from: command not found
./ksplasher.py: line 4: from: command not found
: command not founde 6:
./ksplasher.py: line 36: syntax error near unexpected token `('
'/ksplasher.py: line 36: `lab=[('','','',''),('','','',''),('','','','')]
in my konsole output. And yeah, after installing all those py-things i've run the ldconfig. Just to be sure of everything.
Any suggestions?
My system is Mandriva 2008.
Report
XaniloM
13 years ago
Well, i haven't try your way to run it, usually you don't need to chmod any file, and after install python, pygame, (and maybe you will need the module numpy), you only have to go to your console (inside the extracted folder) and type 'python ksplasher.py'.
Hope this work.
Report