| 27 Aug 2024 |
aloisw | Seems that sddm is built in qt6Packages, but layer-shell-qt only in plasma. | 17:50:20 |
K900 | Yeah forgot to commit one bit | 17:50:25 |
K900 | Try now | 17:50:29 |
aloisw | Confirmed it's using xdg-shell right now btw (well at least it's the only library with shell in the same it has loaded). | 17:51:09 |
| 28 Aug 2024 |
aktaboot | wouldn't it make sense to have kdePackages.qtbase come in with plasma by default ?
| 19:49:52 |
aktaboot | actually I say this because xdg-mime from xdg-utils script calls qtpaths from qtbase if on KDE | 19:56:01 |
K900 | It's wrong anyway, it should be calling uhhh idk something else | 23:21:57 |
K900 | Which is also wrong it should just not exist tbh | 23:22:10 |
| 29 Aug 2024 |
| moved to @amadaluzia:tchncs.de joined the room. | 05:49:31 |
aktaboot | In reply to @k900:0upti.me Which is also wrong it should just not exist tbh xdg-mime ? | 14:14:13 |
K900 | xdg-utils in general tbh | 14:14:23 |
aktaboot | In reply to @k900:0upti.me Which is also wrong it should just not exist tbh * | 14:14:32 |
| 30 Aug 2024 |
| moved to @amadaluzia:tchncs.de changed their display name from Artur Manuel (old email was lost, migrating) to (lambda (u) (format nil "~A lost their email!" u)) "Artur Manuel". | 03:53:12 |
| 1 Sep 2024 |
| Khalil Santana left the room. | 12:48:58 |
| Khalil Santana joined the room. | 12:49:50 |
| 4 Sep 2024 |
| pheoxy changed their display name from pheoxy to Pheoxy [AWST/UTC+8]. | 17:33:30 |
| outfoxxed joined the room. | 20:01:17 |
| @mat:allpurposem.at joined the room. | 20:05:15 |
@mat:allpurposem.at | I'm having trouble setting the mouse cursor in SDDM. I have this theme config:
services.displayManager.sddm = {
# use qt5 sddm for theme compat
package = pkgs.libsForQt5.sddm;
theme = "catppuccin-sddm-corners";
settings = {
Theme = {
CursorTheme = cursor;
CursorSize = 24;
};
};
};
Where cursor is Bibata-Modern-Classic, and I have pkgs.bibata-cursors installed. How can I make this available to SDDM? | 21:06:21 |
@mat:allpurposem.at | Nice, figured it out as I asked. pkgs.bibata-cursors needs to be specifically in environment.systemPackages, having it set as the cursor via Stylix is not enough. | 21:08:20 |
@mat:allpurposem.at | I am, however, unsure how to set my user "face" picture. I found this but I am not sure how to use it/what it does. | 21:18:08 |
@mat:allpurposem.at | * I am, however, unsure how to set my user "face" picture. I found this but I am not sure how to use it/what it does, and I think it's for GNOME (does that make a difference?) | 21:18:20 |
K900 | In reply to @mat:allpurposem.at I am, however, unsure how to set my user "face" picture. I found this but I am not sure how to use it/what it does, and I think it's for GNOME (does that make a difference?) You need to have it at ~/.face | 22:58:21 |
outfoxxed | K900: just went and looked at the cache paths and we have an issue with just getting the paths of the qml files we're working with. All we have is qrc paths and there doesn't seem to be a way to get the binary a resource is part of to find its path. | 23:17:28 |
| 5 Sep 2024 |
outfoxxed | QCoreApplication::applicationFilePath would be good enough except there isn't really a way to determine if the resource is from the application or a library it pulled in. That could be an issue in kde especially. | 00:36:46 |
outfoxxed | I'll make a compromise and have it re-cache qml files in shared libraries used across applications. Better than a false positive match. | 00:37:38 |
outfoxxed | I was going to test the patch with some kde applications and hit something interesting | 03:43:16 |
outfoxxed |  Download image.png | 03:43:27 |
outfoxxed | why does kirigami not use qmlcachegen | 03:43:28 |
outfoxxed | its going directly to file paths, not even trying for an AOT cache | 03:43:52 |