!XQQVyIbcAcHFvzmcTl:nixos.org

NixOS GNOME

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

Load older messages


SenderMessageTime
17 Jul 2024
@flashgnash:matrix.org@flashgnash:matrix.org set a profile picture.13:17:05
@flashgnash:matrix.org@flashgnash:matrix.org changed their profile picture.13:17:23
@setunset:matrix.orgFreeVariableIs there a way to peramently disable "Key sequence to kill X server"?16:55:05
@setunset:matrix.orgFreeVariableCapture d’écran du 2024-07-17 18-53-42.png
Download Capture d’écran du 2024-07-17 18-53-42.png
16:55:05
@setunset:matrix.orgFreeVariable* Is there a way to permanently disable "Key sequence to kill X server"?16:55:17
@setunset:matrix.orgFreeVariable
In reply to@jtojnar:matrix.org
I guess you could set /org/gnome/desktop/input-sources/xkb-options to an empty array with dconf module as a workaround
This key already is set to an empty array
16:57:49
@setunset:matrix.orgFreeVariable* This key already is set to an empty array, probably as per my unticking the checkbox. The issue is that it ticks itself back from time to time when rebuilding.16:58:47
@balacij:matrix.orgbalacij
In reply to @setunset:matrix.org
This key already is set to an empty array

In your home-manager configuration, add:

  dconf.settings = {
    "org/gnome/desktop/input-sources" = {
      "xkb-options" = lib.gvariant.mkEmptyArray lib.gvariant.type.string;
    };
  };
22:00:49
@balacij:matrix.orgbalacij

Setting it in my main configuration.nix didn't work for some reason. However, home-manager's configuration works.

22:02:42
18 Jul 2024
@jtojnar:matrix.orgJan Tojnarit should work in NixOS too (the syntax will be different though). IIRC, gnome-settings-daemon takes the value from X config (in which NixOS module adds kill X server shortcut) when the config value is not present in the dconf database but there might be a bug where it also re-sets it if it exists but is merely empty07:20:12
@jtojnar:matrix.orgJan TojnarLooking at the source, it indeed does not distinguish between being unset (and thus defaulting to empty string), and being set to an empty string: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/blob/a41725fd553df8ffa14117a8371e769ed16160ee/plugins/keyboard/gsd-keyboard-manager.c#L419-42007:24:56
@jtojnar:matrix.orgJan Tojnar FreeVariable: opened https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/373, feel free to test 07:59:53
@thisisliam:one.ems.host@thisisliam:one.ems.host changed their profile picture.10:54:22
@thisisliam:one.ems.host@thisisliam:one.ems.host changed their profile picture.10:54:38
@thisisliam:one.ems.host@thisisliam:one.ems.host changed their profile picture.10:54:55
@thisisliam:one.ems.host@thisisliam:one.ems.host changed their profile picture.10:56:25
@thisisliam:one.ems.host@thisisliam:one.ems.host changed their profile picture.11:00:02
@feel_stool:matrix.orgfeel_stool joined the room.16:14:04
@sofo:matrix.org@sofo:matrix.org removed their display name Sofie.16:37:33
@sofo:matrix.org@sofo:matrix.org set their display name to Sofie (AWAY).16:37:42
23 Jul 2024
@ezzobirbezziou:matrix.orgEzzobir Bezziou joined the room.08:22:59
24 Jul 2024
@redstone-menace:matrix.orgR̴̨͕͇͍̞̮̐̅͆̌̀̉̐͋̈́̃̀͒́̎̅̚̚̚͠͝Ĕ̵̡̛͖͖̟̙̫̱͈̘̞̭͍͍͑̌̄͑̓̋̓̀̈̏̈́͊̇͊͆̉͂̏̀̃̚͘͝͝ͅͅD̶̡̢͔̱̖̮͙͉̘̺͓͍̩̮͈͍͗̃̀̏͌͘͜ͅŚ̸̬̭̯̬͙͇͓̬̩̳̤͚͓̤̩̺͉͖̉͛̓̿̎͊̿̆́̐͂̇͌̄̇̓͘ͅͅT̴̞̫̘̝͇͔̟̪̪̦͂̔̎̀̎ͅŎ̷̡̬̹̪͈̭̣͈̭̭͉̦̖̝̘̪͖͔̥̦̘̻̳Ṋ̶̛̫͈̳̘͚̜̔̋͆̅̈́͊̑͊̉̌̈́̾͑̈́̚ͅË̸̡̨̨̛͇̜̖͔͖̻̟̗̠̙͓̘̗̥͉͇̜͑͆͊͑͑̀̓͒͜͝͝ changed their display name from redstone-menace to Redstone.10:15:07
27 Jul 2024
@9hp71n:matrix.orgghpzin (moved to @ghpzin:envs.net) joined the room.15:28:18
@9hp71n:matrix.orgghpzin (moved to @ghpzin:envs.net) Not sure if this is the proper place to mention that, but I noticed that build of cinnamon-common failed on hydra
(because of upower that is now green https://hydra.nixos.org/build/267309895)
so it currently builds from source on nixos-unstable:
https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.cinnamon-common.x86_64-linux
https://hydra.nixos.org/build/267366151
locally it builds, so it is probably a matter of restarting that build on hydra.
15:54:47
@9hp71n:matrix.orgghpzin (moved to @ghpzin:envs.net) * Not sure if this is the proper place to mention that, but I noticed that build of cinnamon-common failed on hydra
(because of upower that is now green https://hydra.nixos.org/build/267309895)
so it currently builds from source on nixos-unstable:
https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.cinnamon-common.x86_64-linux
https://hydra.nixos.org/build/267366151
locally it builds, so it is probably a matter of restarting that build on hydra.

Nevermind nixos-unstable rolled over to next one already.
22:52:02
29 Jul 2024
@kenzie:matrix.kenzi.dev@kenzie:matrix.kenzi.dev left the room.06:58:10
1 Aug 2024
@vika:fireburn.ruVika (she/her) changed their profile picture.11:51:52
4 Aug 2024
@thomasjm:matrix.org@thomasjm:matrix.org left the room.12:10:25
8 Aug 2024
@qyliss:fairydust.spaceAlyssa Ross set a profile picture.18:48:34
@paperdigits:matrix.org@paperdigits:matrix.org joined the room.20:43:44

Show newer messages


Back to Room ListRoom Version: 6