| 24 Jun 2024 |
| @lotte:chir.rs left the room. | 11:09:01 |
FreeVariable | Thanks a lot for mentioning it @Jan Tojnar , awesome small but significant quality improvement | 18:26:23 |
| 26 Jun 2024 |
| roshan | byteio.in 🌷 changed their display name from theDev.one 🌷 to roshan | byteio.in 🌷. | 15:32:12 |
| 29 Jun 2024 |
| @monadam:matrix.org set a profile picture. | 13:01:05 |
bobby285271 | In case there are Cinnamon users here, I plan to merge the Cinnamon 6.2 bump soon. If you think there are blocking issues please do say (p.s. mozjs102 won't build w/ python3.12+ without patching distutils usages I think) | 16:27:43 |
K900 | Python 3.12 is on staging | 16:27:58 |
K900 | * Python 3.12 is default on staging | 16:28:02 |
hexa | oh right, I meant to say that cjs broke | 17:13:45 |
hexa | 115 is also kinda broken right now | 17:13:58 |
hexa | still need a quiet moment to look into that | 17:14:15 |
| 30 Jun 2024 |
l0b0 | Ping re. Documentation/feature: How to configure GNOME Remote Desktop in case anyone knows how to do that. | 10:50:49 |
| 4 Jul 2024 |
| Philip Taron (UTC-8) left the room. | 15:45:55 |
| 5 Jul 2024 |
| wcohen joined the room. | 14:13:38 |
| 6 Jul 2024 |
| jthulhu joined the room. | 17:21:15 |
jthulhu | Hello, I'd like to install the avif pixbuf loader, but I'm very unsure on how to proceed. For starters, I'm not even sure if it's packaged; it could be in the libavif package, as its source code is hosted in the libavif repo, but some other distros package the two separatly, and I'm not sure how to check that by myself. Furthermore, setting this up seems to require more than just "installing the package", apparently Gdk needs some special handling for loaders to be taken into account. | 17:23:21 |
jthulhu | Does anyone know how to make that work? | 17:23:31 |
| 7 Jul 2024 |
| @1h0:matrix.org left the room. | 08:53:41 |
Jan Tojnar | In reply to @jthulhu:matrix.org Hello, I'd like to install the avif pixbuf loader, but I'm very unsure on how to proceed. For starters, I'm not even sure if it's packaged; it could be in the libavif package, as its source code is hosted in the libavif repo, but some other distros package the two separatly, and I'm not sure how to check that by myself. Furthermore, setting this up seems to require more than just "installing the package", apparently Gdk needs some special handling for loaders to be taken into account. libavif package contains it. You can install it globally through the gdk-pixbuf NixOS module but that is an ugly globalism frail with many issues and will not affect apps that already have gdk-pixbuf loaders provided locally by a wrapper. The only reliable method is passing the loader to each app that requires it – see eog package for an example. | 21:17:05 |
| @monadam:matrix.org left the room. | 21:53:16 |
| 8 Jul 2024 |
jthulhu | In reply to @jtojnar:matrix.org
libavif package contains it. You can install it globally through the gdk-pixbuf NixOS module but that is an ugly globalism frail with many issues and will not affect apps that already have gdk-pixbuf loaders provided locally by a wrapper. The only reliable method is passing the loader to each app that requires it – see eog package for an example. If I understand correctly that code, all I need to do is to set services.xserver.gdk-pixbuf.modulePackages = [ libavif ];? | 04:45:03 |
jthulhu | I tried doing that, but it still doesn't work, my Gtk applications still cannot open avif images | 05:04:46 |
| @adham-omran:matrix.org left the room. | 06:33:29 |
Jan Tojnar | In reply to @jthulhu:matrix.org If I understand correctly that code, all I need to do is to set services.xserver.gdk-pixbuf.modulePackages = [ libavif ];? That should be correct. But as mentioned, it won't work for some apps. Which ones did you try | 08:35:49 |
Jan Tojnar | * That should be correct. But as mentioned, it won't work for some apps. Which ones did you try?
| 08:36:18 |
jthulhu | In reply to @jtojnar:matrix.org That should be correct. But as mentioned, it won't work for some apps. Which ones did you try? I tried to see if nautilus was capable of rendering thumbnails of avif images. I've also written a very stupid Gtk application that only tries to load a file as a Gtk texture in Rust, just for the purpose of testing this (https://github.com/jthulhu/rki/tree/mwe). Yet, eog seems to work correctly, despite the fact that in the nix code that packages it, libavif doesn't seem to appear anywhere. | 09:03:36 |
| @abbe:badti.me left the room. | 11:30:35 |
| 9 Jul 2024 |
Jan Tojnar | In reply to @jthulhu:matrix.org I tried to see if nautilus was capable of rendering thumbnails of avif images. I've also written a very stupid Gtk application that only tries to load a file as a Gtk texture in Rust, just for the purpose of testing this (https://github.com/jthulhu/rki/tree/mwe). Yet, eog seems to work correctly, despite the fact that in the nix code that packages it, libavif doesn't seem to appear anywhere. libheif, which eog has, also supports avif files. See https://nixos.org/manual/nixpkgs/stable/#sec-language-gnome for an explanation about the necessary wrapping. | 06:35:43 |
jayhenks | Can someone help me with gnome tracker3, it seems like it is very broken. When I use tracker3-search --music --all for example, it only shows three mp3 files from my Downloads directory, even though I have many .opus ones in /home/user/Music, same thing for Videos, and more ... | 16:53:10 |
jayhenks | I tried tons of things, removing .cache/tracker3, using tracker3-reset, reindexing, etc. etc. | 16:53:49 |
jayhenks | In my logs I see .tracker-miner: Could not launch metadata extractor: Failed to execute child process "/nix/store/.../tracker-extract-3" (Permission denied). Maybe this is the problem. | 17:13:38 |