M. R.

Results 65 comments of M. R.

Maybe - perhaps someone can confirm that it's not just me?

I can confirm that this commit fixes an issue with a resolution generated by a VNC client (1920x1080_vnc). Can we please get this into a release ASAP?!

@phillipberndt - any chance you can push this out?

Thanks! How long until this will make its way into [Debian](https://packages.debian.org/sid/x11/autorandr)?

+1 for this feature. Postman has the ability to save an API response as an "example" under requests in a collection.

Not SUPER helpful, but I know that this is how the `notification-daemon` package works. The actual package that I've seen that provides this is [here](https://packages.debian.org/buster/xfce4-notifyd). Perhaps that can help with...

In an ideal world, these additional steps would be captured in `debian/rules` so that `dpkg-buildpackage` actually invokes these extra commands. See [here](https://github.com/pi-top/pi-topOS-Web-Portal/blob/master/debian/rules#L6) for an example of how we handle some...

So this worked for me: ``` diff --git a/debian/rules b/debian/rules index 2d33f6a..15c531a 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,12 @@ %: dh $@ + + +override_dh_auto_build: + npm ci...

I have renamed the issue to better reflect the scope of this issue

I think that this would be resolved by using D-Bus activation (#457) ?