| 19 Jun 2024 |
Jan Tojnar | In reply to @sincorchetes:matrix.org Howdee!
How I can add support Google Photos in the GNOME Account (google)? You canβt. It was removed a while ago because Google broke the API and no-one volunteered to implement the new one. | 21:41:23 |
Jan Tojnar | (apparently it was broken since 2019: https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/63) | 21:43:21 |
| 20 Jun 2024 |
| @jonas:ipsemet.xyz left the room. | 05:55:18 |
| 22 Jun 2024 |
hexa | what do I even codeown in that gnome PR π€ | 14:53:58 |
hexa | ah π¦ | 14:54:59 |
| 23 Jun 2024 |
| Jordy joined the room. | 15:50:41 |
| @networkexception:chat.upi.li left the room. | 22:09:59 |
| 24 Jun 2024 |
Jan Tojnar | In reply to @setunset:matrix.org Every now and then my Ctrl+Backspace behaviour (which allows to delete a single word, right-to-left relative to the cursor's location) is masked or somewhat broken by the obnoxious Ctrl+Alt+Backspace shortcut that GNOME keeps mapping to "Key sequence to kill X server". I need to launch GNOME Tweaks to unmap it. I have made an upstream fix https://github.com/NixOS/nixpkgs/issues/320799#issuecomment-2185956520 | 10:18:06 |
| @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 |