Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
son-link opened this issue Jul 10, 2014 · 3 comments
Open

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

son-link opened this issue Jul 10, 2014 · 3 comments

Comments

@son-link
Copy link

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
Copy link
Member

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 mckaygerhard changed the title Don't start bug: mlde Don't start desktop, errors on module loading Aug 20, 2017
@mckaygerhard
Copy link
Member

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 mckaygerhard added bug and removed notapp labels Aug 20, 2017
@mckaygerhard
Copy link
Member

mckaygerhard commented Sep 10, 2017

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.

@mckaygerhard mckaygerhard added this to the mlde: 0.7 (MoonLightDE) milestone Sep 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants