@linmob if phosh (I assume you mean the session) crashes for you, you really want to check with you distro since it's fairly stable over here with PureOS for daily usage. Figuring out which component fails and gathering backtraces would be the first step (https://honk.sigxcpu.org/con/phosh_overview.html)
@joshfowler @purism send patches!
Temporarily need more screen space with #phosh? Just scale to 100% instead of 200%:
Reminder: #MiniDebConf India 2021 (23 & 24 Jan) - Call for Proposals are open till Jan 10 https://in2021.mini.debconf.org/contribute/cfp/ #MDCO-IN-2021 #debian #DebianIndia
The #zonefile of the .ch #tld is now #opendata: https://www.switch.ch/de/open-data/#tab-c5442a19-67cf-11e8-9cf6-5254009dc73c-3 #switch
@bart wonder how that happened, fixed now. Thanks!
While we had enabled power saving for the vivante gpu on the #librem5 since some time we couldn't power off the corresponding regulator (power supply) since the phone would hang then. Turns out we just didn't give it enough time to come back up. Fix is already merged into linux-next: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=3b66e4a8e58a85af3212c7117d7a29c9ef6679a2
I've put together a short overview on #phosh and closely related components and how they play together: https://honk.sigxcpu.org/con/phosh_overview.html
The 3rd of my Librem 5 recent teasers, that was made in lock-down mode, with what I had at home : https://lbry.tv/@purism:8/gaming-that-respects-you:7
#phosh 0.7.1 is out 🚀 : https://source.puri.sm/Librem5/phosh/-/releases/v0.7.1
Bug fixes for keyboard navigation, monitor unplug, and modal dialog background rendering (@dos) but also new features like keygrabbing support (to make e.g media keys work) by @devrtz and initial logind support.
@ruff @x51@cybre.space did you look at the code? It is a well known DBus path abstacted by the toolkit (here GTK).
@ruff @x51@cybre.space you can do that today by looking at https://developer.gnome.org/gtk3/stable/GtkApplication.html#GtkApplication--screensaver-active and we have apps doing that already.
@ruff @x51@cybre.space that shpi;d't be hard to add but needs to happen in a DE agnostic way so we can hook it into e.g. GApplication.
@ruff @x51@cybre.space how do *you* define an inactive application? If you mean one that is not using CPU time then not yet. It's not a shell thing though #phosh would just talk to the daemon that handles this (e.g. by freezing a cgroup).
So we'd need to come up with the deamon first (maybe fits into the systemd project) and then hook the UI to it.
Here's a bit of doc how #phosh's session is set and what it interacts with: https://honk.sigxcpu.org/projects/phosh/docs/ch01.html
/cc @x51@cybre.space