paradajz
paradajz
> For anyone else having this issue a workaround is: > > 1. Package your app with a bogus url. For example > `nativefier --name "SomeAwesomeApp" --insecure --ignore-certificate index.html` >...
This is how I've solved it using `hub`: https://github.com/paradajz/OpenDeck/commit/c0852b245e9fe148aea4b3d64ad9223916758335#diff-b4298a7848e5ed756deb6d690bfe168bR29
I create a new release manually, first, via GitHub releases page. There I list all the changes and general information about the release. The workflow I've linked is run only...
This is what I'm using in my Dockerfile as an workaround: ``` RUN \ cd /opt && \ wget ${WGET_ARGS} https://github.com/facebook/infer/releases/download/v1.1.0/infer-linux64-v1.1.0.tar.xz && \ tar -xf infer-linux64-v1.1.0.tar.xz && \ rm infer-linux64-v1.1.0.tar.xz...
Some of my observations after trying `next-release` branch on GNOME 40 (openSUSE Tumbleweed, Wayland on a laptop) 1) Extension installs and loads fine, although settings can't the changed through GUI...
just do `rm /home/gareth/.local/share/gnome-shell/extensions/paperwm@hedning:matrix.org` and try again
Having the ability to activate overview with three fingers up would be amazing (to be honest I find this "zoom" gesture quite useless). I would also be willing to pay...
On desktop everything seems to work. * Window movement with mouse works * GUI preferences work * Double animation when switching workspaces is fixed * Windows are showed again in...
I don't know how the feature is called, but you can place windows under another with PaperWM. I think default shortcuts for that are Win+I and Win+O. I changed them...
Thanks for the response! > > This entire setup also works with some AVR (8-bit, 16MHz) MCUs that I'm using, > > The result of this that my AVR-based device...