~chrichri

https://chrichri.ween.de/

Trackers

~chrichri/Librem5-wake-on-IM

Last active 2 months ago

~chrichri/microblog.pub_ynh_v2

Last active 5 months ago

~chrichri/RockPro64_u-boot_SATA_software_RAID_howto

Last active 1 year, 2 months ago

~chrichri/librem5-bm818-watchmodem

Last active 1 year, 8 months ago

#4 Compile failures on ARM platforms 2 months ago

Comment by ~chrichri on ~brocellous/wlrctl

Just tried to install on a Librem5 running PureOS Byzantium and ran into this problem, too. Would appreciate a solution also.

~botspots suggestion to compile anyway worked on the phone.

#156 running on Librem5/PureOS 4 months ago

Comment by ~chrichri on ~emersion/goguma

Thanks for the answer! Just looked at the issues for flutter and found https://github.com/flutter/flutter/issues/152297 describing exactly the problem I wrote about here. It seems that flutter is broken and needs to be re-build from branch main of flutter.

#156 running on Librem5/PureOS 4 months ago

Ticket created by ~chrichri on ~emersion/goguma

I installed flutter as a snap on a Librem5 running PureOS (Debian Bullseye, Phosh/Phoc), compiled goguma and started it.

The phone shows an empty black window with grey titlebar "goguma" and on console I get the following error:

purism@pureos:~/Source/goguma/build/linux/arm64/release/bundle$ ./goguma 

** (goguma:34059): WARNING **: 12:57:11.119: Failed to compile fragment shader: 0:2(1): error: No precision specified in this scope for type `vec2'


** (goguma:34059): WARNING **: 12:57:11.123: Failed to link program: error: linking with uncompiled/unspecialized shader

** (goguma:34059): CRITICAL **: 12:57:11.148: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Requested setting not found

** (goguma:34059): CRITICAL **: 12:57:11.156: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Requested setting not found
flutter: Warning: failed to initialize push controller: Exception: UnifiedPush not supported on this platform
flutter: dynamic_color: Accent color detected.

#137 Login session lifetime 5 months ago

Comment by ~chrichri on ~tsileo/microblog.pub

I might have another request: I'm using micropub-go to post from the command line (didn't get entries to work with my microblog.pub) and it requests a token successfully. On the page confirming the request of the token I'm offered to choose which actions are allowed using that token.

It would be great if I could also choose how long the token is valid.

use case: Let's say I do want to post a series of quotes by a cron job over the next two weeks. The token will never leave the computer that I'm running microblog.pub on, because I'd put the cron job on the same. I'd love to be able to say that the token will be valid for these two weeks.

#7 logging without timestamp 5 months ago

Ticket created by ~chrichri on ~chrichri/microblog.pub_ynh_v2

In uvicorn.log there is no timestamp in lines for 'GET'. This makes it impossible to use fail2ban with those lines.

#126 How to recompile CSS with the yunohost version 6 months ago

Comment by ~chrichri on ~tsileo/microblog.pub

Look in the menu for Tools/Services/

#4 YunoHost package 6 months ago

Comment by ~chrichri on ~tsileo/microblog.pub

I started work for a yunohost packaging v2 version of microblog.pub yunohost integration here: https://git.sr.ht/~chrichri/microblog.pub_ynh_v2 . To run tests by the yunohost CI and be able to integrate the app into the yunohost app catalogue the app integration is also on gihub here: https://github.com/YunoHost-Apps/microblog.pub_ynh

#5 tests.toml 6 months ago

Comment by ~chrichri on ~chrichri/microblog.pub_ynh_v2

done

REPORTED RESOLVED CLOSED

#6 remove old app/data-<date> directories 6 months ago

Ticket created by ~chrichri on ~chrichri/microblog.pub_ynh_v2

In _common.sh I rename (instead of removing) the data directory in microblogpub_move_data. This will leave old versions on disk. Clean them out. If everything works smooth the 'renaming' can be replaced by 'removing'.

#5 tests.toml 6 months ago

Ticket created by ~chrichri on ~chrichri/microblog.pub_ynh_v2

configure test for upgrade from package v1 to v2