!XQQVyIbcAcHFvzmcTl:nixos.org

NixOS GNOME

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

Load older messages


SenderMessageTime
15 Mar 2023
@jtojnar:matrix.orgJan Tojnar
In reply to @industrial:matrix.org

Hello.

This is my gnome.nix (flake):

https://gist.github.com/Industrial/22d00b222263e9129b982a71068133a5#file-gnome-nix-L66

I am adding some extenions that I'd like to use/try. When I run gnome-extensions list I only see the built in ones (also in the extensions UI).

This is my GNOME default.nix (part of home-manager):
https://gist.github.com/Industrial/a8d1a798f1732cdfe6efba32498396e3#file-default-nix-L37

This is where I attempted to enable the extensions but it seems they are not installed at all.

What did I do wrong?

The enabled-extensions key expects UUIDs. You can get those as e.g. gnomeExtensions.applications-menu.extensionUuid, or enable the extensions you want in the extension app and then look at the dconf database
20:09:37
@industrial:matrix.orgIndustrial
In reply to@jtojnar:matrix.org
The enabled-extensions key expects UUIDs. You can get those as e.g. gnomeExtensions.applications-menu.extensionUuid, or enable the extensions you want in the extension app and then look at the dconf database
The extensions still don't show up in the gnome extensions list but the .extensionUuid format worked (syntactically) :)
20:14:18
@industrial:matrix.orgIndustrial Hmm, I see that https://gist.github.com/Industrial/22d00b222263e9129b982a71068133a5#file-gnome-nix-L65 (vinagre) is also not installed. So this environment.systemPackages isn't picked up correctly. 20:15:30
16 Mar 2023
@jtojnar:matrix.orgJan Tojnar
In reply to @industrial:matrix.org
The extensions still don't show up in the gnome extensions list but the .extensionUuid format worked (syntactically) :)
Extensions installed through environment.systemPackages will not show up until you log out and log in again. How did you verify that vinagre is not installed?
14:57:00
17 Mar 2023
@industrial:matrix.orgIndustrial

@Jan Tojnar ok i'll relog. I leave my pc on (running programs/scripts) or hibernate it so I didn't notice.

Actually vinagre is available but not from the gnome activities or applications. Only from the commandline

13:53:29
@jtojnar:matrix.orgJan Tojnar Industrial: Did you search for Remote Desktop Viewer? Though Vinagre is dead and will be probably removed eventually. Maybe try gnome-connections 14:25:40
@jtojnar:matrix.orgJan TojnarI do the same so I am stuck to XOrg session, which allows me to restart GNOME Shell without re-logging at least14:26:47
@industrial:matrix.orgIndustrialOkay18:25:17
19 Mar 2023
@quasineutral:matrix.orgquasineutral joined the room.11:41:32
@violinmandan:matrix.org@violinmandan:matrix.org joined the room.14:20:30
20 Mar 2023
@violinmandan:matrix.org@violinmandan:matrix.org left the room.14:12:55
21 Mar 2023
@stjacobs:matrix.org@stjacobs:matrix.org left the room.03:03:37
22 Mar 2023
@jtojnar:matrix.orgJan TojnarGNOME 44 has been announced https://discourse.gnome.org/t/gnome-44-released/1460617:12:55
@saymynaam:matrix.org@saymynaam:matrix.orgThx.22:04:09
23 Mar 2023
@jeff:ocjtech.usJeff
In reply to @jtojnar:matrix.org
GNOME 44 has been announced https://discourse.gnome.org/t/gnome-44-released/14606
Definitely looking forward to this one, looks like a lot of nice quality of life improvements.
19:47:46
25 Mar 2023
@amardeeps:matrix.org@amardeeps:matrix.org joined the room.04:44:01
@ixxie:matrix.org@ixxie:matrix.orgDoes anybody know how I would override the logout keyboard shortcut? I the shortcut appears in the keyboard shortcuts menu, but changing it seems to have no effect: it keeps to Super + L.11:49:13
@jtojnar:matrix.orgJan Tojnar ixxie: maybe make sure super+L is “lock screen” 12:24:11
@jtojnar:matrix.orgJan Tojnar * ixxie: maybe make sure you are updating the correct one? super+L is “lock screen” 12:26:12
@ixxie:matrix.org@ixxie:matrix.org Jan Tojnar: bingo! Thank you! 12:33:44
26 Mar 2023
@rbutani:matrix.orgrbutani joined the room.00:31:53
@uep:matrix.orguep I wish I knew why Super+L doesn't lock my screen. It is listed in the keyboard shortcuts to do so. 02:47:22
@jtojnar:matrix.orgJan Tojnar changed the room topic to "A room for maintainers of GNOME & GNOME-adjacent desktop environments (Xfce, Cinnamon, Pantheon...)" from "A room for maintainers of GNOME & GNOME-Related desktop environments (xfce, cinnamon, pantheon...)".07:14:44
@jtojnar:matrix.orgJan Tojnar changed the room topic to "A room for maintainers of GNOME & GNOME-adjacent desktop environments (Xfce, Cinnamon, Pantheon...) Help testing GNOME 44 update https://github.com/NixOS/nixpkgs/pull/218143" from "A room for maintainers of GNOME & GNOME-adjacent desktop environments (Xfce, Cinnamon, Pantheon...)".07:14:53
28 Mar 2023
@rkwq:matrix.org@rkwq:matrix.org joined the room.23:06:29
@rkwq:matrix.org@rkwq:matrix.orgNot sure if it's the right place to ask this. I've never used NixOS but I'm interested in doing so for dev. Is it possible possible to install Jetbrains IDE on NixOs and use it as I would with a regular distro? I'm not directly looking into leveraging nix shell etc. From what I've been reading online it's not supported. I like the behind nix and the idea of reverting to a previous *working* configuration is the main reason I'm looking to switch. 23:14:58
@rkwq:matrix.org@rkwq:matrix.org* Not sure if it's the right place to ask this. I've never used NixOS but I'm interested in doing so for dev. Is it possible possible to install Jetbrains IDE on NixOs and use it as I would with a regular distro? I'm not directly looking into leveraging nix shell etc. From what I've been reading online it's not supported. I like the idea behind nix and the idea of reverting to a previous *working* configuration is the main reason I'm looking to switch. 23:15:28
29 Mar 2023
@colin:uninsane.orgColin
In reply to @rkwq:matrix.org
Not sure if it's the right place to ask this. I've never used NixOS but I'm interested in doing so for dev. Is it possible possible to install Jetbrains IDE on NixOs and use it as I would with a regular distro? I'm not directly looking into leveraging nix shell etc. From what I've been reading online it's not supported. I like the idea behind nix and the idea of reverting to a previous *working* configuration is the main reason I'm looking to switch.
rkwq: you might have better luck asking in the more general-purpose #nix:nixos.org room. there are some Jetbrains packages, though i couldn't tell you anything more about them than their descriptions: https://search.nixos.org/packages?type=packages&query=jetbrains
02:56:25
@rkwq:matrix.org@rkwq:matrix.orgThanks! 16:33:43
30 Mar 2023
@redstone-menace:matrix.orgR̴̨͕͇͍̞̮̐̅͆̌̀̉̐͋̈́̃̀͒́̎̅̚̚̚͠͝Ĕ̵̡̛͖͖̟̙̫̱͈̘̞̭͍͍͑̌̄͑̓̋̓̀̈̏̈́͊̇͊͆̉͂̏̀̃̚͘͝͝ͅͅD̶̡̢͔̱̖̮͙͉̘̺͓͍̩̮͈͍͗̃̀̏͌͘͜ͅŚ̸̬̭̯̬͙͇͓̬̩̳̤͚͓̤̩̺͉͖̉͛̓̿̎͊̿̆́̐͂̇͌̄̇̓͘ͅͅT̴̞̫̘̝͇͔̟̪̪̦͂̔̎̀̎ͅŎ̷̡̬̹̪͈̭̣͈̭̭͉̦̖̝̘̪͖͔̥̦̘̻̳Ṋ̶̛̫͈̳̘͚̜̔̋͆̅̈́͊̑͊̉̌̈́̾͑̈́̚ͅË̸̡̨̨̛͇̜̖͔͖̻̟̗̠̙͓̘̗̥͉͇̜͑͆͊͑͑̀̓͒͜͝͝

So I'm on nixos-unstable and I'm trying to update my system, but the package gnome-decoder is marked as broken and halts the build. A fix has been pushed to master, but hasn't hit nixos-unstable yet.

I've set environment.gnome.excludePackages = [pkgs.gnome-decoder] and have no references to the package anywhere else, but it still somehow keeps being added to my system, and I have no idea why or where. I've looked through the linked file in the NixOS package search, and it doesn't reference the package. GitHub search on the nixpkgs repo only shows commits and no code references to the package.

Here's the file on the commit fixing the package: https://github.com/NixOS/nixpkgs/blob/bcf8849a8144cd2dde13784e3de04d9b1e27cfb6/pkgs/applications/graphics/gnome-decoder/default.nix

Any idea what options enable this?

12:00:52

Show newer messages


Back to Room ListRoom Version: 6