MoonLightDE / mlde.d.moonlightde

Modular and Qt5 light new behavior desktop environment
GNU General Public License v3.0
44 stars 8 forks source link

bug: mlde Don't start desktop, errors on module loading #17

Open son-link opened 10 years ago

son-link commented 10 years ago

Hi, first sorry for my english. I compila the last revisión but dont't start. I use Archlinux x86_64 and compila the las revision of LXDE-Qt

Theme: Cannot open file for reading: "/moonlightDE.qss"
Loading list:  "/home/sonlink/.config/MoonLightDE/Default.conf"
Unable to load module:  "" "
    /usr/local/lib/MoonLightDE/modules/lib.so: cannot open shared object file: No such file or directory
    ./lib.so: cannot open shared object file: No such file or directory"
Unable to load module:  "" "
    /usr/local/lib/MoonLightDE/modules/lib.so: cannot open shared object file: No such file or directory
    ./lib.so: cannot open shared object file: No such file or directory"
Unable to load module:  "" "
    /usr/local/lib/MoonLightDE/modules/lib.so: cannot open shared object file: No such file or directory
    ./lib.so: cannot open shared object file: No such file or directory"
Unable to load module:  "" "
    /usr/local/lib/MoonLightDE/modules/lib.so: cannot open shared object file: No such file or directory
    ./lib.so: cannot open shared object file: No such file or directory"
Unable to load module:  "" "
    /usr/local/lib/MoonLightDE/modules/lib.so: cannot open shared object file: No such file or directory
    ./lib.so: cannot open shared object file: No such file or directory"
Unable to load module:  "" "
    /usr/local/lib/MoonLightDE/modules/lib.so: cannot open shared object file: No such file or directory
    ./lib.so: cannot open shared object file: No such file or directory"
Unable to load module:  "" "
    /usr/local/lib/MoonLightDE/modules/lib.so: cannot open shared object file: No such file or directory
    ./lib.so: cannot open shared object file: No such file or directory"
Unable to load module:  "" "
    /usr/local/lib/MoonLightDE/modules/lib.so: cannot open shared object file: No such file or directory
    ./lib.so: cannot open shared object file: No such file or directory"
Unable to load module:  "" "
    /usr/local/lib/MoonLightDE/modules/lib.so: cannot open shared object file: No such file or directory
    ./lib.so: cannot open shared object file: No such file or directory"
Unable to load module:  "" "
    /usr/local/lib/MoonLightDE/modules/lib.so: cannot open shared object file: No such file or directory
    ./lib.so: cannot open shared object file: No such file or directory"
Loading list finished.
azubieta commented 10 years ago

Try to put this data in: $HOME/.config/MoonLightDE/Default.conf

[Modules] size=12 1\Name=moonlightDE-shortcuts_services 2\Name=moonlightDE-PanelWidget_SysTray 3\Name=moonlightDE-PanelWidget_Clock 4\Name=moonlightDE-PanelWidget_Menu 5\Name=moonlightDE-PanelWidget_TaskBar 6\Name=moonlightDE-PanelWidget_QuickLaunchers 7\Name=moonlightDE-Panel 8\Name=moonlightDE-SidePanel 9\Name=moonlightDE-Notifications_Service 10\Name=moonlightDE-Actions_Registry 11\Name=moonlightDE-Runner 12\Name=moonlightDE-File_Manager

mckaygerhard commented 7 years ago

seems the archive reading dont take in consideration empty lines/spaces and failed to load a "" module name due take the empty string/line as a module name to load..

due that adde a bug mark here and let open the conversation issue if any get some patch until i provide one..

mckaygerhard commented 7 years ago

confirmed bug, the problem was that the modules path are not set or all the moonlight modules are not in the path that where the core program was started.

put all the .so files in the same place where the core program are started and will be loaded.. that problem was happened due the compilation process in arch are not standarized.