NixOS KDE | 217 Members | |
| 59 Servers |
| Sender | Message | Time |
|---|---|---|
| 28 Sep 2024 | ||
| Hello, 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/MyConfig | 18:46:53 | |
| That setting is just a noop | 18:48:52 | |
| If ppd doesn't support your hardware | 18:48:58 | |
You can check powerprofilesctl to see if it actually does | 18:49:08 | |
|
| 18:55:07 | |
| * looks like it supports, output of
| 18:55:26 | |
| * looks like it supports, output of
| 18:55:33 | |
| Then you're probably looking at a Plasma 6.1 bug that is fixed in 6.2 | 19:15:42 | |
| 22:14:34 | ||
| 29 Sep 2024 | ||
| @πΌπ. π±ππ πππ π π·ππ so do you think we can get upstream GTK fixed to not do this | 09:17:28 | |
| 14:06:28 | ||
In reply to @k900:0upti.me 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 | 14:10:25 | |
In reply to @k900:0upti.me* 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 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 | |
| * 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 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 | |
| * 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 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 | |
| * 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 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 | |
| * 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 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 | |
In reply to @ilya-fedin:matrix.orgAmazing | 14:17:51 | |
| Maybe we can just get some of the GNOME people to deal with this | 14:19:09 | |
| Because I can't | 14:19:17 | |
| gtk4 also uses custom built-in fallback cursor than gtk3. As gtk3 uses wayland-cursor, it provides the last fallback which it apparently took from xcursor, given that it has lots of functions with the same name as in libxcursor and those cursors are the same as X11 applications have in this situation (that tiny cursor I uploaded in screenshot). gtk4, it seems, didn't copy that code from wayland-cursor, it has its own builtin fallback pixmap. It seems to be the default (left_ptr) cursor from Adwaita. It can properly scale it (or maybe almost, it's of the right size but looks blurry) which is avantage but wayland-cursor seem to have not only the default cursor but also the hand cursor at least which is disadvantage. Thus I had a trouble resizing gtk4 windows while testing it with GDK_DEBUG=portals. | 14:32:35 | |
| meh, I have a very big trouble connecting to matrix and Element doesn't seem to even have proxy setitngs π | 14:33:04 | |
In reply to @k900:0upti.meThat could be really easily be solved by symlinking... I honestly don't really undertstand what's the problem with runCommand given that e.g. fonts module uses it: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/config/fonts/fontdir.nix | 14:34:23 | |
In reply to @k900:0upti.me* That could be really easily solved by symlinking... I honestly don't really undertstand what's the problem with runCommand given that e.g. fonts module uses it: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/config/fonts/fontdir.nix | 14:36:08 | |
| * That could be really easily solved by symlinking... I honestly don't really understand what's the problem with runCommand given that e.g. fonts module uses it: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/config/fonts/fontdir.nix | 14:36:21 | |
In reply to @ilya-fedin:matrix.orgBut it won't be solved by symlinking | 14:54:05 | |
| If the path is hardcoded | 14:54:10 | |
In reply to @k900:0upti.methe path problem is of two lines patch at least | 15:05:06 | |
| 17:52:09 | |
| 30 Sep 2024 | ||
| https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/7766 https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/7767 | 09:30:03 | |