wailsapp / wails

Create beautiful applications using Go
https://wails.io
MIT License
24.68k stars 1.18k forks source link

[v3 bug] Systray location is not attached to app icon (Fedora) #3698

Closed PylotLight closed 4 weeks ago

PylotLight commented 1 month ago

Description

Systray location is not attached to app icon while on Fedora.

To Reproduce

  1. Create basic systray app
  2. Use nobara/fedora OS.

Expected behaviour

Working systray connected to app indicator icon

Screenshots

image

Attempted Fixes

No response

System Details

Linux nobara-pc 6.10.3-201.fsync.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC TKG Tue Aug  6 19:17:32 UTC 2024 x86_64 GNU/Linux

# System
┌─────────────────────────────────────────────────────────────────────┐
| Name         | Nobara Linux                                         |
| Version      | 40                                                   |
| ID           | nobara                                               |
| Branding     | 40 (GNOME Edition)                                   |
| Platform     | linux                                                |
| Architecture | amd64                                                |
| CPU          | Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz             |
| GPU 1        | UHD Graphics 620 (Intel Corporation) - Driver: i915  |
| Memory       | 16GB                                                 |
└─────────────────────────────────────────────────────────────────────┘

# Build Environment
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
| Wails CLI      | v3.0.0-alpha.6                                                                                                            |
| Go Version     | go1.23.0                                                                                                                  |
| -buildmode     | exe                                                                                                                       |
| -compiler      | gc                                                                                                                        |
| CGO_CFLAGS     |                                                                                                                           |
| CGO_CPPFLAGS   |                                                                                                                           |
| CGO_CXXFLAGS   |                                                                                                                           |
| CGO_ENABLED    | 1                                                                                                                         |
| CGO_LDFLAGS    |                                                                                                                           |
| DefaultGODEBUG | asynctimerchan=1,gotypesalias=0,httpservecontentkeepheaders=1,tls3des=1,tlskyber=0,x509keypairleaf=0,x509negativeserial=1 |
| GOAMD64        | v1                                                                                                                        |
| GOARCH         | amd64                                                                                                                     |
| GOOS           | linux                                                                                                                     |
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘

# Dependencies
┌────────────────────────────────────────────────────────────────────┐
| gcc        | not installed. Install with: sudo dnf install gcc-c++ |
| gtk3       | 3.24.43                                               |
| npm        |                                                       |
| pkg-config | 2.1.1                                                 |
| webkit2gtk | 2.44.2                                                |
└───────────────────── * - Optional Dependency ──────────────────────┘

Additional context

No response

PylotLight commented 1 month ago

This seems to be fixed for me.. ignore for now.

PylotLight commented 1 month ago

Not working again.. weird.

PylotLight commented 4 weeks ago

Not working again.. weird.

Working again.