Open Jayden295 opened 2 months ago
Can't repro the error, seems like something specific to your config. Can you share it?
Here are my dotfiles: https://codeberg.org/Ash882/NixOS_dotfiles
It seems that adding kdePackages.qtbase to my packages fixes it.
What's the output of realpath $(which xdg-mime)
?
~ $ realpath $(which xdg-mime)
/nix/store/i1gp2kxzmpc5pl66023gmn0nax9b5jby-xdg-utils-1.2.1/bin/xdg-mime
Same, installing kdePackages.qtbase
fixes it for me.
Describe the bug
When I try to set a default application using xdg-mime I get:
Steps To Reproduce
Steps to reproduce the behavior:
xdg-mime default desktopentry thing
)Expected behavior
I expected it to set the URL scheme to appflowy
Additional context
I also tried it with different apps (
xdg-mime default io.github.zen_browser.zen.desktop text/html
) and it still doesn't work.It seems to still set the application in .config/mimeapps.list though.
Notify maintainers
@edolstra
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.