
Domino
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
This is a port of the window decoration only, not the widget style! Do not ask me if I am going to port the widget style (I do not know the answer!)
Another unofficial port, released as a Christmas present ;) Actually looks quite okay together with Skulpture style (seen on screenshot), so maybe it is useful. Does not work good with Oxygen, because of Oxygens title bar blending.
Original author and copyright: Michael Lentner, see http://www.kde-look.org/content/show.php/Domino?content=42804 for details. Ported as allowed per GPL2 license.
For build instructions, see my deKorator port, except that it does not need QImageBlitz.
12 years ago
0.4:
* this is a zero day port, hope it works.
12 years ago
0.4:
* this is a zero day port, hope it works.
Jehzz
2 years ago
Report
Izo
11 years ago
http://i14.photobucket.com/albums/a319/Shakhtar9/domino-kde4-error.png
I used the source from here and compiled successfully.
/izo\
Report
jackyohh
11 years ago
there is no configure script and there is also no helping info file.
can you give me any hints?
Report
skulptor
11 years ago
export PATH=$PATH:/usr/lib/kde4/bin/
cd kde4-windeco-domino-0.4/
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make
sudo make install
You need packages cmake and kdebase-workspace-dev
Report
menox
11 years ago
Report
valmar
12 years ago
I just would like to report two small bugs
1) Buttons are not visible on inactive windows. However, if the cursor is moved over the title bar of inactive windows, the buttons appear, only to disappear when the cursor moves out of the titlebar
2) if the box show buttons on inactive windows is checked, not only buttons are not shown on inactive windows, but they also disappear from the active window-
Report
skulptor
12 years ago
I am not sure if this is a bug in the original version, or if I broke it during porting. Actually I never used Domino :)
Thanks for reporting.
Report
dummy_double
12 years ago
Report
TheRob
12 years ago
Merry x-mas to you!
//Robert
P.S. I'm not asking but is there a
even a smallest tinyest of possibilities
that you might consider porting the domino
style? I would do it myself but as I'm
all thumbs when it comes to programming
I really can't (yet).
Report
skulptor
12 years ago
If you are new to KDE programming, just download the source from this page, enable the domino and dominoConfig subdirs in CMakeLists.txt, and start hacking. The error messages should guide you ;)
Merry Christmas!
Report