birdbird

Results 35 comments of birdbird

I believe it is the notifications. Just a minute ago my laptop had its screen off, and suddenly it went on, on the bottom displayed an information about a new...

![Bildschirmfoto von 2021-04-27 21-48-58 cleaned](https://user-images.githubusercontent.com/67737443/116304426-d9781c00-a7a2-11eb-9834-6b8a84f471c2.png) ![Bildschirmfoto von 2021-04-27 21-49-04 cleaned](https://user-images.githubusercontent.com/67737443/116304440-dd0ba300-a7a2-11eb-8ef3-4b8512a2511b.png)

I will investigate more, when I am back at that laptop!

I just had the time to test. * There was no other app running * I set the sleep timer to 700 seconds using dconf-editor Without Stretchly: Sleep after 700...

You need to find the inhibitors, a.k.a. which processes are preventing your suspend: systemd-inhibit --list --mode=block That will list the processes which do not "want to sleep" says stackexchange. Will...

I started stretchly at 11:10 and then let the laptop sit idle: ``` [2021-05-23 11:10:11.884] [info] Stretchly: initializing... [2021-05-23 11:10:11.897] [info] Stretchly: loading preferences [2021-05-23 11:10:11.906] [info] Stretchly: starting Idle...

For those who are using Debian, the current version of Flatpak is 1.10, which wont work, so you will need to install a newer version through bullseye-backports.

I am trying to use Friture to graph ultrasonic frequencies. I have manually changed the sampling rate in the code, but the display is still limited to around 20khz. Anyone...

@tcitworld @georgehrke This is a dupe of https://github.com/nextcloud/server/issues/1653 can you mark it accordingly?

@marcbaechinger In the [platform bug report ](https://issuetracker.google.com/issues/229000935) some users have reported a workaround, using [setForegroundServiceBehavior()](https://developer.android.com/reference/android/app/Notification.Builder#setForegroundServiceBehavior(int)) with FOREGROUND_SERVICE_IMMEDIATE Did you investigate this?