| 26 Dec 2024 |
kranzes | In general I recommend again embedding arbitrary apps | 14:58:34 |
kranzes | Makes it inconvenient to update them | 14:58:44 |
kranzes | Cause you have to rebuild a new image | 14:59:02 |
kranzes | I would only do it for stuff that needs to be a system app like MicroG | 14:59:28 |
kranzes | Because otherwise you'll have to use root to install it | 14:59:44 |
atemu12 | Yup, installed apps is state | 15:26:56 |
atemu12 | I'd like to be able to get to a point where we could manage apps via Nix (and build from source etc.) but that's most likely an entirely different project | 15:28:17 |
atemu12 | Robotnix only concerns building system images with system apps etc. | 15:28:37 |
countoren | make sense, at work I have a server that I cross compile and statically link and add to init.rc but I am not sure it will give something here | 15:52:14 |
atemu12 | I'm not sure I understood that correctly | 15:53:46 |
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 |