buzz

Results 48 comments of buzz

> I'm having the same issue with emotion/cache. Is there a workaround in the meantime? Another solution is to patch the package locally. See [example for @reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit/issues/1960#issuecomment-1212875839). Btw. pnpm has...

[Enter steps to reproduce:] 1. Download atom 2. Install packages 3. File -> Open folder **Atom**: 1.33.0 x64 **Electron**: 2.0.11 **OS**: "openSUSE Leap **Thrown From**: [atom-ide-ui](https://github.com/facebook-atom/atom-ide-ui) package 0.13.0 ### Stack...

Unfortunately Wayland is currently not supported. I don't know how much work it would be to support Wayland natively or through XWayland. PRs welcome!

AppIndicator3 is the "modern" replacement for StatusIcon. As you mentioned, it is limited in terms of functionality and flexibility. This has been intentional. It was an attempt to improve the...

@notfound4 I did some more research on the topic. When I started the project years ago I chose Gtk.StatusIcon for the simplicity and flexibility (arbitrary mouse events). AppIndicator turned out...

I implemented support for [`StatusNotifier`](https://github.com/jjk-jacky/statusnotifier)([Homepage](https://jjacky.com/statusnotifier/)). The code will use this implementation if available and falls back to `Gtk.StatusIcon`. This should fix the status icon in Wayland. @RiedleroD @notfound4 Could give...

Wayland support is still blocked. [It's not possible by design to position a client window on the screen on Wayland.](https://lists.freedesktop.org/archives/wayland-devel/2015-September/024410.html) But that is currently needed for the slider window to...

> is it possible to create a hidden maximized parent window & position the popup relative to it? Not sure, but I think the java UI creates menu popups as...

Unfortunately not. That's what I was speaking of. You can only position in relation to a parent surface, which we don't have as the status icon is rendered by the...

There should be errors if the status icon is not created correctly. It may also be a bugged tray icon implementation you're using. If you provide more information that would...