| 26 Dec 2024 |
countoren | ye nvm, it is kinda out od topic | 15:56:25 |
| 27 Dec 2024 |
| raitobezarius changed their display name from raitobezarius to raitobezarius (DECT: 3538 / EPVPN 2681). | 07:31:11 |
| tilpner changed their display name from tilpner to tilpner (38c3 3209). | 09:40:27 |
| 28 Dec 2024 |
atemu12 | I'm thinking perhaps we could just use the prebuilt chromium for now | 11:51:41 |
atemu12 | We only need to figure out why it's not being used in our LOS build | 11:51:57 |
magic_rb | Itll also ease the build time, chromium is like half no? | 11:56:11 |
atemu12 | The chromium build hasn't been working anyways | 11:59:16 |
| @glepage:matrix.org left the room. | 11:59:23 |
atemu12 | You current need to add a system webview at runtime | 11:59:42 |
atemu12 | And you also need to disable our webview because it's just broken | 12:00:16 |
atemu12 | That's not a very good UX, so I'd prefer to have some webview that just works | 12:00:35 |
atemu12 | I've figured out my backup script's issue and may finally be able to get LOS21 over the finish line | 15:43:08 |
atemu12 | To anyone else doing something similar to me: Wipe the entire state directory of an app first before attempting to borg extract it | 15:44:06 |
atemu12 | Success! Prebuilt chromium from LOS works. | 15:59:39 |
atemu12 | https://github.com/nix-community/robotnix/pull/268 | 16:04:27 |
atemu12 | Aaaand it makes the image be too large for my daily driver but not my guinea pig device? o.O | 16:53:27 |
atemu12 | Anyone have experience with that? | 16:53:40 |
magic_rb | You might have to repartition? Though i dont know why the image it produces would be larger | 16:55:42 |
magic_rb | Ah maybe the chromium is multiarch? | 16:55:49 |
atemu12 | Yeah that sounds like something I'd rather not do | 16:55:56 |
magic_rb | The prebuilt one | 16:56:00 |
atemu12 | No it's single arch AFAICT | 16:56:01 |
magic_rb | Hm | 16:56:06 |
atemu12 | and LOS must be managing somehow too | 16:56:07 |
atemu12 | They use the exact same chromium | 16:56:14 |
atemu12 | The only thing I have extra is gapps | 16:56:26 |
magic_rb | Well those go into the system partition? Or data? Think system so there's your extra gig or so | 16:57:09 |
atemu12 | FP4:/ $ df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 3.6G 1.8M 3.6G 1% /dev
tmpfs 3.6G 0 3.6G 0% /mnt
/dev/block/dm-2 3.8G 953M 2.8G 25% /
/dev/block/dm-3 399M 339M 51M 87% /system_ext
/dev/block/dm-1 911M 341M 554M 39% /product
/dev/block/dm-4 449M 420M 20M 96% /vendor
/dev/block/dm-0 30M 1.2M 29M 5% /odm
magisk 3.6G 3.8M 3.6G 1% /debug_ramdisk
tmpfs 3.6G 8.0K 3.6G 1% /apex
/dev/block/dm-5 222G 61G 161G 28% /data
magisk 3.6G 0 3.6G 0% /system/app
/dev/fuse 222G 61G 161G 28% /storage/emulated
| 17:01:39 |
atemu12 | system_ext and vendor are kinda full | 17:02:14 |
atemu12 | But I think / is system and that's clearly not full | 17:04:06 |