>> The app launches and I see an icon in the launcher. I can click 'Show >> message' and we a notification bubble. What is the expected behavior? > > Wait.. that IS the expected behavior, but it didn't work for me without > --devmode. It works for you just installed normally?
Ah, that's not actually the expected behavior-- you should be seeing an indicator as well (i.e. up by the clock) and a pretty notification, not an ugly yellow one. I've updated the description to reflect. ** Description changed: Using the "unity7" interface, it seems that the dbus access required to utilize indicators or display notifications is not granted (note that installing with --devmode works). + + To duplicate: + + 1) Build/install the Qt systray example snap here: + https://github.com/kyrofa/systray-example-snap + + 2) Install without devmode, e.g. sudo snap install systray_1_amd64.snap + + 3) Launch from the terminal with the `systray` command. + + 4) Click "Show Message". + + 5) Note the presence of a launcher icon, the lack of an indicator, and a + very ugly notification, like this: http://pasteboard.co/nF8fKsP.png + + 6) Uninstall the snap: sudo snap remove systray + + 7) Install the snap with devmode, e.g. sudo snap install --devmode + systray_1_amd64.snap + + 8) Launch from the terminal again. + + 9) Click "Show Message". + + 10) Note the presence of a launcher icon, the presence of an indicator + (with a broken icon, but that may be a different issue), and a pretty + notification, like this: http://pasteboard.co/nFoPlFh.png ** Description changed: - Using the "unity7" interface, it seems that the dbus access required to + Using the "unity7" interface, it seems that the access required to utilize indicators or display notifications is not granted (note that installing with --devmode works). To duplicate: 1) Build/install the Qt systray example snap here: https://github.com/kyrofa/systray-example-snap 2) Install without devmode, e.g. sudo snap install systray_1_amd64.snap 3) Launch from the terminal with the `systray` command. 4) Click "Show Message". 5) Note the presence of a launcher icon, the lack of an indicator, and a very ugly notification, like this: http://pasteboard.co/nF8fKsP.png 6) Uninstall the snap: sudo snap remove systray 7) Install the snap with devmode, e.g. sudo snap install --devmode systray_1_amd64.snap 8) Launch from the terminal again. 9) Click "Show Message". 10) Note the presence of a launcher icon, the presence of an indicator (with a broken icon, but that may be a different issue), and a pretty notification, like this: http://pasteboard.co/nFoPlFh.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1573188 Title: unity7 interface doesn't cover indicators or notifications To manage notifications about this bug go to: https://bugs.launchpad.net/snappy/+bug/1573188/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
