pygubu icon indicating copy to clipboard operation
pygubu copied to clipboard

pygubu-designer goes to sleep almost forever on Ubuntu 18.04

Open twrackers opened this issue 3 years ago • 3 comments

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?

twrackers avatar Apr 01 '21 00:04 twrackers

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 avatar Apr 01 '21 00:04 alejandroautalan

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.

alejandroautalan avatar Apr 01 '21 01:04 alejandroautalan

python: 3.6.9 on linux pygubu: 0.10.9 pygubu-designer: 0.16

None of the suggestions resolved the problem.

On Wed, Mar 31, 2021, 9:09 PM Alejandro Autalán @.***> wrote:

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alejandroautalan/pygubu/issues/240#issuecomment-811566326, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACLDQ2LFK4ZBEFFCG2ZBDTLTGPBWFANCNFSM42F35U6Q .

twrackers avatar Apr 01 '21 05:04 twrackers