!rGlCMuXgAhgEpdvJUz:nixos.org

NixOS KDE

136 Members
45 Servers

Load older messages


SenderMessageTime
29 Aug 2024
@aktaboot:tchncs.deaktaboot
In reply to @k900:0upti.me
Which is also wrong it should just not exist tbh
xdg-mime ?
14:14:13
@k900:0upti.meK900xdg-utils in general tbh14:14:23
@aktaboot:tchncs.deaktaboot
In reply to @k900:0upti.me
Which is also wrong it should just not exist tbh
*
14:14:32
30 Aug 2024
@artur:glasgow.social(artur 'manuel) 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:ksantana.netKhalil Santana left the room.12:48:58
@khalil:ksantana.netKhalil Santana joined the room.12:49:50
4 Sep 2024
@pheoxy:matrix.orgPheoxy [AWST/UTC+8] changed their display name from pheoxy to Pheoxy [AWST/UTC+8].17:33:30
@outfoxxed:outfoxxed.meoutfoxxed joined the room.20:01:17
@mat:allpurposem.at@mat:allpurposem.at joined the room.20:05:15
@mat:allpurposem.at@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@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@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@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:0upti.meK900
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:outfoxxed.meoutfoxxed 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:outfoxxed.meoutfoxxedQCoreApplication::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:outfoxxed.meoutfoxxedI'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:outfoxxed.meoutfoxxedI was going to test the patch with some kde applications and hit something interesting03:43:16
@outfoxxed:outfoxxed.meoutfoxxedimage.png
Download image.png
03:43:27
@outfoxxed:outfoxxed.meoutfoxxedwhy does kirigami not use qmlcachegen03:43:28
@outfoxxed:outfoxxed.meoutfoxxedits going directly to file paths, not even trying for an AOT cache03:43:52
@outfoxxed:outfoxxed.meoutfoxxedone of them even managed to not be a url03:44:55
@outfoxxed:outfoxxed.meoutfoxxedimage.png
Download image.png
03:44:56
@outfoxxed:outfoxxed.meoutfoxxedit looks like elisa does, but kirigami doesn't03:46:56
@k900:0upti.meK900
In reply to@outfoxxed:outfoxxed.me
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.
Yeah, you might need to dig in QResource guts
06:51:24
@k900:0upti.meK900To actually get that06:51:31
@outfoxxed:outfoxxed.meoutfoxxed
In reply to @k900:0upti.me
To actually get that
I think its solved reasonably well by using the application path, since applications have individual qml caches
07:01:15
@outfoxxed:outfoxxed.meoutfoxxedthats whats here at least https://github.com/NixOS/nixpkgs/pull/33970607:01:27
@k900:0upti.meK900Yeah probably07:01:47
@k900:0upti.meK900Also need to figure out how to clear out old caches07:01:53

Show newer messages


Back to Room ListRoom Version: 9