Anzeige:
Ergebnis 1 bis 7 von 7

Thema: Superkaramba Themes überdecken andere Fenster

  1. #1
    Registrierter Benutzer
    Registriert seit
    Aug 2004
    Beiträge
    20

    Superkaramba Themes überdecken andere Fenster

    Hallo,

    ich wollte mir heute mal Superkaramba installieren. Hat auch nach einigen Anläufen (genauer gesagt nach nach rpm -ihv --nodeps *.rpm, weil ich schon das neue KDE 3.3.0 hab und meine Superkarmba Version 0.34 als SuSE 9.0 rpm von http://guru.linuxbe.org/rpm/packages.../superkaramba/ auf kdelibs = 3.1.4 bestand) geklappt.
    NUn habe ich aber das Problem, dass die einzelnen Themes(LiquidWeather und Ubermon) auch die Fenster überdecken, d.h. wenn ich hier im Firefox diesen Text schreibe ich links neben mir zwei Rechtecke habe, die mir einserseits das Wetter von München mitteilen, andererseits mir meine Uptime etc. verraten. Ich will das ganze jedoch nur auf dem Desktop haben.

    Weiß jemand woran das liegen könnte?

    Viele Grüße,

    Florian

  2. #2
    Registrierter Benutzer
    Registriert seit
    Jul 2003
    Beiträge
    85
    Glaube mal gelesen zu haben, dass irgendwo geschrieben steht, dass man genau aus diesem Grund die tarballs kompilieren soll und keine rpms intstallieren. Weiß aber nicht wo das stand. Glaube sogar hier im Forum. Kannst es ja mal ausprobieren.

  3. #3
    Mod. Tipps und Tricks Avatar von carnil
    Registriert seit
    Jan 2004
    Ort
    Zürich
    Beiträge
    6.215
    Hi

    z.B. schaust du mal hier, falls du nach den falschen Stichwörter gesucht hättest: http://www.linuxforen.de/forums/show...aramba+fenster

    MfG carnil

  4. #4
    Registrierter Benutzer
    Registriert seit
    Aug 2004
    Beiträge
    20
    hallo!

    Danke erstmal für eure Antworten. Wie es scheint hängt es wohl wirklich mit der Codezeile zusammen. Das Problem nei den Tarballs ist nur, dass ich enorma Porbleme habe, Sie zu kompillieren. ./configure geht ohne Probleme, make verursacht dann folgende Ausgaben:

    index.docbook:81: validity error: No declaration for attribute id of element qandaset
    <qandaset id="faq">
    ^
    index.docbook:82: validity error: No declaration for element title
    <title>Frequently asked questions</title>
    ^
    index.docbook:85: validity error: No declaration for element para
    <para>Question 1</para>
    ^
    index.docbook:84: validity error: No declaration for element question
    </question>
    ^
    index.docbook:88: validity error: No declaration for element para
    <para>The answer</para>
    ^
    index.docbook:87: validity error: No declaration for element answer
    </answer>
    ^
    index.docbook:83: validity error: No declaration for element qandaentry
    </qandaentry>
    ^
    index.docbook:81: validity error: No declaration for element qandaset
    </qandaset>
    ^
    index.docbook:78: validity error: No declaration for element chapter
    </chapter>
    ^
    index.docbook:13: validity error: No declaration for element book
    </book>
    ^
    make[3]: *** [index.cache.bz2] Fehler 1
    make[3]: Leaving directory `/home/fabi0312/superkaramba-0.34/doc/en'
    make[2]: *** [all-recursive] Fehler 1
    make[2]: Leaving directory `/home/fabi0312/superkaramba-0.34/doc'
    make[1]: *** [all-recursive] Fehler 1
    make[1]: Leaving directory `/home/fabi0312/superkaramba-0.34'
    make: *** [all] Fehler 2

    Weiß einer woran das liegen könnte?

    Grüße,

    Florian

  5. #5
    Registrierter Benutzer
    Registriert seit
    Aug 2004
    Beiträge
    20
    Hallo!

    Weiß denn keiner Rat zu meinem obigen Problem?

    Grüße,

    Flori

  6. #6
    Mod. Tipps und Tricks Avatar von carnil
    Registriert seit
    Jan 2004
    Ort
    Zürich
    Beiträge
    6.215
    Hi

    Nun ich weiss nicht woran es liegt tut mir leid, diesbezüglich. Hmm, manchmal läuft configure ohne "Meldungen" zurück, aber es gab doch was er meldete, schau dir mal die config.log an, ob du da was "Merkwürdiges" findest. Schaue vor allem, ob ganz am Schluss auch wirklich der existatus 0 zurückgegeben wurde, falls nicht müsste man sich die Ausgabe von ./configure genauer ansehen.

    MfG carnil

  7. #7
    Registrierter Benutzer
    Registriert seit
    Aug 2004
    Beiträge
    20
    Hallo carnil und natürlich auch alle anderen

    Also folgende Ausgabe erzeugt ./configure:

    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    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... gawk
    checking whether make sets $(MAKE)... yes
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output... 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 ANSI C... 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 g++ supports -Wundef... yes
    checking whether g++ supports -Wno-long-long... yes
    checking whether g++ supports -Wnon-virtual-dtor... yes
    checking whether g++ supports -fno-exceptions... yes
    checking whether g++ supports -fno-check-new... yes
    checking whether g++ supports -fexceptions... yes
    checking how to run the C++ preprocessor... g++ -E
    checking whether g++ supports -frepo... yes
    not using lib directory suffix
    checking for ld used by GCC... /usr/i586-suse-linux/bin/ld
    checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
    checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking for a sed that does not truncate output...
    checking whether ln -s works... yes
    checking how to recognise dependant libraries... pass_all
    checking for egrep... grep -E
    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 the maximum length of command line arguments... 32768
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    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/i586-suse-linux/bin/ld) supports shared li
    braries... yes
    checking whether -lc should be explicitly linked in... no
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    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 whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared li
    braries... 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/i586-suse-linux/bin/ld) supports shared li
    braries... yes
    checking whether -lc should be explicitly linked in... yes
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    appending configuration tag "GCJ" to libtool
    checking if gcj supports -fno-rtti -fno-exceptions... (cached) no
    checking for gcj option to produce PIC... -fPIC
    checking if gcj PIC flag -fPIC works... no
    checking if gcj supports -c -o file.o... no
    checking whether the gcj linker (/usr/i586-suse-linux/bin/ld) supports shared li
    braries... yes
    checking whether -lc should be explicitly linked in... yes
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking for main in -lutil... yes
    checking for main in -lcompat... no
    checking for crypt in -lcrypt... yes
    checking for socklen_t... socklen_t
    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 crt_externs.h usability... no
    checking crt_externs.h presence... no
    checking for crt_externs.h... no
    checking for _NSGetEnviron... no
    checking for sys/types.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for poll in -lpoll... no
    checking CoreAudio/CoreAudio.h usability... no
    checking CoreAudio/CoreAudio.h presence... no
    checking for CoreAudio/CoreAudio.h... 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 long... yes
    checking size of long... 4
    checking for char *... yes
    checking size of char *... 4
    checking for char... yes
    checking size of char... 1
    checking for dlopen in -ldl... yes
    checking for shl_unload in -ldld... 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 Xinerama... no
    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 Qt... libraries /usr/lib/qt3/lib, headers /usr/lib/qt3/include usin
    g -mt
    checking if Qt compiles without flags... no
    checking for moc... /usr/lib/qt3/bin/moc
    checking for uic... /usr/lib/qt3/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 /opt/kde3/lib, headers /opt/kde3/include
    checking for KDE paths... defaults
    checking for dcopidl... /opt/kde3/bin/dcopidl
    checking for dcopidl2cpp... /opt/kde3/bin/dcopidl2cpp
    checking for mcopidl... /opt/kde3/bin/mcopidl
    checking for artsc-config... /opt/kde3/bin/artsc-config
    checking for kde-config... /opt/kde3/bin/kde-config
    checking for meinproc... /opt/kde3/bin/meinproc
    checking whether byte ordering is bigendian... no
    checking for MAXPATHLEN... 4096
    checking for Python directory... /usr/local
    checking for Python2.3... header /usr/include/python2.3 library /usr/lib/python2
    .3/config modules /usr/lib/python2.3
    checking if a Python application links... no
    checking if Python depends on -lm... no
    checking if Python depends on -lpthread... no
    checking if Python depends on -ltcl... no
    checking if Python depends on -ldb2... no
    checking if Python depends on -lpthread -lm... no
    checking if Python depends on -lpthread -lm -lutil... yes
    checking for libxmms... ./configure: line 1: xmms-config: command not found
    ./configure: line 1: xmms-config: command not found
    no
    checking for KDE version >= 3.2... ./configure: line 1: kde-config: command notfound
    ./configure: line 31468: test: -ge: unary operator expected

    checking if doc should be compiled... yes
    checking if po should be compiled... yes
    checking if src should be compiled... yes
    configure: creating ./config.status
    fast creating Makefile
    fast creating doc/Makefile
    fast creating doc/en/Makefile
    fast creating po/Makefile
    fast creating src/Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands

    Good - your configure finished. Start make now

    -----------------------------------------------------------------------------------------------------------

    Ich kann eigentlich nichts ungewöhnliches feststellen. Aber bei make kommen dann eben die obigen Fehler. Ich finde auch bei google dazu nichts. Komisch!

    Grüße,

    Flori

Ähnliche Themen

  1. Superkaramba Themes automatisch starten
    Von HomerSimpson im Forum Anwendungen Allgemein, Software
    Antworten: 8
    Letzter Beitrag: 17.08.09, 09:11
  2. Superkaramba - Wetter Themes :(
    Von Kloppke im Forum Windowmanager
    Antworten: 33
    Letzter Beitrag: 31.01.06, 09:15
  3. Superkaramba 0.34
    Von JDieskau im Forum Neue Programme/Versionen
    Antworten: 14
    Letzter Beitrag: 14.07.04, 18:36
  4. Superkaramba -> Themes Konfigurieren
    Von SlimJim im Forum Windowmanager
    Antworten: 2
    Letzter Beitrag: 20.06.04, 14:51
  5. Superkaramba Themes Problem
    Von HomerSimpson im Forum Anwendungen Allgemein, Software
    Antworten: 6
    Letzter Beitrag: 12.05.04, 13:29

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •