(03-19-2020, 12:15 PM)a-wai Wrote:(03-19-2020, 05:25 AM)rico Wrote: 2020/03/19 11:12:18 apt | udev : Depends: libudev1 (= 245-2+pinephone1) but 245.2-1 is to be installedFixed
Build is running.
Still on "pinephone-phosh-phone" version...
Thank you boss !
(03-19-2020, 09:29 AM)buskmann Wrote:(03-18-2020, 03:10 PM)buffer Wrote: tbh it's easier to use Jumpdrive after you build the image on a computer
Do you mean building the image to be the exact size of the drive?
I used Jumpdrive to flash it to the phones internal storage, and the partition is alot smaller then the drive:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk2 179:0 0 14.7G 0 disk
`-mmcblk2p1 179:1 0 3.7G 0 part /
mmcblk2boot0 179:32 0 4M 1 disk
mmcblk2boot1 179:64 0 4M 1 disk
****
Another question i have is that I would like to make a keyboard layout for the terminal, and I looked up this guide:
https://developer.puri.sm/projects/squee...orial.html
but when i put the layout into:
Code:~/.local/share/squeekboard/keyboards/
it is not picked up by squeekboard.
I might have misunderstood what i have to do.
Did you set the gsettings string ?
as they explain in your link :
Quote:Creating the keyboard layoutThe output should be something like this:
- To be written: For the time being, take a look at Using non-latin language on Librem 5
- The correct name of the .yaml file can be found with the command
gsettings get org.gnome.desktop.input-sources sources
So f.ex. “de.yaml” would be the correct name for the German keyboard layout.Code:[('xkb', 'us'), ('xkb', 'de')]
so to set it' the same but with 'set' instead of get.