3 Jun 2025 |
hustlerone | How do I package a gnome session? | 18:45:05 |
4 Jun 2025 |
| freedbeats changed their display name from freedbeats to Freddi. | 15:37:24 |
| freedbeats changed their display name from Freddi to freedbeats. | 15:49:10 |
7 Jun 2025 |
hustlerone | Is GNOME garbled for everyone else too? | 17:13:49 |
hustlerone | It's been like that for the last 2 days | 17:14:00 |
hustlerone | apps such as settings, epiphany and goldwarden do not render correctly and are black squares | 17:14:29 |
| matrixrooms.info mod bot (does NOT read/send messages and/or invites; used for checking reported rooms) left the room. | 22:47:04 |
| matrixrooms.info mod bot (does NOT read/send messages and/or invites; used for checking reported rooms) joined the room. | 23:48:21 |
8 Jun 2025 |
| @-jb:matrix.org removed their profile picture. | 09:16:46 |
| @-jb:matrix.org removed their display name Jb. | 09:17:01 |
| @-jb:matrix.org left the room. | 09:17:15 |
| amadaluzia changed their profile picture. | 13:53:19 |
jasi 🏳️⚧️ | https://blogs.gnome.org/alatiera/2025/06/08/the-x11-session-removal/ | 17:12:08 |
jasi 🏳️⚧️ |
If you are a distributor, please try to not change the default or at least let us (or me directly) know why you’d need to still ship the X11 session.
| 17:12:30 |
jasi 🏳️⚧️ | So I guess that would settle it | 17:12:40 |
10 Jun 2025 |
| Roberto Bigi joined the room. | 10:00:51 |
12 Jun 2025 |
Andrew | Why is this being generated?
# Automatically generated by systemd-xdg-autostart-generator
[Unit]
Documentation=man:systemd-xdg-autostart-generator(8)
SourcePath=/run/current-system/sw/etc/xdg/autostart/org.gnome.Software.desktop
PartOf=graphical-session.target
Description=GNOME Software
After=graphical-session.target
[Service]
Type=exec
ExitType=cgroup
ExecStart=:/nix/store/b17j92apif2l5ldz11qi8wp3k87qvshx-gnome-software-47.4/bin/gnome-software --gapplication-service
Restart=no
TimeoutStopSec=5s
Slice=app.slice
ExecCondition=/nix/store/b2cfj7yk3wfg1jdwjzim7306hvsc5gnl-systemd-257.3/lib/systemd/systemd-xdg-autostart-condition "GNOME:Unity" "Budgie"
| 01:34:41 |
Andrew | I manage software myself, why would it spin up this process that hogs almost 400 MiB for nothing? | 01:37:18 |
Jan Tojnar | systemd generates services for desktop files in $XDG_CONFIG_DIRS/autostart | 08:32:41 |
Jan Tojnar | (among other paths) | 08:33:20 |
Jan Tojnar | IIRC gnome-software has autostart file so that it can notify you of updates | 08:33:55 |
Jan Tojnar | though we only install it if you have flatpak installed, you can use environment.gnome.excludePackages to not install it if you do not use it | 08:35:18 |
uep | ah. I looked to see if I had the same, and it was nowhere to be seen. | 08:36:32 |
uep | So, yeah, confirmation that this works. It may be slightly too magic, but it works. | 08:37:44 |
| tokudan changed their profile picture. | 11:54:42 |
Grimmauld (any/all) | I just saw this in the GTK room: https://pad.gnome.org/lB9NBpwCSmKEzZIVve__Vg#
How will this work for nix? Currently glycin directly depends on gtk4, which directly depends on gdk-pixbuf, which probably should depend on glycin. | 21:19:07 |
Grimmauld (any/all) | which means we have a cyclic dependency. How do we break it? | 21:19:23 |
Grimmauld (any/all) | supposedly glycin would be cycle-free, but our package wouldn't be. SO some work required! | 21:28:07 |
emily | usually we just have a separate bootstrap version of a package that omits the problematic dependency | 21:32:51 |
Grimmauld (any/all) | So i had a chat with the glycin people, and supposedly it is cycle-free in gnomeOS | 21:35:30 |