experiment of the day:
git.sr.ht/~fabrixxm/zint-vapi
Vala bindings for Zint barcode generator library , with a simple Gtk UI to generate barcodes
like this
Fabio likes this.
Per ora uso Mobian sul pinofono.
Nessun telefono su cui giri una versione di sfos "community" ha il supporto android, solo le immagini ufficiali di Jolla.
:sailfish: Must o don't? ⭐️ likes this.
Confy WiP
I'm sure I'm doing something wrong...
based on ~martijnbraam/sourcehut-dark script for greasemonkey.
Ok, I just copied out the css.
Confy 0.5.0
🌈Dom🌈 likes this.
Confy 0.4.1
Version 0.4.1 of Confy, the conferences schedule viewer for GNOME, has been tagged.
This release comes with support to libhandy 1.
A confy-git
package on AUR has been created, for those of you using #archlinux
I've removed links to flatpak on project page because it never worked as it should. I'm planning to add Confi to flathub in a future.
I should start to write a propert changelog :)
like this
Thib reshared this.
I'm writting this on firefox in pinephone with a big screen and a keyboard :)
The magic spell seems to be: with wlr-randr turn off internal screen, turn off external htmi, turn back on external htmi. This way I got a signal on my external monitor.
(I ran that commands on a ssh session from the laptop)
The phone screen remains off. If I turn on the internal screen, I lose the hdmi.
When I unplug hdmi, internal screen turns on but wrong, and phosh is missing. I have to restart phosh from ssh (sudo systemctl restart phosh).
I have managed to have both displays turned on while trying to get phosh back after a crash with HDMI on. So probably there is a more powerful spell which is a level too high for me...
like this
(saved in dng by "Megapixels" application, retouched and scaled in Darktable)
>sfb< SigmundFreud'sBartender likes this.
Il comune ha acquistato un sistema di riconoscimento facciale e tracciamento dietro spinta di Huawei, e ha messo in piedi un test nel parco di fronte alla stazione. Il garante ha dichiarato illegale il sistema. Spreco di soldi, procedure fumose, amori e colpi di scena: non manca niente.
Da leggere anche l'articolo di Wired Italia di giugno.
magari se mettevo il link era meglio
Da leggere anche l'articolo di Wired Italia di giugno.
Piccola aggiunta: in entrambe le prove ho configurato il mio account nextcloud in "Account online" e senza dire ne "a" ne "bah" mi son trovato i contatti e il calendario sincronizzati. L'app Calendario non è propriamente pronta per il piccolo schermo. Per Contatti nessun problema.
Ancora non ho messo la SIM per vedere se telefona :D
So, looks like #archlinux enabled pam_faillock
by default, with default options so if you fail to input password 3 times in 15 minutes (in login, screen unlock or sudo), you are locked out for ten (10) minutes !!
Quite extreme, for people like me that have multiple devices with different password that can be connected to same keyboard, which leads to input wrong password at first (even second) try from time to time; add to this that I lock the screen quite often and you get a quite annoying picture..
If you are like me and you don't want to disable this because can be useful, but mostly because you don't want to fiddle with pam config file, you can edit /etc/security/faillock.conf
and set more sane settings. (thanks to this forum thread)
If you get locked out, but you have root access, you can reset the lock with
# faillock --user yourusername --reset
Sebastian "spaetz" Spaeth
in reply to Fabio • • •How did you know I need this! ?
My meagre attemt is here:
gitlab.com/sspaeth/speedticket…
Sebastian "spaetz" Spaeth
in reply to Sebastian "spaetz" Spaeth • • •and also, can it get a Gtk.Image somehow? I was able to a) either save it to a file or retrieve an in-memory bitmap which could not be easily squeezed into a Gtk.Image.
Going to check it out.
Fabio
in reply to Sebastian "spaetz" Spaeth • •You can load the bitmap into a Gdk.PixBuf, then you can do whatever.
git.sr.ht/~fabrixxm/zint-vapi/…
I wanted to have the
bitmap
field asuint8[]
, mostly because looks vala-y and because it's what is inGdk.PixBuf.from_data()
's signature).I found that it needs a length to works with
Gdk.PixBuf.from_data()
, so I added theget_bitmap()
method to set the length.. It works but I don't know if it's the correct solution... there so much things I'm not sure about and docs are useful only up to a point...(as a side node, the
zint.h
header I have on disk has abitmap_byte_length
field which would be so good to use as length value forbitmap
(setting it directly in field's annotation in vapi) but looks like is not used and docs doesn't mention it.....)Sebastian "spaetz" Spaeth
in reply to Fabio • • •like this
Fabio e clacke: exhausted pixie dream boy 🇸🇪🇭🇰💙💛 like this.
Fabio
Unknown parent • •