Commit d35ae8f
Shimi Dudkin
Release v0.3.6
Linux-only release: fixes the tray icon never appearing on XFCE / KDE
(and any DE using StatusNotifierItem) and the small black placeholder
window that was visible after the recent v0.3.x desktop refactor.
- Pump GTK GLib main context from eframe update() so tray-icon's
D-Bus traffic flows and the indicator actually registers.
- Force the eframe placeholder viewport hidden via runtime
ViewportCommand on the first frame (Decorations off, far
offscreen, Visible false) — with_visible(false) alone is a
hint many WMs/compositors ignore.
- Declare libayatana-appindicator3-1 | libappindicator3-1 in the
.deb Depends; tray-icon dlopen's it at runtime.1 parent 649c3c3 commit d35ae8f
3 files changed
Lines changed: 81 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments