Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

3
Become a Fan
5.7

Description:
Domino is a style with a soft look. It allows to fine adjust the shininess of the widgets by customizable color gradients.


Changelog:
0.4
* new option for indented / non indented menu items
* new option for highlighted tool button icons on mouse over
* the button look for tool(bar) buttons is now optional
* new rubberband options
* smaller tabWidget margins
* respects Gwenview's / Kicker's taskbar applet / Konversation's own mousewheel handling for scrollviews
* clipped popup menu edges, for a better look with KWin's shadows (Beryl seems not to support it).
* fixes pixmaps on PowerPC architecture
* fixes functionality of some popup QToolButtons and adapts their look and behavior to KToolBarButtons
* the content of popup menus with a side pixmap is visible again (Amarok, Digikam)
* adapts KMenu's section header style
* fixes Kickoff's tab icon alignment
* fixes possible crash with enabled text effect
* lets apps using their own label colors on tabs (if they're not defaulting to a fixed color like konsole)
* decoration: option "dark window frame" draws a darker frame
* decoration: borders are hidden when in maximized mode and moving / resizing of maximized windows is not allowed.

Ratings & Comments

401 Comments

juliocbm

Thanks for this beautiful work. This is the theme that I've looking for years. Perfect, with class. Congratulations!

PatrickV

hi, when I try to make install for this and it throws errors at me when I try to make an install this is the error I am getting ... Deathvalley122@linux-p497:~> cd /home/Deathvalley122/domino-0.4 Deathvalley122@linux-p497:~/domino-0.4> make make all-recursive make[1]: Entering directory `/home/Deathvalley122/domino-0.4' Making all in domino make[2]: Entering directory `/home/Deathvalley122/domino-0.4/domino' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/Deathvalley122/domino-0.4/domino' Making all in dominoConfig make[2]: Entering directory `/home/Deathvalley122/domino-0.4/dominoConfig' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/Deathvalley122/domino-0.4/dominoConfig' Making all in client make[2]: Entering directory `/home/Deathvalley122/domino-0.4/client' Making all in . make[3]: Entering directory `/home/Deathvalley122/domino-0.4/client' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/Deathvalley122/domino-0.4/client' Making all in config make[3]: Entering directory `/home/Deathvalley122/domino-0.4/client/config' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/Deathvalley122/domino-0.4/client/config' make[2]: Leaving directory `/home/Deathvalley122/domino-0.4/client' make[2]: Entering directory `/home/Deathvalley122/domino-0.4' make[2]: Leaving directory `/home/Deathvalley122/domino-0.4' make[1]: Leaving directory `/home/Deathvalley122/domino-0.4' Deathvalley122@linux-p497:~/domino-0.4> idk if that is right it was giving me some arguement errors idk if that is a concern or not ...

jozefk

I'm not able to install this on Debian 5.0.1 with KDE 3.5.10 :(

juliocbm

On Debian, you can install Domino just running this command, as root: apt-get install kde-style-domino Voilá!

swalker23

Hope for a KDE4 version. Its in the intrepid package manager but it doesn't show up in styles.

riepernet

Hi there, what a theme! i really like it and gonna use it until update to KDE4. However, i strongly dislike borders around the windows (12" screen and other reasons). Is there a way to eliminate these (or make them just 1px thin)? I had a look at the source, but feel not expirienced enough to do this on my own. Could someone provide me with some help? thnx a lot

dax918

Hi, I don't truly understand to which particular borders you are referring to, (I can think of at least 3 of them) here's how mine used to look http://www.kde-look.org/content/show.php?content=72811. I used to tweak the code a lot, so basically that is as thin as it gets. For the moment I don't have access to a linux machine to test the code properly so all I can give you now are some pointers, I rewrote parts of the code so is now different to the one available here. But you don't need to rewrite anything, just find some values and adjust them, it is a trial and error approach but is not complicated, search for a client directory and a file named dominoclient.cpp, here are the most relevant lines: namespace Domino { const int titleEdgeTop = 3; const int titleEdgeBottom = 1; ... const int titleGradientHeight = 15; // original value was 10 const int bottomBorderHeight = 8; const int borderWidth = 2; // original value was 5 Try those settings first, edit, compile, test, uninstall, edit further if necessary. I still could be missing something here, like I said I haven't worked on Domino for a while, but everything revolves around those variables, thankfully the author named them properly. Hope this helps.

riepernet

wow, thnx a lot for the fast and useful reply. i mean the left/right/bottom borders around the windows. anyhow, i will try a bit and check back later, when some problems occur ;)

TheRob

Well first, Amazing theme/style you have created... the only one I ever used on kde 3! I really liked everything with it, how the toolbar buttons blend together and how the tabs work! So now that people are starting to use kde4, I'm wondering, are we gonna see domino style for kde4? I really can't put it into words how much I have enjoyed using kde with the domino style! really man! 10/10 stars! //Robert

dax918

Hi Rob, the original author is no longer involved on Domino but I worked on a port for a couple of months. Porting the decoration was pretty much straight-forward, but the style has proven to be quite a challenge. A real though one. I tried my best but doing things properly takes a lot of time and knowledge I don't possess. Unless some C++ programmer with good knowledge of QT4 gives me a hand there won't be much progress on that area I'm afraid. I'll skip KDE 4 till 4.2, if someone manages to create a template/base I might be able to build the code on top of it and speed things up by then. Details, I can do, but the overall structure is too complicated for me.

TheRob

Hi daX!! Very glad to hear other people are sharing my interests in getting this over to kde4... If I had any skills in C++/Qt4 I would help you! I'm sure this is one of the harder styles to port since it has features none of the other styles for kde 3 has... That is why I am so interested in this personally. I personally have no programming skills but I looked at some of the code for domino and my jaw simply dropped,, I knew there was no way I could ever understand any of it :D All the best! //Robert PS. I also thought I'd wait for like 4.5 or something like that... after trying 4.1 beta... I was hooked! ;D

bubuzzz

never mind. I just install kdebase-dev and it works ^_^. phew

bubuzzz

i just switched for ubuntu to kubuntu 8.04 and i really don't know how to install theme in kde. i used the terminal with ./configure --prefix=/usr but after that, i got the error : checking for X... configure: error: Can't find X libraries. Please check your installation and add the correct paths! My system is up-to-date and i also install build-essential. Any suggestion, please T_T

beojan

If I use the Domino theme, all the buttons disappear in KDE's kiosk admin tool. They work perfectly with every other theme

hcl14

# ./configure checking build system type... i386-unknown-freebsd7.0 checking host system type... i386-unknown-freebsd7.0 checking target system type... i386-unknown-freebsd7.0 checking for a BSD-compatible install... /usr/bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking for kde-config... /usr/local/bin/kde-config checking where to install... /usr/local (as returned by kde-config) checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking whether gcc is blacklisted... no checking whether g++ supports -Wundef... yes checking whether g++ supports -Wno-long-long... yes checking whether g++ supports -Wno-non-virtual-dtor... yes checking whether g++ supports -fno-reorder-blocks... yes checking whether g++ supports -fno-exceptions... yes checking whether g++ supports -fno-check-new... yes checking whether g++ supports -fno-common... yes checking whether g++ supports -fexceptions... yes checking whether system headers can cope with -O2 -fno-inline... irrelevant checking how to run the C++ preprocessor... g++ -E checking whether g++ supports -O0... yes not using lib directory suffix checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 65536 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd7.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd7.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking if C++ programs can be compiled... yes checking for strlcat... yes checking if strlcat needs custom prototype... no checking for strlcpy... yes checking if strlcpy needs custom prototype... no checking for main in -lutil... yes checking for main in -lcompat... yes checking for crypt in -lcrypt... yes checking for socklen_t... yes checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for inet_ntoa... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking sys/bitypes.h usability... no checking sys/bitypes.h presence... no checking for sys/bitypes.h... no checking for poll in -lpoll... no checking Carbon/Carbon.h usability... no checking Carbon/Carbon.h presence... no checking for Carbon/Carbon.h... no checking CoreAudio/CoreAudio.h usability... no checking CoreAudio/CoreAudio.h presence... no checking for CoreAudio/CoreAudio.h... no checking if res_init needs -lresolv... no checking for res_init... yes checking if res_init needs custom prototype... no checking for killpg in -lucb... no checking for int... yes checking size of int... 4 checking for short... yes checking size of short... 2 checking for long... yes checking size of long... 4 checking for char *... yes checking size of char *... 4 checking for dlopen in -ldl... no checking for shl_unload in -ldld... no checking for size_t... yes checking size of size_t... 4 checking for unsigned long... yes checking size of unsigned long... 4 checking sizeof size_t == sizeof unsigned long... yes checking for PIE support... yes checking if enabling -pie/fPIE support... yes checking crt_externs.h usability... no checking crt_externs.h presence... no checking for crt_externs.h... no checking for _NSGetEnviron... no checking for vsnprintf... yes checking for snprintf... yes checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for IceConnectionNumber in -lICE... yes checking for libXext... yes checking for pthread_create in -lpthread... yes checking for extra includes... no checking for extra libs... no checking for libz... -lz checking for libpng... -lpng -lz -lm checking for libjpeg6b... no checking for libjpeg... -ljpeg checking for perl... /usr/local/bin/perl checking for Qt... libraries /usr/X11R6/lib, headers /usr/X11R6/include using -mt checking for moc... /usr/X11R6/bin/moc checking for uic... /usr/X11R6/bin/uic checking whether uic supports -L ... yes checking whether uic supports -nounload ... yes checking if Qt needs -ljpeg... no checking for rpath... yes checking for KDE... libraries /usr/local/lib, headers /usr/local/include checking if UIC has KDE plugins available... yes checking for KDE paths... defaults checking for dcopidl... /usr/local/bin/dcopidl checking for dcopidl2cpp... /usr/local/bin/dcopidl2cpp checking for mcopidl... /usr/local/bin/mcopidl checking for artsc-config... /usr/local/bin/artsc-config checking for meinproc... /usr/local/bin/meinproc checking for kconfig_compiler... /usr/local/bin/kconfig_compiler checking for dcopidlng... /usr/local/bin/dcopidlng checking for makekdewidgets... /usr/local/bin/makekdewidgets checking for xmllint... /usr/local/bin/xmllint checking if client should be compiled... yes checking if domino should be compiled... yes checking if dominoConfig should be compiled... yes configure: creating ./config.status wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1223. config.status: creating Makefile config.status: creating client/Makefile config.status: creating client/config/Makefile config.status: creating domino/Makefile config.status: creating dominoConfig/Makefile config.status: creating config.h config.status: executing depfiles commands Good - your configure finished. Start make now

dax918

A quite different output than I expected I'm afraid, I just posted a message to see if another FreeBSD user can assist you.

RCL

The problem seems to be with admin/conf.change.pl script you are using. It uses some weird (and perhaps weak) checks to determine autoconf version which don't work here on FreeBSD (with autoconf 2.61). I think it is worth fixing not only for FreeBSD users' sake :-)

krivedko

IMHO, the keywords are wrong input (flag != 4) at admin/conf.change.pl line 118, <> line 1223. I have the same problem on my FreeBSD 7.0, and I think, conf.change.pl can't determine the version of autoconf tools and patch config.status. I have autoconf-2.61_2

hcl14

# ./configure checking build system type... i386-unknown-freebsd7.0 checking host system type... i386-unknown-freebsd7.0 checking target system type... i386-unknown-freebsd7.0 checking for a BSD-compatible install... /usr/bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking for kde-config... /usr/local/bin/kde-config checking where to install... /usr/local (as returned by kde-config) checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking whether gcc is blacklisted... no checking whether g++ supports -Wundef... yes checking whether g++ supports -Wno-long-long... yes checking whether g++ supports -Wno-non-virtual-dtor... yes checking whether g++ supports -fno-reorder-blocks... yes checking whether g++ supports -fno-exceptions... yes checking whether g++ supports -fno-check-new... yes checking whether g++ supports -fno-common... yes checking whether g++ supports -fexceptions... yes checking whether system headers can cope with -O2 -fno-inline... irrelevant checking how to run the C++ preprocessor... g++ -E checking whether g++ supports -O0... yes not using lib directory suffix checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 65536 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd7.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd7.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking if C++ programs can be compiled... yes checking for strlcat... yes checking if strlcat needs custom prototype... no checking for strlcpy... yes checking if strlcpy needs custom prototype... no checking for main in -lutil... yes checking for main in -lcompat... yes checking for crypt in -lcrypt... yes checking for socklen_t... yes checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for inet_ntoa... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking sys/bitypes.h usability... no checking sys/bitypes.h presence... no checking for sys/bitypes.h... no checking for poll in -lpoll... no checking Carbon/Carbon.h usability... no checking Carbon/Carbon.h presence... no checking for Carbon/Carbon.h... no checking CoreAudio/CoreAudio.h usability... no checking CoreAudio/CoreAudio.h presence... no checking for CoreAudio/CoreAudio.h... no checking if res_init needs -lresolv... no checking for res_init... yes checking if res_init needs custom prototype... no checking for killpg in -lucb... no checking for int... yes checking size of int... 4 checking for short... yes checking size of short... 2 checking for long... yes checking size of long... 4 checking for char *... yes checking size of char *... 4 checking for dlopen in -ldl... no checking for shl_unload in -ldld... no checking for size_t... yes checking size of size_t... 4 checking for unsigned long... yes checking size of unsigned long... 4 checking sizeof size_t == sizeof unsigned long... yes checking for PIE support... yes checking if enabling -pie/fPIE support... yes checking crt_externs.h usability... no checking crt_externs.h presence... no checking for crt_externs.h... no checking for _NSGetEnviron... no checking for vsnprintf... yes checking for snprintf... yes checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for IceConnectionNumber in -lICE... yes checking for libXext... yes checking for pthread_create in -lpthread... yes checking for extra includes... no checking for extra libs... no checking for libz... -lz checking for libpng... -lpng -lz -lm checking for libjpeg6b... no checking for libjpeg... -ljpeg checking for perl... /usr/local/bin/perl checking for Qt... libraries /usr/X11R6/lib, headers /usr/X11R6/include using -mt checking for moc... /usr/X11R6/bin/moc checking for uic... /usr/X11R6/bin/uic checking whether uic supports -L ... yes checking whether uic supports -nounload ... yes checking if Qt needs -ljpeg... no checking for rpath... yes checking for KDE... libraries /usr/local/lib, headers /usr/local/include checking if UIC has KDE plugins available... yes checking for KDE paths... defaults checking for dcopidl... /usr/local/bin/dcopidl checking for dcopidl2cpp... /usr/local/bin/dcopidl2cpp checking for mcopidl... /usr/local/bin/mcopidl checking for artsc-config... /usr/local/bin/artsc-config checking for meinproc... /usr/local/bin/meinproc checking for kconfig_compiler... /usr/local/bin/kconfig_compiler checking for dcopidlng... /usr/local/bin/dcopidlng checking for makekdewidgets... /usr/local/bin/makekdewidgets checking for xmllint... /usr/local/bin/xmllint checking if client should be compiled... yes checking if domino should be compiled... yes checking if dominoConfig should be compiled... yes configure: creating ./config.status wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1223. config.status: creating Makefile config.status: creating client/Makefile config.status: creating client/config/Makefile config.status: creating domino/Makefile config.status: creating dominoConfig/Makefile config.status: creating config.h config.status: executing depfiles commands Good - your configure finished. Start make now

hcl14

# make *** Creating configure.files cd . && /usr/local/bin/bash /usr/myf/domino-0.4/admin/missing --run aclocal-1.9 /usr/local/share/aclocal/linc.m4:1: warning: underquoted definition of AM_PATH_LINC run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB /usr/local/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of AM_PATH_GDK_PIXBUF /usr/local/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE /usr/local/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB cd . && /usr/local/bin/bash /usr/myf/domino-0.4/admin/missing --run automake-1.9 --foreign cd . && perl admin/am_edit cd . && perl admin/am_edit Makefile.in cd . && rm -f configure cd . && make -f admin/Makefile.common configure Can't open configure: No such file or directory. /usr/local/bin/bash ./config.status --recheck running CONFIG_SHELL=/usr/local/bin/bash /usr/local/bin/bash ./configure --no-create --no-recursion /usr/local/bin/bash: ./configure: No such file or directory *** Error code 127 Beginner FreeBSD 7.0, Qt 4.4.0, KDE 3.5.8 the same story with Dekorator and other stuff. replacing admin, reinst kdelibs - no effect

dax918

I honestly don't know much about KDE on FreeBSD but, what is the previous output of ./configure? Any FreeBSD users that can assist him?

dax918

There's a FreeBSD group here btw, http://www.kde-look.org/groups/?id=18 I sent a message to the admin perhaps he knows what's wrong.

hcl14

# make *** Creating configure.files cd . && /usr/local/bin/bash /usr/myf/domino-0.4/admin/missing --run aclocal-1.9 /usr/local/share/aclocal/linc.m4:1: warning: underquoted definition of AM_PATH_LINC run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB /usr/local/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of AM_PATH_GDK_PIXBUF /usr/local/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE /usr/local/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB cd . && /usr/local/bin/bash /usr/myf/domino-0.4/admin/missing --run automake-1.9 --foreign cd . && perl admin/am_edit cd . && perl admin/am_edit Makefile.in cd . && rm -f configure cd . && make -f admin/Makefile.common configure Can't open configure: No such file or directory. /usr/local/bin/bash ./config.status --recheck running CONFIG_SHELL=/usr/local/bin/bash /usr/local/bin/bash ./configure --no-create --no-recursion /usr/local/bin/bash: ./configure: No such file or directory *** Error code 127 Beginner FreeBSD 7.0, Qt 4.4.0, KDE 3.5.8 the same story with Dekorator and other stuff. replacing admin, reinst kdelibs - no effect

valmar

Good day everyone. Does anyone please know which domino theme is the one in the bottom left of the preview screenshot? Does anyone have the domino config file for the theme please? Also, does please anyone have the color scheme file? Thank you very much in advance

deltas4

where can I get the bottom-left config and colour scheme for 0.4?

Pling
0 Affiliates
Details
license
version 0.4
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 1

Other KDE 3.5 Themes:

product
tkdomino
sunman
last update date: 18 years ago

Score 5.0

product
i almost fainted kde3.2.3 gentoo login
laughinol
last update date: 21 years ago

Score 5.0

product
X-Dark
MarcP
last update date: 19 years ago

Score 5.0

product
Sexy-Theme
onkelorm
last update date: 19 years ago

Score 5.0

product
AquaBlue LittleThick
basta638
last update date: 18 years ago

Score 5.0

product
Combinated theme
boriskuiit
last update date: 18 years ago

Score 5.0