open-goal / launcher

A launcher for the OpenGOAL Project to simplify usage and installation
ISC License
65 stars 13 forks source link

Not working on openSUSE Tumbleweed #462

Open vandersdg opened 5 months ago

vandersdg commented 5 months ago

Acknowledgements

Attach Support Package / Log Files (drag and drop)

[22:55:30][opengoal_launcher][INFO] Logging Initialized [22:55:30][opengoal_launcher][INFO] /home/user/.config/OpenGOAL-Launcher/logs/app/2024-04-03.log [22:55:30][opengoal_launcher::config][INFO] Loading configuration at path: /home/user/.config/OpenGOAL-Launcher/settings.json [22:55:30][opengoal_launcher::config][ERROR] Could not locate settings file, using defaults [22:55:30][opengoal_launcher][INFO] application starting up [23:05:57][opengoal_launcher][INFO] Logging Initialized [23:05:57][opengoal_launcher][INFO] /home/user/.config/OpenGOAL-Launcher/logs/app/2024-04-03.log [23:05:57][opengoal_launcher::config][INFO] Loading configuration at path: /home/user/.config/OpenGOAL-Launcher/settings.json [23:05:57][opengoal_launcher::config][ERROR] Could not locate settings file, using defaults [23:05:57][opengoal_launcher][INFO] application starting up [23:06:04][opengoal_launcher][INFO] Exit requested, exiting!

Describe the Bug

When I start it, I get stuck in a window saying to select locale, but the window can't be clicked, so I cannot select any locale and it just stays there forever.

Captura de tela de 2024-04-03 23-12-06

How To Reproduce

  1. Use linux
  2. Execute the appimage
  3. Get stuck on select locale window and there is no way to even click on it

Operating System

openSUSE Tumbleweed

Launcher Version

from 2.3.1 to 2.4.3 (yes I tested it all)

Tooling Version

I can't launch it so idk

dallmeyer commented 5 months ago

https://github.com/rstudio/rstudio/issues/10037

^ user has this same error with other software while using openSUSE Tumbleweed

atk-bridge: get_device_events_reply: unknown signature

wonder if this might be an OS-specific issue

dallmeyer commented 5 months ago

https://gitlab.com/Remmina/Remmina/-/issues/2903

similar story here - different software, same OS, same error

vandersdg commented 5 months ago

@dallmeyer Thank you for your insights! Today, I launched YaST and downloaded the KVM virtualization and KVM tools, and suddenly it is working perfectly. I'm not sure if it is related, but it is now fixed, and this was the only change I made. My computer wasn't even rebooted. (Just reporting lol)

xTVaser commented 5 months ago

So, tauri renders the window via webkit2gtk. The warnings in the logs may be indicative of a problem, or just be complete red-herrings.

So on one hand that may explain why things suddenly started working, perhaps yast updated this dependency (or some other less important one) and things are working. However that would be confusing, as that's the entire point of an AppImage -- so that your system dependencies dont matter.

So yeah, really strange but if it's suddenly working that lowers the urgency -- one day I'll make a opensuse VM and see if i can reproduce.