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

pygubu-designer goes to sleep almost forever on Ubuntu 18.04 #240

Open
twrackers opened this issue Apr 1, 2021 · 3 comments
Open

pygubu-designer goes to sleep almost forever on Ubuntu 18.04 #240

twrackers opened this issue Apr 1, 2021 · 3 comments

Comments

@twrackers
Copy link

Installed pygubu and pygubu-designer on Ubuntu 18.04 LTS on Jetson Nano. Installed as user so executable is in $HOME/.local.bin which is in PATH. Type pygubu-designer, get three lines of version info. Then nothing happens for at least three minutes, sometimes forever. Ran strace and found a semi-infinite list of poll calls returning -1.

For the record, running the app on a Raspberry Pi 4 opens the root window almost immediately. >_< o_O

Any theories on what's happening (or not happening) here?

@alejandroautalan
Copy link
Owner

Hi Thomas, thanks for trying pygubu.

Please, paste here the three lines of version info.

Some things to try:

  • Try running pygubu-designer with this command:

      python -m pygubudesigner
      # or if you are using python 3
      python3 -m pygubudesigner 
    
  • Pygubu-designer uses a config file: $HOME/.local/share/pygubu-designer/config, remove it and try to start again.

Let me know.
Regards.
Alejandro A.

@alejandroautalan
Copy link
Owner

Other thing to try:

  • Try running pygubu-designer with this command:

      python -m pygubudesigner
      # If does not start,
      # hit Ctrl+C to stop python
    

If there is any output, paste here to see if related to pygubu.

Regards
Alejandro A.

@twrackers
Copy link
Author

twrackers commented Apr 1, 2021 via email

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