Announcement

Collapse
No announcement yet.

deKorator

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    deKorator

    i cant seem to install deKorator!

    first i go here
    http://www.kde-look.org/content/show.php?content=31447
    then when i try to download it, it keeps giving me this stupid "404 - Not Found" bull.
    so i go down to the reviews and find this link
    http://distfiles-od.opendarwin.org/dekorator-0.3.tar.gz
    so i dl it, unpack it, "cd /home/name/Desktop/dekorator-0.3", "./configure", and when i "make" it gives me this:
    Code:
    troy@troy-desktop:~/Desktop/dekorator-0.3$ make
    make: *** No targets specified and no makefile found. Stop.
    troy@troy-desktop:~/Desktop/dekorator-0.3$
    note, at the end of the "./configure", it gives me this:
    Code:
    checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
    troy@troy-desktop:~/Desktop/dekorator-0.3$
    how the heck to i install these .tar.gz's?

    #2
    Re: deKorator

    I think that what you're missing is the headers for the X system. Try...

    sudo apt-get install libx11-dev

    And then run configure again. Configure must (as far as I know) always finish without errors before you can run a make install.

    Comment


      #3
      Re: deKorator

      If you don't have them you may also want to try installing the following packages with adept, they are necessary to configure and make:
      build-essential
      kdelibs4-dev
      automake1.9

      Comment


        #4
        Re: deKorator

        "Good - your configure finished. Start make now"

        so i did a make and it just gave me error words all over what now?

        looks like this:

        Code:
        Good - your configure finished. Start make now
        
        troy@troy-desktop:~/Desktop/dekorator-0.3$ make
        cd . && make -f admin/Makefile.common configure.in ;
        make all-recursive
        make[1]: Entering directory `/home/troy/Desktop/dekorator-0.3'
        cd . && make -f admin/Makefile.common configure.in ;
        Making all in client
        make[2]: Entering directory `/home/troy/Desktop/dekorator-0.3/client'
        Making all in config
        make[3]: Entering directory `/home/troy/Desktop/dekorator-0.3/client/config'
        make[3]: Nothing to be done for `all'.
        make[3]: Leaving directory `/home/troy/Desktop/dekorator-0.3/client/config'
        make[3]: Entering directory `/home/troy/Desktop/dekorator-0.3/client'
        if /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -I/usr/include/kde/kwin -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_PLUGIN -MT deKoratorclient.lo -MD -MP -MF ".deps/deKoratorclient.Tpo" -c -o deKoratorclient.lo deKoratorclient.cc; \
            then mv -f ".deps/deKoratorclient.Tpo" ".deps/deKoratorclient.Plo"; else rm -f ".deps/deKoratorclient.Tpo"; exit 1; fi
        In file included from deKoratorclient.cc:38:
        deKoratorclient.h:49:25: error: kdecoration.h: No such file or directory
        deKoratorclient.h:50:32: error: kdecorationfactory.h: No such file or directory
        deKoratorclient.h:138: error: expected class-name before '{' token
        deKoratorclient.h:142: error: ISO C++ forbids declaration of 'KDecoration' with no type
        deKoratorclient.h:142: error: 'KDecoration' declared as a 'virtual' field
        deKoratorclient.h:142: error: expected ';' before '*' token
        deKoratorclient.h:259: error: expected class-name before '{' token
        deKoratorclient.h:262: error: expected `)' before '*' token
        deKoratorclient.h:277: error: 'Position' does not name a type
        deKoratorclient.cc:179: error: expected constructor, destructor, or type conversion before '*' token
        deKoratorclient.cc:249: error: expected constructor, destructor, or type conversion before '*' token
        deKoratorclient.cc: In member function 'virtual bool DeKorator::DeKoratorFactory::reset(long unsigned int)':
        deKoratorclient.cc:268: error: 'SettingDecoration' was not declared in this scope
        deKoratorclient.cc:268: error: 'SettingButtons' was not declared in this scope
        deKoratorclient.cc:268: error: 'SettingBorder' was not declared in this scope
        deKoratorclient.cc:268: error: 'SettingColors' was not declared in this scope
        deKoratorclient.cc:318: error: 'resetDecorations' was not declared in this scope
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorFactory::colorizeDecoPixmaps(bool)':
        deKoratorclient.cc:735: error: 'options' was not declared in this scope
        deKoratorclient.cc:735: error: 'KDecoration' has not been declared
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorFactory::colorizeButtonsPixmaps(bool)':
        deKoratorclient.cc:765: error: 'options' was not declared in this scope
        deKoratorclient.cc:765: error: 'KDecoration' has not been declared
        deKoratorclient.cc: In constructor 'DeKorator::DeKoratorButton::DeKoratorButton(bool, int, int, DeKorator::DeKoratorClient*, const char*, const QString&, DeKorator::ButtonType, DeKorator::buttonTypeAll)':
        deKoratorclient.cc:1190: error: 'class DeKorator::DeKoratorClient' has no member named 'widget'
        deKoratorclient.cc: In member function 'virtual void DeKorator::DeKoratorButton::drawButton(QPainter*)':
        deKoratorclient.cc:1342: error: 'class DeKorator::DeKoratorClient' has no member named 'isActive'
        deKoratorclient.cc:1356: error: 'class DeKorator::DeKoratorClient' has no member named 'icon'
        deKoratorclient.cc:1356: error: incomplete type 'QIconSet' used in nested name specifier
        deKoratorclient.cc:1356: error: incomplete type 'QIconSet' used in nested name specifier
        deKoratorclient.cc:1368: error: 'class DeKorator::DeKoratorFactory' has no member named 'options'
        deKoratorclient.cc:1368: error: 'KDecoration' has not been declared
        deKoratorclient.cc:1381: error: 'class DeKorator::DeKoratorFactory' has no member named 'options'
        deKoratorclient.cc:1381: error: 'KDecoration' has not been declared
        deKoratorclient.cc:1432: error: 'class DeKorator::DeKoratorClient' has no member named 'isShade'
        deKoratorclient.cc: In member function 'QImage* DeKorator::DeKoratorButton::chooseRightHoverEffect(QImage*, QString)':
        deKoratorclient.cc:1459: error: 'class DeKorator::DeKoratorClient' has no member named 'isActive'
        deKoratorclient.cc:1470: error: 'class DeKorator::DeKoratorClient' has no member named 'isActive'
        deKoratorclient.cc:1499: error: 'class DeKorator::DeKoratorClient' has no member named 'isActive'
        deKoratorclient.cc: At global scope:
        deKoratorclient.cc:1584: error: expected `)' before '*' token
        deKoratorclient.cc: In member function 'virtual void DeKorator::DeKoratorClient::init()':
        deKoratorclient.cc:1623: error: 'WNoAutoErase' was not declared in this scope
        deKoratorclient.cc:1623: error: 'createMainWidget' was not declared in this scope
        deKoratorclient.cc:1624: error: 'widget' was not declared in this scope
        deKoratorclient.cc:1627: error: 'NoBackground' was not declared in this scope
        deKoratorclient.cc:1676: error: 'isSetShade' was not declared in this scope
        deKoratorclient.cc:1687: error: 'options' was not declared in this scope
        deKoratorclient.cc:1695: error: 'isPreview' was not declared in this scope
        deKoratorclient.cc:1711: error: 'connect' was not declared in this scope
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorClient::addButtons(QBoxLayout*, const QString&, bool)':
        deKoratorclient.cc:1743: error: 'connect' was not declared in this scope
        deKoratorclient.cc:1754: error: 'isOnAllDesktops' was not declared in this scope
        deKoratorclient.cc:1772: error: 'connect' was not declared in this scope
        deKoratorclient.cc:1779: error: 'providesContextHelp' was not declared in this scope
        deKoratorclient.cc:1785: error: 'connect' was not declared in this scope
        deKoratorclient.cc:1792: error: 'isMinimizable' was not declared in this scope
        deKoratorclient.cc:1797: error: 'connect' was not declared in this scope
        deKoratorclient.cc:1804: error: 'isMaximizable' was not declared in this scope
        deKoratorclient.cc:1806: error: 'maximizeMode' was not declared in this scope
        deKoratorclient.cc:1806: error: 'MaximizeFull' was not declared in this scope
        deKoratorclient.cc:1831: error: 'connect' was not declared in this scope
        deKoratorclient.cc:1838: error: 'isCloseable' was not declared in this scope
        deKoratorclient.cc:1844: error: 'connect' was not declared in this scope
        deKoratorclient.cc:1853: error: 'keepAbove' was not declared in this scope
        deKoratorclient.cc:1867: error: 'connect' was not declared in this scope
        deKoratorclient.cc:1876: error: 'keepBelow' was not declared in this scope
        deKoratorclient.cc:1890: error: 'connect' was not declared in this scope
        deKoratorclient.cc:1897: error: 'isShadeable' was not declared in this scope
        deKoratorclient.cc:1899: error: 'isSetShade' was not declared in this scope
        deKoratorclient.cc:1912: error: 'connect' was not declared in this scope
        deKoratorclient.cc: In member function 'virtual void DeKorator::DeKoratorClient::activeChange()':
        deKoratorclient.cc:1934: error: 'widget' was not declared in this scope
        deKoratorclient.cc: In member function 'virtual void DeKorator::DeKoratorClient::captionChange()':
        deKoratorclient.cc:1944: error: 'widget' was not declared in this scope
        deKoratorclient.cc: In member function 'virtual void DeKorator::DeKoratorClient::desktopChange()':
        deKoratorclient.cc:1953: error: 'isOnAllDesktops' was not declared in this scope
        deKoratorclient.cc: In member function 'virtual void DeKorator::DeKoratorClient::maximizeChange()':
        deKoratorclient.cc:1993: error: 'maximizeMode' was not declared in this scope
        deKoratorclient.cc:1993: error: 'MaximizeFull' was not declared in this scope
        deKoratorclient.cc: In member function 'virtual void DeKorator::DeKoratorClient::shadeChange()':
        deKoratorclient.cc:2020: error: 'isSetShade' was not declared in this scope
        deKoratorclient.cc:2044: error: 'widget' was not declared in this scope
        deKoratorclient.cc: In member function 'virtual void DeKorator::DeKoratorClient::borders(int&, int&, int&, int&) const':
        deKoratorclient.cc:2109: error: 'isShade' was not declared in this scope
        deKoratorclient.cc:2119: error: 'widget' was not declared in this scope
        deKoratorclient.cc: In member function 'virtual void DeKorator::DeKoratorClient::resize(const QSize&)':
        deKoratorclient.cc:2128: error: 'widget' was not declared in this scope
        deKoratorclient.cc: In member function 'virtual QSize DeKorator::DeKoratorClient::minimumSize() const':
        deKoratorclient.cc:2137: error: 'widget' was not declared in this scope
        deKoratorclient.cc: At global scope:
        deKoratorclient.cc:2148: error: 'KDecoration' has not been declared
        deKoratorclient.cc:2148: error: expected constructor, destructor, or type conversion before 'DeKoratorClient'
        deKoratorclient.cc: In member function 'bool DeKorator::DeKoratorClient::eventFilter(QObject*, QEvent*)':
        deKoratorclient.cc:2242: error: 'widget' was not declared in this scope
        deKoratorclient.cc:2260: error: 'processMousePressEvent' was not declared in this scope
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorClient::mouseDoubleClickEvent(QMouseEvent*)':
        deKoratorclient.cc:2296: error: 'titlebarDblClickOperation' was not declared in this scope
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorClient::wheelEvent(QWheelEvent*)':
        deKoratorclient.cc:2306: error: 'titlebarMouseWheelOperation' was not declared in this scope
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorClient::paintEvent(QPaintEvent*)':
        deKoratorclient.cc:2323: error: 'widget' was not declared in this scope
        deKoratorclient.cc:2325: error: 'width' was not declared in this scope
        deKoratorclient.cc:2325: error: 'height' was not declared in this scope
        deKoratorclient.cc:2339: error: 'isActive' was not declared in this scope
        deKoratorclient.cc:2394: error: 'caption' was not declared in this scope
        deKoratorclient.cc:2395: error: 'options' was not declared in this scope
        deKoratorclient.cc:2426: error: 'KDecoration' has not been declared
        deKoratorclient.cc:2432: error: 'AlignVCenter' was not declared in this scope
        deKoratorclient.cc:2439: error: 'isShade' was not declared in this scope
        deKoratorclient.cc:2450: error: 'isActive' was not declared in this scope
        deKoratorclient.cc:2508: error: 'isActive' was not declared in this scope
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorClient::updateCaptionBuffer()':
        deKoratorclient.cc:2549: error: 'caption' was not declared in this scope
        deKoratorclient.cc:2550: error: 'options' was not declared in this scope
        deKoratorclient.cc:2550: error: 'isActive' was not declared in this scope
        deKoratorclient.cc:2561: error: 'white' was not declared in this scope
        deKoratorclient.cc:2562: error: 'AlignCenter' was not declared in this scope
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorClient::resizeEvent(QResizeEvent*)':
        deKoratorclient.cc:2581: error: 'widget' was not declared in this scope
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorClient::showEvent(QShowEvent*)':
        deKoratorclient.cc:2618: error: 'widget' was not declared in this scope
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorClient::maxButtonPressed()':
        deKoratorclient.cc:2632: error: 'maximize' was not declared in this scope
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorClient::shadeButtonPressed()':
        deKoratorclient.cc:2660: error: 'isSetShade' was not declared in this scope
        deKoratorclient.cc:2660: error: 'setShade' was not declared in this scope
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorClient::aboveButtonPressed()':
        deKoratorclient.cc:2672: error: 'keepAbove' was not declared in this scope
        deKoratorclient.cc:2672: error: 'setKeepAbove' was not declared in this scope
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorClient::belowButtonPressed()':
        deKoratorclient.cc:2684: error: 'keepBelow' was not declared in this scope
        deKoratorclient.cc:2684: error: 'setKeepBelow' was not declared in this scope
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorClient::menuButtonPressed()':
        deKoratorclient.cc:2715: error: 'KDecorationFactory' was not declared in this scope
        deKoratorclient.cc:2715: error: 'f' was not declared in this scope
        deKoratorclient.cc:2715: error: 'factory' was not declared in this scope
        deKoratorclient.cc:2716: error: 'showWindowMenu' was not declared in this scope
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorClient::menuButtonReleased()':
        deKoratorclient.cc:2732: error: 'closeWindow' was not declared in this scope
        deKoratorclient.cc: In member function 'void DeKorator::DeKoratorClient::doShape()':
        deKoratorclient.cc:2741: error: 'width' was not declared in this scope
        deKoratorclient.cc:2742: error: 'height' was not declared in this scope
        deKoratorclient.cc:2787: error: 'isShade' was not declared in this scope
        deKoratorclient.cc:2827: error: 'setMask' was not declared in this scope
        deKoratorclient.moc: In static member function 'static QMetaObject* DeKorator::DeKoratorClient::staticMetaObject()':
        deKoratorclient.moc:136: error: 'KDecoration' has not been declared
        deKoratorclient.moc: In member function 'virtual void* DeKorator::DeKoratorClient::qt_cast(const char*)':
        deKoratorclient.moc:178: error: 'KDecoration' has not been declared
        deKoratorclient.moc: In member function 'virtual bool DeKorator::DeKoratorClient::qt_invoke(int, QUObject*)':
        deKoratorclient.moc:193: error: 'KDecoration' has not been declared
        deKoratorclient.moc: In member function 'virtual bool DeKorator::DeKoratorClient::qt_emit(int, QUObject*)':
        deKoratorclient.moc:200: error: 'KDecoration' has not been declared
        deKoratorclient.moc: In member function 'virtual bool DeKorator::DeKoratorClient::qt_property(int, int, QVariant*)':
        deKoratorclient.moc:206: error: 'KDecoration' has not been declared
        make[3]: *** [deKoratorclient.lo] Error 1
        make[3]: Leaving directory `/home/troy/Desktop/dekorator-0.3/client'
        make[2]: *** [all-recursive] Error 1
        make[2]: Leaving directory `/home/troy/Desktop/dekorator-0.3/client'
        make[1]: *** [all-recursive] Error 1
        make[1]: Leaving directory `/home/troy/Desktop/dekorator-0.3'
        make: *** [all] Error 2
        troy@troy-desktop:~/Desktop/dekorator-0.3$

        Comment


          #5
          Re: deKorator

          I don't know if this is what you need but:

          How about looking in adept or synaptic?
          There you can install kwin-style-dekorator.

          Then use this link:
          http://www.kde-look.org/index.php?xcontentmode=21

          and see if there is anything you like.

          I hope this helps
          HP Pavilion dv6 core i7 (Main)
          4 GB Ram
          Kubuntu 18.10

          Comment

          Working...
          X