GalaxyBudsClient icon indicating copy to clipboard operation
GalaxyBudsClient copied to clipboard

The app only opens from the terminal[BUG]

Open Pouya-cpu opened this issue 2 years ago • 3 comments

Describe the bug
When I click the app from the applications launcher, the app doesn't want to open. but when I write the app name from the terminal, it launches immediately.

Expected behavior
It runs fine when you open it from the terminal, but I expected it to launch from the app launcher.

Desktop (please complete the following information):

  • OS: Arch Linux
  • Application version: 4.5.2-3 from the AUR.

Log files
I don't know where the log file is located in arch Linux. if a log file is necessary, let me know how to the log file.

Pouya-cpu avatar Aug 23 '22 09:08 Pouya-cpu

I made an writing mistake on the last line. I meant to say "let me know how to access the log file". Just wanted to clarify.

Pouya-cpu avatar Aug 23 '22 09:08 Pouya-cpu

May be a duplicate of #334.

You should try:

Changing DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=0 in /usr/share/applications/galaxybudsclient.desktop resolved the issue.

andrescollares avatar Aug 23 '22 19:08 andrescollares

If you build the project with the command: dotnet publish -r linux-x64 -c Release --self-contained then in the publish folder the program is fully working.

camellan avatar Sep 20 '22 16:09 camellan

See https://github.com/ThePBone/GalaxyBudsClient/issues/334

timschneeb avatar Feb 10 '24 23:02 timschneeb