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.
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.
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.
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.
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.
Comment by ~chrichri on ~tsileo/microblog.pub
Look in the menu for Tools/Services/
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
Comment by ~chrichri on ~chrichri/microblog.pub_ynh_v2
done
REPORTED
RESOLVED CLOSEDTicket 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'.
Ticket created by ~chrichri on ~chrichri/microblog.pub_ynh_v2
configure test for upgrade from package v1 to v2