| 22 Nov 2025 |
jlc | Ah true - when I look in there I've got:
text/plain=/home/jlc/.local/share/applications/codium-14.desktop;
[Default Applications]
text/plain=/home/jlc/.local/share/applications/codium-14.desktop;
x-scheme-handler/discord=vesktop.desktop
| 18:46:41 |
jlc | Okay - it looks like it gets correctly added to mimeapps.list (I checked by trying to add a .blend file, but that the filechooser can't then read this list even though it wrote to it. | 18:48:34 |
jlc | * Okay - it looks like it gets correctly added to mimeapps.list (I checked by trying to add a .blend file), but that the filechooser can't then read this list even though it wrote to it. | 18:48:44 |
jlc | * Okay - it looks like it entries get correctly added to mimeapps.list (I checked by trying to add a .blend file as a default assoc using dolphin), but that the filechooser can't then read this list even though it wrote to it. | 18:50:26 |
jlc | Hmm. reading this | 18:53:37 |
jlc | So much hassle for a file browser. Well, the KService Package doesn't seem to have been it. | 19:02:35 |
jlc | Mkay, I have found a solution:
thunar = {
enable = true;
plugins = with pkgs.xfce; [
thunar-volman
thunar-archive-plugin
];```
};
| 19:24:45 |