Show more

I felt a bit bad since I didn't show 's overview in the above (which was totally broken at that point). So I did a quick stab yesterday to hack the missing bits in. It's usable now (still mostly a hack to get into the design discussion with @purism 's designers):

Show thread

@me did dbus-run-session as mentioned above help you? If so I'd be happy to add that to the invocations.

Glad you like it! You can wrap the phosh start in it's own dbus session (dbus-run-session) to avoid phosh grabbing e.g. the media keys handling. I run phosh nested in phosh and that grabs back the media keys after the nested phosh ends, so should your DE.

A short introduction on how to use your desktop system for development using a nested session (and without having to compile anything):

phosh.mobi/posts/phosh-dev-par

This is planned to have follow up parts, let's see how this works out.

@Alexmitter @francois So far mostly removing backgrounds from CSS, and adjusting background stretching. The overview will need more work (as this was mostly for checking feasability)

Bit of a an odd mood to today so wanted to check if I can brighten things up a bit by adding some color and transparency to . (Basically just a quick hack to see how the performance is on the and it's quite good). Background image by @francois .

NEW POST: Aino Corry looks at three ways that retrospectives can go wrong, and how to fix them

martinfowler.com/articles/retr

@linmob I like that photo to social media experiment. What I usually do is:

- take photo in millipixels
- open it (opens eog which can rotate)
- mark the relevant area with gnome-screenshot and copy to clipboard
- paste into nheko / mastodon web client / ... (ctrl-v)

Still way to many steps but works rather quickly and one doesn't need to fiddle with image sizes.

@subins2000 Great! I have split out the varnam code into a separate completer in the meantime and made it use libvarnam (instead of the varnamc script): gitlab.gnome.org/guidog/phosh- . (I won't do futher work here, I just wanted you to have a nicer example).

This should be simpler as a base for you to start.

@joshfowler Replacing a runing squeekboard doesn't work yet (gitlab.gnome.org/World/Phosh/s) - replacing a running phosh-osk-stub with another phosh-osk-stub does though. To replace (temporarily) replace squeekboard you need to make sure sm.puri.OSK0.desktop invokes phosh-osk-stub, other by editing it, adding one to /usr/local/ or ~/.local/share/applications or (on Debian) by using `update-alternatives`: gitlab.gnome.org/guidog/phosh-

@tchx84 @linmob @devrtz I'm not at FOSDEM so likely best to grab @devrtz at the stand (or maybe he dropp{s,ed} some there)

@tchx84 @linmob @devrtz are you at FOSDEM? Otherwise I can send some to you.

@subins2000 See gitlab.gnome.org/guidog/phosh- - it's really just a quick hack reusing one of the current completers. Would be great if you'd look into plugging govarnam into it as proper shared library.
Currently the different completion engines are compile time (not run time). Ill post an MR to change that soon.

#fosdem weeeeee

Looking forward to meeting all the bautiful people coming to the mobile devroom today.

Also: I will be giving a talk :)

fosdem.org/2023/schedule/event

@subins2000 I had trouble getting govarnam to work but did a quick hack to plug libvarnam (I have no idea if it predicts anything useful though 😃):

@subins2000 It seems debian is missing sqlite's fts5 extension which is required by varnam:

$ ./varnamcli -s ml varnam
2023/02/03 18:06:57 no such module: FTS5

Do you plan to have varnam included in Debian ? Maybe @praveen can help? It looks enabled here
sources.debian.org/src/sqlite3

$ sqlite3 test.db
...
sqlite> CREATE VIRTUAL TABLE email USING fts5(sender, title, body);
sqlite> .tables
email email_content email_docsize
email_config email_data email_idx

works too.

@subins2000 thanks a lot for the video! I think we can do what you want if we plug a completion engine that uses varnam instead of the presarge, uim or fzf based ones. This is presarge based completer. With varnam it would show the results from varnam_transliterate instead.

Show more
image/svg+xml Librem Chat image/svg+xml