Skip to content

Commit

Permalink
Initial import of exceptions for legacy StatusNotifier usage
Browse files Browse the repository at this point in the history
requires --own-name='org.kde.*' under flatpak

Only handles maintained applications that had activity in the past year

Zoom: flathub/us.zoom.Zoom#416
Discord: flathub/com.discordapp.Discord#324
DiscordCanary: flathub/com.discordapp.DiscordCanary#78
Celeste: flathub/com.hunterwittenborn.Celeste#35
Tribler: flathub/org.tribler.Tribler#10
Dropbox: flathub/com.dropbox.Client#318
  • Loading branch information
bbhtt authored and barthalion committed Jan 23, 2024
1 parent 95e9c03 commit 889714f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions flatpak_builder_lint/staticfiles/exceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1721,6 +1721,24 @@
"app.drey.KeyRack": {
"finish-args-unnecessary-xdg-data-access": "the app predates this linter rule"
},
"com.discordapp.Discord": {
"finish-args-wildcard-kde-own-name": "Initial import, outdated Electron, still uses legacy StatusNotifier implementation"
},
"com.discordapp.DiscordCanary": {
"finish-args-wildcard-kde-own-name": "Initial import, outdated Electron, still uses legacy StatusNotifier implementation"
},
"com.hunterwittenborn.Celeste": {
"finish-args-wildcard-kde-own-name": "Initial import, outdated Qt, still uses legacy StatusNotifier implementation"
},
"org.tribler.Tribler": {
"finish-args-wildcard-kde-own-name": "Initial import, Qsystemtrayicon still uses legacy StatusNotifier implementation"
},
"com.dropbox.Client": {
"finish-args-wildcard-kde-own-name": "Initial import, outdated Qt, still uses legacy StatusNotifier implementation"
},
"us.zoom.Zoom": {
"finish-args-wildcard-kde-own-name": "Initial import, outdated Qt, still uses legacy StatusNotifier implementation"
},
"com.riverbankcomputing.PyQt.BaseApp": {
"*": "This is a baseapp"
},
Expand Down

0 comments on commit 889714f

Please sign in to comment.