-
Notifications
You must be signed in to change notification settings - Fork 93
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
Some features returns non-zero exit after using Desktop #90
Comments
Make sue you really are using the latest version, the issue should've been fixed with a2eb05f (do not mind the XDG menus part, it broke again. it's some env. vars issue). |
@fluxer In fact, I purged existing install, redownload then reinstall again (now this is the "default" method I had updated in the first guide page). In short, I used I am getting the same result as reported above. Additionally, I have experienced the Desktop feature cannot be run again for second time, unless I close and rerun GUI. When using GUI, after running Desktop and closing it for first time using "log off" menu, then trying to run Desktop for second time gives me this: When using CLI, running Desktop and closing Live session using "log off" menu gives me this: Don't mind about hanging cursor--I press Return key and it will show In contrast, when using CLI, running Desktop and but this time closing Live session using "X" button on Window Manager gives me this: The difference between the two interface is, even CLI shows similar error, CLI doesn't prevent me from running Desktop or the CLI always works regardless of error messages. So I suppose this is GUI issue? |
I am using Customizer latest commit 94a5558 from master branch. I experienced this issue for both GUI and CLI instances (while testing for documentation purpose). Tested using Xubuntu 12.04 and 14.04 32-bit ISO images on Xubuntu 12.04 and 14.04 32-bit host systems respectively.
The issue is, some features will return "non-zero exit" when trying to run the affected features after using Desktop feature. This issue will persists as long as current GUI is running.
The affected core features in GUI are: Edit sources, Terminal in Main tab and Browse FileSystem, Browse ISO in Extra tab.
Steps to reproduce this issue in Customizer GUI:
Similarly, the affected features in CLI are:
-c | --chroot
and-x | --xnest
arguments. However, I have witnessed the "non-zero exit" error only once and failed to reproduce this on CLI counterpart.Above all, this issue is not critical. Because this can be resolved by itself when I exit and rerun GUI again. As long as I don't use the Desktop feature first, the previously affected features will remain functional.
So, if I ever use Desktop feature while remastering in current GUI, I just need to exit and rerun GUI again. Not a big deal, but may be troublesome for other users.
Another thing I noticed is, this issue only affects the recent commits and doesn't affect the first release of 4.1.0 (commit b75e06a) as I have tested its GUI on the same host system.
The text was updated successfully, but these errors were encountered: