| 6 Aug 2023 |
hpfr | hello from the future. common jtojnar W https://github.com/NixOS/nixpkgs/pull/222229#issuecomment-1477822792 https://github.com/NixOS/nixpkgs/pull/222229#issuecomment-1482691141 | 19:13:20 |
hpfr | * hello from the future. common jtojnar W https://github.com/NixOS/nixpkgs/pull/222229#issuecomment-1477822792 https://github.com/NixOS/nixpkgs/pull/222229#issuecomment-1482691141 thank you! | 19:13:37 |
| 7 Aug 2023 |
@ThorHop:matrix.org | Ey all. When trying to install extensions using gnome-extensions, gnome-extensions-app or the GNOME Browser Connector I get this error: «glib-compile-schemas» (No such file or directory) Any advise on how to proceed to fix the issue? | 16:04:21 |
@ThorHop:matrix.org | Redacted or Malformed Event | 16:05:49 |
@ThorHop:matrix.org | I think this is the related issue -> https://github.com/NixOS/nixpkgs/pull/235948 | 16:10:40 |
Jan Tojnar | In reply to @ThorHop:matrix.org I think this is the related issue -> https://github.com/NixOS/nixpkgs/pull/235948 I have opened a PR that should fix that https://github.com/NixOS/nixpkgs/pull/247790 (untested) | 18:32:27 |
| 8 Aug 2023 |
| @flashgnash:matrix.org joined the room. | 15:44:26 |
| @tim:tgf.pw joined the room. | 19:11:44 |
| 9 Aug 2023 |
| Jeff changed their profile picture. | 03:10:39 |
| p14 joined the room. | 16:46:51 |
| 10 Aug 2023 |
| thegreenguy joined the room. | 07:38:18 |
| thegreenguy set a profile picture. | 07:50:38 |
| pbsds changed their display name from pbsds (UTC+1) to pbsds. | 14:54:56 |
| 11 Aug 2023 |
| @rimuru:gentoo.chat changed their profile picture. | 15:38:13 |
| 13 Aug 2023 |
| nevoyu joined the room. | 01:23:58 |
| SigmaSquadron left the room. | 05:15:50 |
| @deedend:matrix.org left the room. | 08:50:30 |
| @luntx:matrix.org left the room. | 20:47:39 |
| 14 Aug 2023 |
vcunat | In reply to @vika:matrix.nice.sampler.fi Hello. Is patching the XKB keyboard config (xorg.xkeyboardconfig package in Nixpkgs) the right way to make F13 et al. function like, well, F13 et al. and not weird XF86Somethings? Should I patch $out/etc/X11/xkb/symbols/inet, $out/share/X11/xkb/symbols/inet or both? I know this question is very old, but has anyone found a reasonable way of using a customized keyboard layout? (Wayland Gnome shell; for Xwayland windows it's easy) | 13:00:33 |
@ThorHop:matrix.org | In reply to @vcunat:matrix.org I know this question is very old, but has anyone found a reasonable way of using a customized keyboard layout? (Wayland Gnome shell; for Xwayland windows it's easy) Maybe this can help -> https://discussion.fedoraproject.org/t/custom-keyboard-layout-in-gnome-wayland/68923 | 21:10:02 |
@ThorHop:matrix.org | The Fedora community is a great resource for various GNOME things =) | 21:10:26 |
vcunat | Well, I'm on the track described in there (found on other places), but I'm still stuck somewhere so far. | 21:16:56 |
@ThorHop:matrix.org | In reply to @vcunat:matrix.org Well, I'm on the track described in there (found on other places), but I'm still stuck somewhere so far. It seems more like a Nix / NixOS question. I'm guessing, but you're not getting the xkb symbols into the correct folders, and therefore they are not showing up? Like if Wayland utelizes X11 XKB standards, then that seems like the right place to check. But again, I'm not sure | 21:30:51 |
vcunat | libxkbcommon has
"-Dxkb-config-extra-path=/etc/xkb" # default=$sysconfdir/xkb ($out/etc)
and docs also indicates XDG paths: https://xkbcommon.org/doc/current/group__include-path.html
| 21:40:01 |
vcunat | But I rather think the problem is elsewhere, as setxkbmap -I ./correct/path/X11/xkb ... will fail, too. | 21:41:25 |
vcunat | Using impure paths will be important, as the reverse closure of xkeyboard-config is way too large to keep rebuilding all the time. | 21:42:58 |
| 15 Aug 2023 |
Jan Tojnar | In reply to @vcunat:matrix.org I know this question is very old, but has anyone found a reasonable way of using a customized keyboard layout? (Wayland Gnome shell; for Xwayland windows it's easy) Hmm, looks like a regression. Just tested the example from https://github.com/NixOS/nixpkgs/pull/76591#pullrequestreview-336927961 in VM and I do not see the layout listed in Control Center on either Wayland session or X11. | 02:16:59 |
Jan Tojnar | It is implemented through an env var so perhaps something is filtering it. Though I saw it set in a console at least. | 02:17:48 |
Jan Tojnar | In reply to @vcunat:matrix.org I know this question is very old, but has anyone found a reasonable way of using a customized keyboard layout? (Wayland Gnome shell; for Xwayland windows it's easy) * ~~Hmm, looks like a regression. Just tested the example from https://github.com/NixOS/nixpkgs/pull/76591#pullrequestreview-336927961 in VM and I do not see the layout listed in Control Center on either Wayland session or X11.~~ | 02:26:41 |
Jan Tojnar | * Hmm, looks like a regression. Just tested the example from https://github.com/NixOS/nixpkgs/pull/76591#pullrequestreview-336927961 in VM and I do not see the layout listed in Control Center on either Wayland session or X11. | 02:26:51 |