You are not logged in.
Hi.
Clicking "Browse Device" in kdeconnect indicator opens up Audacious.
Not using KDE, but Xfce.
Found a wrong config for inode/directory in
~/.config/mimeapps.listin which, indeed, it was associated with Audacious.
Fixed the config (no more audacious, except for audio files and audacious projects) but "Browse Device" keeps opening Audacious, even after restarting the session.
I've checked other deprecated config files, as
~/.local/share/applications/mimeapps.list, system-wide as
/etc/xdg/mimeapps.listbut found no other wrong audacious file associations.
Any clues on where else to look or how to get "Browse Device" opens a file manager?
Thanks!
Last edited by bolorino (2020-04-06 09:35:54)
Improve my english... Work in progress
Offline
And did you actually define inode/direcory properly while you were at it? If this isn't configured in any shape or form it will be pretty much random depending on which application last registered itself as a potential directory handler.
Check also the dbus bus: https://wiki.archlinux.org/index.php/De … plications
And the other mimeapps locations: https://wiki.archlinux.org/index.php/XD … eapps.list
Offline
And did you actually define inode/direcory properly while you were at it? If this isn't configured in any shape or form it will be pretty much random depending on which application last registered itself as a potential directory handler.
Check also the dbus bus: https://wiki.archlinux.org/index.php/De … plications
And the other mimeapps locations: https://wiki.archlinux.org/index.php/XD … eapps.list
Thanks. Yes, I did define inode/directory to open with thunar.
Will give a look to dbus.
Improve my english... Work in progress
Offline
Solved.
It seems that in
~/.config/mimeapps.list[/configthe inode/directory association missed a capital T for Thunderbird.
It was
inode/directory=thunar.desktopand should be
]inode/directory=Thunar.desktopImprove my english... Work in progress
Offline