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

The moksha desktop tries to show non-existant file when used on another distro #102

Open
texstar opened this issue Sep 29, 2019 · 1 comment

Comments

@texstar
Copy link

texstar commented Sep 29, 2019

I'm not sure if Moksha 0.3.1 is just for Bodhi Linux but it tries to open this file that does not exist on PCLinuxOS.

snprintf(buff, sizeof(buff), "enlightenment_open "
"file:///usr/share/bodhi/quickstart/quickstartEN/index.html");

Should check to see if the file exists before trying to open it in a browser.

located in moksha-0.3.1/src/bin/e_utils.c

@rbtylee
Copy link
Collaborator

rbtylee commented Sep 29, 2019

Yep sure does. That is kinda an undocumented dependency. You can get it here.

Moksha also uses Moksha menu. Another undocumented here dependency. Plus has configurations settings set for using a certain gtk theme and icon set. Look thru the code.

I prob should document all this but that has been low priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants