GalaxyBudsClient
GalaxyBudsClient copied to clipboard
The app only opens from the terminal[BUG]
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.
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.
May be a duplicate of #334.
You should try:
Changing DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=0 in /usr/share/applications/galaxybudsclient.desktop resolved the issue.
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.
See https://github.com/ThePBone/GalaxyBudsClient/issues/334