Daniel Rudolf

Results 274 comments of Daniel Rudolf

> When I triggered the bug before, `sudo shutdown now` gave me a complaint that a user session was inhibited, so this might be the case. If so, we'd need...

> I suppose you could put something like log("Caffeine shutting down") in disable() of extensions.js, and if it outputs "Caffeine shutting down" to journalctl -xf while attempting to manually hibernate...

Sorry for not coming back to this earlier @stuarthayhurst, busy times. I'm not sure what the issue with the log message not appearing when manually disabling the extension was, but...

That did the trick :clap: I adapted it to change the flags in [`addInhibitor()`](https://github.com/stuarthayhurst/gnome-shell-extension-caffeine/blob/a7dc9ea5242552c3157a79c12f421ff787280cc9/caffeine%40patapon.info/extension.js#L369) instead (I'm using #334 - which works flawlessly for me btw), but that should be equivalent....

Sounds good :+1: I just subscribed to #334 and give feedback if future changes in #334 break something. If you don't hear from me consider everything working. Thanks for your...

@00due and anyone else that might be subscribed to this issue: Could you please test #362 and give some feedback whether (a) it doesn't break Caffeine, and (b) it fixes...

Since this whole discussion seems to revolve around `network-online.target`, I want to note that such feature wouldn't just help with `network-online.target`, but all kinds of system units. For some units...

I absolutely agree that a `.flatpakref` file (#91) should be the preferred way of installing a Flatpak. However, there are still use cases for Flatpak bundles, like keeping an archive...

> I'm not opposed, but to be honest I don't have plans to add many features here that don't come as contributions, seeing as how my personal use-case is fulfilled....

I indeed saw that section in `README.md`, however, [Flatter doesn't create the `.flatpakrepo` file](https://github.com/andyholmes/flatter/blob/04c42e81257e7f52c3d69c06ba5842cd82bd0bab/src/main.js#L92-L93) if one doesn't set `upload-pages-artifact: true`, right (I might miss something though, because I didn't test...