Oskar Rochowiak
Oskar Rochowiak
Are you on wayland or xorg? You can check it with ```bash echo $XDG_SESSION_TYPE ```
Wayland unfortunatelly doesn't support global shortcuts (and it doesn't look like it ever will due to security concerns) but you can force frame to run with xwayland which should resolve...
Could you check if xwayland is installed on your system and if frame is running using it? You can use command xlsclients to do that https://manpages.ubuntu.com/manpages/trusty/man1/xlsclients.1.html
Seems like its using xwayland, nothing else comes to my mind that could be the problem. You could also test it on xorg and see if the problem is with...
I recommend cloning the repo and compiling it yourself with "npm run build", if they haven't released version for linux yet they probably won't release it at all, it takes...
> > @richardo2016x is this on the roadmap and/or do you have any pointers for me to implement this? > > Thank you for your love of our product. Unfortunately...
> > > > @richardo2016x is this on the roadmap and/or do you have any pointers for me to implement this? > > > > > > > > >...
You could either add "type": "module" in package.json or use require instead of import in the file that the error was thrown, although as I remember after doing either of...
> [@freshgeek](https://github.com/freshgeek) I think you're looking for this one here - https://github.com/quickwit-oss/quickwit/tree/main/monitoring/grafana/dashboards those dashboards don't even utilize quickwit datasource, they're clearly completely different dashboards
notify crate makes sense to me, but it'd still depend on zbus, unless you prefer dbus-rs backend (but that would require dependency on libdbus and pkg-config). The terminal prompt was...