Git Product home page Git Product logo

mlde.w.eggwm's Issues

bug: fix some strip errors and try to set proper files config

the make install made some minimal errors:

strip /home/systemas/Devel/moonlightde/eggwm/installrot/usr/share/eggwm/eggwm.conf
strip:/home/systemas/Devel/moonlightde/eggwm/installrot/usr/share/eggwm/eggwm.conf: No se reconoce el formato del fichero
Makefile:719: recipe for target 'install_config' failed
make: [install_config] Error 1 (no tiene efecto)

try to tune install processs

todo: try to fix compile warmings due i not know what happened to qt5

the compilation seems have some warnings:

In file included from src/eggwm/EggWM.cpp:17:0:
src/eggwm/EggWM.h:31:54: warning: unused parameter ‘eventType’ [-Wunused-parameter]
     virtual bool nativeEventFilter(const QByteArray &eventType, void *message, long *) Q_DECL_OVERRIDE

src/eggwm/standards/ICCCM.cpp: In member function ‘void ICCCM::sendProtocol(const char*) const’:
src/eggwm/standards/ICCCM.cpp:91:72: warning: passing NULL to non-pointer argument 4 of ‘int XSendEvent(Display*, Window, int, long int, XEvent*)’ [-Wconversion-null]
     XSendEvent(QX11Info::display(), this->clientID, false, NULL, &event);

src/eggwm/atoms/AtomList.cpp: In member function ‘Atom AtomList::getAtom(const char*)’:
src/eggwm/atoms/AtomList.cpp:148:48: warning: passing NULL to non-pointer argument 2 of ‘const T QHash<Key, T>::value(const Key&, const T&) const [with Key = const char*; T = long unsigned int]’ [-Wconversion-null]
     return this->atomHash->value(atomName, NULL);


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.