!XQQVyIbcAcHFvzmcTl:nixos.org

NixOS GNOME

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

Load older messages


SenderMessageTime
28 Jun 2023
@jtojnar:matrix.orgJan Tojnar
In reply to @ashvith:matrix.org
Looks like fixing that won't be possible
you can add it to the package here https://github.com/NixOS/nixpkgs/blob/37acdaf393c35f9e216ce7bac4387cffdedce0ca/pkgs/applications/networking/browsers/firefox/wrapper.nix#L323-L334
14:07:29
@jtojnar:matrix.orgJan Tojnar
In reply to @ashvith:matrix.org
I also have this bug where there's multiple instances of setting in search
Hmm, I can reproduce that. Possibly, this is the same issue as https://github.com/NixOS/nixpkgs/issues/14718
14:09:31
@jtojnar:matrix.orgJan Tojnarshould not have an effect on functionality, at least14:11:52
@ashvith:matrix.org@ashvith:matrix.org
In reply to @jtojnar:matrix.org
you can add it to the package here https://github.com/NixOS/nixpkgs/blob/37acdaf393c35f9e216ce7bac4387cffdedce0ca/pkgs/applications/networking/browsers/firefox/wrapper.nix#L323-L334
If I can find some time this week, I'd try to contribute...
14:17:55
@ashvith:matrix.org@ashvith:matrix.orgAnother issue in my instance is that there's a "GNOME for Xorg" session option in GDM for some reason. Not sure how to remove that.14:19:20
@jtojnar:matrix.orgJan Tojnar
In reply to @ashvith:matrix.org
Another issue in my instance is that there's a "GNOME for Xorg" session option in GDM for some reason. Not sure how to remove that.
Why would you want to remove that?
14:23:06
@ashvith:matrix.org@ashvith:matrix.org
In reply to @jtojnar:matrix.org
Why would you want to remove that?
I don't use X11, so I thought that removing it was better, just like Fedora.
14:26:55
@jtojnar:matrix.orgJan TojnarI do not think it is possible to remove it yet. The work on that is still happening upstream.14:32:18
@jtojnar:matrix.orgJan TojnarAt most, you could hide it but I do not see much of a point in that.14:32:43
@ashvith:matrix.org@ashvith:matrix.org
In reply to @jtojnar:matrix.org
I do not think it is possible to remove it yet. The work on that is still happening upstream.
The extra option bothers me just a little but, but I can live with it.
15:15:51
@ashvith:matrix.org@ashvith:matrix.orgHow about the search provider for Firefox? I don't think I've seen it on NixOS...15:16:09
@jtojnar:matrix.orgJan Tojnar Ashvith: that is another Fedora-specific thing https://src.fedoraproject.org/rpms/firefox/blob/2606d6a50cdcd4971b226fd06d58ef31f44b83cb/f/firefox.spec#_928 15:18:06
@ashvith:matrix.org@ashvith:matrix.org
In reply to @jtojnar:matrix.org
Ashvith: that is another Fedora-specific thing https://src.fedoraproject.org/rpms/firefox/blob/2606d6a50cdcd4971b226fd06d58ef31f44b83cb/f/firefox.spec#_928
This also looks like a simple fix - might have to introduce this ini file and then set browser.gnome-search-provider.enabled to true in about:config (I believe?)
15:22:11
@feamor:kde.orgfeamor joined the room.17:41:51
29 Jun 2023
@kirillrdy:matrix.orgkirillrdy joined the room.08:50:43
30 Jun 2023
@enzime:nixos.devEnzime left the room.01:30:59
1 Jul 2023
@lotte:chir.rs@lotte:chir.rs changed their profile picture.09:45:22
4 Jul 2023
@dre:imad.nyc@dre:imad.nyc changed their display name from dre to dre (how do flakes work aaaaaa).08:25:08
@dre:imad.nyc@dre:imad.nyc changed their display name from dre (how do flakes work aaaaaa) to dre1.08:25:32
@dre:imad.nyc@dre:imad.nyc changed their display name from dre1 to dre (how do flakes even work).08:28:45
@dre:imad.nyc@dre:imad.nyc changed their display name from dre (how do flakes even work) to dre.12:08:04
@milocyrus:matrix.org@milocyrus:matrix.org joined the room.14:51:29
@milocyrus:matrix.org@milocyrus:matrix.org left the room.14:55:43
5 Jul 2023
@rimuru:gentoo.chat@rimuru:gentoo.chat changed their profile picture.14:11:50
@silasdavis:one.ems.host@silasdavis:one.ems.host joined the room.16:47:43
@silasdavis:one.ems.host@silasdavis:one.ems.host

I use home-manager to configure my keyboard shortcuts via dconf. This used to work fine but since a recent update on unstable I am seeing my keyboard shortcuts forgotten when I restart my machine (doesn't happen on just a log out, will check a restart of just gnome shortly...)

If I diff using the dconf2nix2 tool before and after I get:

❯ diff dconf-before.nix dconf-after.nix
110,111c110,111
<       sources = [ (mkTuple [ "xkb" "gb" ]) ];
<       xkb-options = [ "terminate:ctrl_alt_bksp" ];
---
>       sources = [ (mkTuple [ "xkb" "gb" ]) (mkTuple [ "xkb" "es" ]) ];
>       xkb-options = [ "terminate:ctrl_alt_bksp" "compose:ralt" "lv3:rwin_switch" ];
460a461
>       screensaver = [ "<Super>Escape" ];
553a555,556
>       toggle-message-tray = [ "<Super>v" ];
>       toggle-overview = [];
16:51:17
@silasdavis:one.ems.host@silasdavis:one.ems.host *

I use home-manager to configure my keyboard shortcuts via dconf. This used to work fine but since a recent update on unstable I am seeing my keyboard shortcuts forgotten when I restart my machine (doesn't happen on just a log out, will check a restart of just gnome shortly...)

If I diff using the dconf2nix2 tool before and after I get:

❯ diff dconf-before.nix dconf-after.nix
110,111c110,111
<       sources = [ (mkTuple [ "xkb" "gb" ]) ];
<       xkb-options = [ "terminate:ctrl_alt_bksp" ];
---
>       sources = [ (mkTuple [ "xkb" "gb" ]) (mkTuple [ "xkb" "es" ]) ];
>       xkb-options = [ "terminate:ctrl_alt_bksp" "compose:ralt" "lv3:rwin_switch" ];
460a461
>       screensaver = [ "<Super>Escape" ];
553a555,556
>       toggle-message-tray = [ "<Super>v" ];
>       toggle-overview = [];

I use <Super>s and <Super>m for tiling window manager shortcuts which is what notice.

They are each mapped by default to one of toggle-message-tray, toggle-overview (forget which way around) so I remove each from the list to override.

Does anyone have any idea why my dconf settings are not persisting?

16:52:57
@silasdavis:one.ems.host@silasdavis:one.ems.host this does not happen after just restarting gnome with pkill -3 gnome-shell 16:54:54
@ashvith:matrix.org@ashvith:matrix.org Silas Davis: you might want to try the not-working settings in services.xserver.desktopManager.gnome.extraGSettingsOverrides 17:36:30
@ashvith:matrix.org@ashvith:matrix.org * Silas Davis: you might want to try the "not-working" settings in services.xserver.desktopManager.gnome.extraGSettingsOverrides 17:36:48

Show newer messages


Back to Room ListRoom Version: 6