Git Product home page Git Product logo

mlde.w.eggwm's Introduction

MLDE: MoonLight Desktop Environment

Now archived, the modular-concept Moonlight its a Lightweight Desktop Environment for GNU/Linux systems, mainly for those that runs in low performance devices but with modern qt5 tecnologies.

MoonlightDE

Desing, reason concepts and ohers similitudes

In MLDE, some core/cruzial apps must be join and integrated in the core session manager/loader to reduce memory footprint, either LXQT desktop its concept it the "junction or many apps" so then each app must be light by itself.

It merges the basic desktop components into a single application in order to reduce the memory footprint and let you take the maximun from your devices.

Know more at our wiki as docs/README.md , for participate must clone and use git over docs directory.

Start point

Status

Currently project are staled and need a mantainer, currently only receive pull request for bugs, or complete code solutions. see mlde-contributionguidelines.md

Please for more info see the isssue #39

###Follow MoonLight at:

Currently project are staled but if something are interesting, feel free to make a feedback:

mlde.w.eggwm's People

Contributors

mckaygerhard avatar xiangzhai avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

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.