!XQQVyIbcAcHFvzmcTl:nixos.org

NixOS GNOME

408 Members
A room for maintainers of GNOME & GNOME-Related desktop environments (xfce, cinnamon, pantheon...)92 Servers

Load older messages


SenderMessageTime
24 Jun 2024
@lotte:chir.rs@lotte:chir.rs left the room.11:09:01
@setunset:matrix.orgFreeVariable Thanks a lot for mentioning it @Jan Tojnar , awesome small but significant quality improvement 18:26:23
26 Jun 2024
@ronixx:matrix.orgroshan | byteio.in 🌷 changed their display name from theDev.one 🌷 to roshan | byteio.in 🌷.15:32:12
29 Jun 2024
@monadam:matrix.org@monadam:matrix.org set a profile picture.13:01:05
@bobby285271:matrix.orgbobby285271In 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:0upti.meK900Python 3.12 is on staging16:27:58
@k900:0upti.meK900 * Python 3.12 is default on staging16:28:02
@hexa:lossy.networkhexaoh right, I meant to say that cjs broke17:13:45
@hexa:lossy.networkhexa115 is also kinda broken right now17:13:58
@hexa:lossy.networkhexastill need a quiet moment to look into that17:14:15
30 Jun 2024
@vengmark2:matrix.orgl0b0 Ping re. Documentation/feature: How to configure GNOME Remote Desktop in case anyone knows how to do that. 10:50:49
4 Jul 2024
@philiptaron:matrix.orgPhilip Taron (UTC-8) left the room.15:45:55
5 Jul 2024
@wcohen:matrix.orgwcohen joined the room.14:13:38
6 Jul 2024
@jthulhu:matrix.orgjthulhu joined the room.17:21:15
@jthulhu:matrix.orgjthulhu 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:matrix.orgjthulhuDoes anyone know how to make that work?17:23:31
7 Jul 2024
@1h0:matrix.org@1h0:matrix.org left the room.08:53:41
@jtojnar:matrix.orgJan 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@monadam:matrix.org left the room.21:53:16
8 Jul 2024
@jthulhu:matrix.orgjthulhu
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:matrix.orgjthulhuI tried doing that, but it still doesn't work, my Gtk applications still cannot open avif images05:04:46
@adham-omran:matrix.org@adham-omran:matrix.org left the room.06:33:29
@jtojnar:matrix.orgJan 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
@jtojnar:matrix.orgJan Tojnar* That should be correct. But as mentioned, it won't work for some apps. Which ones did you try? 08:36:18
@jthulhu:matrix.orgjthulhu
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@abbe:badti.me left the room.11:30:35
9 Jul 2024
@jtojnar:matrix.orgJan 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:matrix.orgjayhenks 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:matrix.orgjayhenks I tried tons of things, removing .cache/tracker3, using tracker3-reset, reindexing, etc. etc. 16:53:49
@jayhenks:matrix.orgjayhenks 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

Show newer messages


Back to Room ListRoom Version: 6