#1095169 Does not start on gnome/wayland

Package:
haskell-gtk-sni-tray-utils
Source:
haskell-gtk-sni-tray-utils
Description:
standalone StatusNotifierItem/AppIndicator tray
Submitter:
Enrico Zini
Date:
2025-02-04 18:00:02 UTC
Severity:
normal
#1095169#5
Date:
2025-02-04 17:56:25 UTC
From:
To:
Hello,

thank you for packaging haskell-gtk-sni-tray-utils.

I was hoping to use it to get at notification icons, for which the
gnome-shell extension is currently not working (#1092109).

Unfortunately all I can get is:

    $ gtk-sni-tray-standalone
    MethodError {methodErrorName = ErrorName "org.freedesktop.DBus.Error.UnknownObject", methodErrorSerial = Serial 11, methodErrorSender = Just (BusName ":1.439"), methodErrorDestination = Just (BusName ":1.12740"), methodErrorBody = [Variant "No such object path '/StatusNotifierWatcher'"]}
    gtk-sni-tray-standalone: user error (Pattern match failure in 'do' block at app/Main.hs:177:3-11)


Enrico