mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.8K
active users

#phoc

0 posts0 participants0 posts today

A limitation of using #phosh in docked mode (having an external 🖥️ , 🖱️ ⌨️ attached to your 📱 ) was that #phoc wouldn't support multiple workspaces. There's an MR that adds initial workspace support now (which might even land for 0.46) 🧵 :

Replied to Guido Günther

@agx The discoverable button for taking apps out of fullscreen has now landed (including a fix for #phoc to not crash when doing so 😃 ). This should help apps that don't expose an easy to discover way to unfullscreen them (without resorting to workarounds like using the OSK or spawning another app).

Continued thread

phosh-osk-stub (and #phoc) got several fixes related to text completion / prediction so we enable it by default if the app requests it (e.g. chatty and GNOME TextEditor do). This will hopfully let more apps do that.

The OSK also got a paste button.

5/n

phosh 0.40.0 is out 🚀📱:

- #phosh: more quick toggles (dark style, mobile data). Allow suspend when device is locked. 🐛 fixes. Tweaks for #Rust binding generation
- #phoc fling gesture for phosh's top and home bar. 🐛 fixes.
- #mobilesettings: allow to tweak shell layout, lock delay and plugin ordering via ☝️

Check out the full release notes at phosh.mobi/releases/rel-0.40.0

🙏 to everyone who contributed to this release.

Phosh · Phosh 0.40.0The Phosh 0.40.0 Release

🚀 📱 phosh 0.39.0 is out. Some highlights:

- #phosh: folder support, night light quick setting
- #phoc: wakeup-key handling (to prevent accidental unblank)
- #squeekboard: New layouts, lots of layout improvements
- mobile-settings: Allow to manage custom quick settings, allow to toggle whether to ignore hw keyboards, many new translations

Check out the full release notes at phosh.mobi/releases/rel-0.39.0

phosh.mobi · Phosh 0.39.0The Phosh 0.39.0 Release

phosh 0.39.0 is out 🚀📱:

Some highlights:

- #phosh: folder support, night light quick setting
- #phoc: wakeup-key handling (to prevent accidental unblank)
- #squeekboard: New layout, lots of layout improvements
- mobile-settings: Allow to manage custom quick settings, allow to toggle whether to ignore hw keyboards, many new translations

Check out the full release notes at phosh.mobi/releases/rel-0.39.0

phosh.mobi · Phosh 0.39.0The Phosh 0.39.0 Release

phosh 0.38.0 is out 🚀📱:

- #phosh: Better handle devices with rounded display corners, support count and progress in launcher entries
- #phoc: Handle always-on-top and move to display corner
- #squeekboard: Many layout improvements
- p-o-s: Disable OSK when hw keyboard is available

…and more. Check out the full release notes at phosh.mobi/releases/rel-0.38.0

phosh.mobi · Phosh 0.38.0The Phosh 0.38.0 Release

It's the small things. @rudraps@mastodon.social is working on a mobile-settings feature that requires touch drag and drop in a GtkFlowBox. That didn't work and as it turns out we need two small fixes in #phoc and a small fix in #gtk . With that we can also reorder OnScrenKeyboard shortcuts that way:

If you're running #phoc's development branch (main, tracking #wlroots git) on a device with split display controller and gpu (like the #librem5 with #etnaviv and mxsfb / dcss) make sure to set

WLR_RENDER_DRM_DEVICE=/dev/dri/renderD128
export WLR_RENDER_DRM_DEVICE

in ~/.phoshdebug as otherwise GTK4 (and lots of other things) will fail to render anything. GTK3 and #phosh itself will work fine.

This doesn't apply when you run nested of e.g. with intel graphics.