Results 417 comments of Andy Holmes

Something like this should work: dconf write /org/gnome/shell/extensions/gsconnect//menu-actions '["sms", "ring", "mount", "commands", "share", "photo", "keyboard", "clipboardPull", "clipboardPush"]'

Did you restart the service? I'm not sure there's any machinery for handling the menu actions changing on the fly. touch ~/.local/share/gnome-shell/extensions/[email protected]/service/daemon.js

Yes, there's no real testing that case. The menu code could all probably use a good look.

I think this is probably the minimum width of the [separator](https://github.com/GSConnect/gnome-shell-extension-gsconnect/blob/master/src/shell/device.js#L308) pushing the battery widget out of view.

I guess that the width is guaranteed because of the horizontal margins on the separator in GNOME Shell's [sass theme](https://github.com/GNOME/gnome-shell/blob/f5259a5ce4fe532509677e532e5237a7620f88a7/data/theme/gnome-shell-sass/widgets/_popovers.scss#L92). Either you can mess with the CSS in [`src/stylesheet.css`](https://github.com/GSConnect/gnome-shell-extension-gsconnect/blob/master/src/stylesheet.css) or...

Thanks for reporting with a log, even though the problem is resolved for you :slightly_smiling_face: I guess we'll just leave this one open for awhile and see if anyone else...

> I wouldn't say it's necessary here. But if you like checkout `installed-tests/suites/components/`. I guess you could listen on the bus and wait for what's of interested. > > @andyholmes...

Thanks for reporting! What volume would you suggest we set the mixer to? Should we just leave it as is?

Did you recently upgrade from Ubuntu 18.04? If so you may have to start with a fresh configuration for GSConnect. See [this page](https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki/Help#how-can-i-reset-the-settings) in the wiki.

Do you have more than ~10 notifications in the tray when this happens?