!rGlCMuXgAhgEpdvJUz:nixos.org

NixOS KDE

220 Members
60 Servers

Load older messages


SenderMessageTime
27 Sep 2024
@sigmasquadron:matrix.orgFernando Rodrigues * I prepared override-able attributes to disable the release build and enable debug logging again. Should I push these changes?19:45:30
@k900:0upti.meK900 ⚡️Ehhh19:45:53
@k900:0upti.meK900 ⚡️I don't think we should give users options19:45:59
@k900:0upti.meK900 ⚡️lol19:46:00
@k900:0upti.meK900 ⚡️/hj but also kinda serious19:46:15
@sigmasquadron:matrix.orgFernando Rodriguesgot it.19:46:15
@sigmasquadron:matrix.orgFernando Rodrigues might be good to replace the flags with lib.cmake* for readability though 19:46:51
@sigmasquadron:matrix.orgFernando Rodrigues -DCMAKE_SOMETHING=-SOMETHING is such a mess. 19:47:11
@k900:0upti.meK900 ⚡️Feel free19:47:23
@k900:0upti.meK900 ⚡️I honestly don't have a strong preference one way or the other19:47:32
28 Sep 2024
@k900:0upti.meK900 ⚡️ @𝙼𝚛. 𝙱𝚘𝚠𝚕𝚎𝚛 𝚠𝙷𝚊𝚝 https://github.com/NixOS/nixpkgs/pull/345057 09:18:20
@alper-celik:matrix.orgAlper Çelikimage.png
Download image.png
18:43:41
@alper-celik:matrix.orgAlper Çelikimage.png
Download image.png
18:44:34
@alper-celik:matrix.orgAlper ÇelikHello, in kde power and battery applet it says power profile not available but in system settings everything works well. could you guys help ? My config : https://github.com/Alper-Celik/MyConfig18:46:53
@k900:0upti.meK900 ⚡️That setting is just a noop 18:48:52
@k900:0upti.meK900 ⚡️If ppd doesn't support your hardware 18:48:58
@k900:0upti.meK900 ⚡️ You can check powerprofilesctl to see if it actually does 18:49:08
@alper-celik:matrix.orgAlper Çelik

looks like ti supports, output of powerprofilesctl`:

* performance:
    CpuDriver:	amd_pstate
    PlatformDriver:	platform_profile
    Degraded:   no

  balanced:
    CpuDriver:	amd_pstate
    PlatformDriver:	platform_profile

  power-saver:
    CpuDriver:	amd_pstate
    PlatformDriver:	platform_profile
18:55:07
@alper-celik:matrix.orgAlper Çelik *

looks like it supports, output of powerprofilesctl\:

* performance:
    CpuDriver:	amd_pstate
    PlatformDriver:	platform_profile
    Degraded:   no

  balanced:
    CpuDriver:	amd_pstate
    PlatformDriver:	platform_profile

  power-saver:
    CpuDriver:	amd_pstate
    PlatformDriver:	platform_profile
18:55:26
@alper-celik:matrix.orgAlper Çelik *

looks like it supports, output of powerprofilesctl:

* performance:
    CpuDriver:	amd_pstate
    PlatformDriver:	platform_profile
    Degraded:   no

  balanced:
    CpuDriver:	amd_pstate
    PlatformDriver:	platform_profile

  power-saver:
    CpuDriver:	amd_pstate
    PlatformDriver:	platform_profile
18:55:33
@k900:0upti.meK900 ⚡️Then you're probably looking at a Plasma 6.1 bug that is fixed in 6.219:15:42
@libregeekingkid:matrix.org@libregeekingkid:matrix.org joined the room.22:14:34
29 Sep 2024
@k900:0upti.meK900 ⚡️ @𝙼𝚛. 𝙱𝚘𝚠𝚕𝚎𝚛 𝚠𝙷𝚊𝚝 so do you think we can get upstream GTK fixed to not do this 09:17:28
@mrdev023:matrix.org@mrdev023:matrix.org left the room.14:06:28
@ilya-fedin:matrix.org𝙼𝚛. 𝙱𝚘𝚠𝚕𝚎𝚛 𝚠𝙷𝚊𝚝
In reply to @k900:0upti.me
@𝙼𝚛. 𝙱𝚘𝚠𝚕𝚎𝚛 𝚠𝙷𝚊𝚝 so do you think we can get upstream GTK fixed to not do this

Do you mean make it look at XDG_DATA_DIRS or make it to look into index.theme?

As per https://gitlab.gnome.org/GNOME/gtk/-/issues/5388 discusison it seems they have no interest in either but getting the former should be easy (basically call get_cursor_theme recursively with default as theme name, with strcmp(name, "default") conidtion). The latter requires implementing theme merging in gtk as it basically lacks it, they extracted only very minimalistic part from wayland-cursor they need.

14:10:25
@ilya-fedin:matrix.org𝙼𝚛. 𝙱𝚘𝚠𝚕𝚎𝚛 𝚠𝙷𝚊𝚝
In reply to @k900:0upti.me
@𝙼𝚛. 𝙱𝚘𝚠𝚕𝚎𝚛 𝚠𝙷𝚊𝚝 so do you think we can get upstream GTK fixed to not do this
*

Do you mean make it look at XDG_DATA_DIRS or make it to look into index.theme?

As per https://gitlab.gnome.org/GNOME/gtk/-/issues/5388 discusison it seems they have no interest in either but getting the former should be easy (basically call get_cursor_theme recursively with default as theme name, with strcmp(name, "default") conidtion).

The latter requires implementing theme merging in gtk as it basically lacks it, they extracted only very minimalistic part from wayland-cursor they need.

14:10:34
@ilya-fedin:matrix.org𝙼𝚛. 𝙱𝚘𝚠𝚕𝚎𝚛 𝚠𝙷𝚊𝚝 *

Do you mean make it look at XDG_DATA_DIRS or make it to look into index.theme?

As per https://gitlab.gnome.org/GNOME/gtk/-/issues/5388 discusison it seems they have no interest in either but getting the former should be easy (basically call get_cursor_theme recursively with default as theme name, with strcmp(name, "default") conidtion).

The latter requires implementing cursor theme merging in gtk as it basically lacks it, they extracted only very minimalistic part from wayland-cursor they need.

14:10:46
@ilya-fedin:matrix.org𝙼𝚛. 𝙱𝚘𝚠𝚕𝚎𝚛 𝚠𝙷𝚊𝚝 *

Do you mean make it look at XDG_DATA_DIRS or make it to look into index.theme?

As per https://gitlab.gnome.org/GNOME/gtk/-/issues/5388 discusison it seems they have no interest in either but getting the former should be easy (basically call get_cursor_theme recursively with default as theme name, with strcmp(name, "default") conidtion).

The latter requires implementing cursor theme merging in gtk as it basically lacks it, they extracted only very minimalistic part they need from wayland-cursor.

14:11:07
@ilya-fedin:matrix.org𝙼𝚛. 𝙱𝚘𝚠𝚕𝚎𝚛 𝚠𝙷𝚊𝚝 *

Do you mean make it look at XDG_DATA_DIRS or make it to look into index.theme?

As per https://gitlab.gnome.org/GNOME/gtk/-/issues/5388 discusison it seems they have no interest in either but getting the former should be easy (basically call get_cursor_theme recursively with default as theme name before the last wl_cursor_theme_create fallback, with strcmp(name, "default") conidtion).

The latter requires implementing cursor theme merging in gtk as it basically lacks it, they extracted only very minimalistic part they need from wayland-cursor.

14:12:10
@ilya-fedin:matrix.org𝙼𝚛. 𝙱𝚘𝚠𝚕𝚎𝚛 𝚠𝙷𝚊𝚝 *

Do you mean make it look at XDG_DATA_DIRS or make it to look into index.theme?

As per https://gitlab.gnome.org/GNOME/gtk/-/issues/5388 discusison it seems they have no interest in either but getting the former should be easy (basically call get_cursor_theme recursively with default as theme name before the last wl_cursor_theme_create fallback, with strcmp(name, "default") condtion).

The latter requires implementing cursor theme merging in gtk as it basically lacks it, they extracted only very minimalistic part they need from wayland-cursor.

14:12:29

Show newer messages


Back to Room ListRoom Version: 9