Discussion:
setting default program for mailto handler
(too old to reply)
Marco Moock
2024-09-13 22:22:19 UTC
Permalink
Hello!

What is the proper way to set default programs for mailto: and similar
handlers in Slackware?
--
kind regards
Marco
Thomas Zajic
2024-09-14 07:51:52 UTC
Permalink
Post by Marco Moock
What is the proper way to set default programs for mailto: and similar
handlers in Slackware?
Either use your DE's "Select Default Applications" mechanism (in XFCE it's
Applications => Settings => Default Applications, in GNOME it's Settings =>
Apps => Default Apps, dunno about KDE), or use xdg-mime & xdg-settings
(both from the xdg-utils package) on the CLI.

HTH
Thomas
--
=-------------------------------------------------------------------------=
- Thomas "ZlatkO" Zajic <***@gmx.at> Linux-6.6 & slrn-1.0.3a -
- "In layman's terms: speedy thing goes in, speedy thing comes out." -
=-------------------------------------------------------------------------=
Marco Moock
2024-09-18 05:45:22 UTC
Permalink
Post by Thomas Zajic
Post by Marco Moock
What is the proper way to set default programs for mailto: and
similar handlers in Slackware?
Either use your DE's "Select Default Applications" mechanism (in XFCE
it's Applications => Settings => Default Applications, in GNOME it's
Settings => Apps => Default Apps, dunno about KDE), or use xdg-mime &
xdg-settings (both from the xdg-utils package) on the CLI.
Thanks!

m[~]$ xdg-mime query default 'x-scheme-handler/mailto'
userapp-SeaMonkey-CRL0Q2.desktop
m[~]$ xdg-mime default claws-mail.desktop 'x-scheme-handler/mailto'
m[~]$ xdg-mime query default 'x-scheme-handler/mailto'
claws-mail.desktop
m[~]$
noel
2024-09-15 08:57:53 UTC
Permalink
Post by Marco Moock
Hello!
What is the proper way to set default programs for mailto: and similar
handlers in Slackware?
KDE (taskbar button) -> system settings -> default applications -> Email
client
Alexander Grotewohl
2024-09-17 04:01:10 UTC
Permalink
Post by Marco Moock
Hello!
What is the proper way to set default programs for mailto: and similar
handlers in Slackware?
For completeness I guess, in Firefox, turn on the File menu, click File,
then "Email link..." and that should pick up the web handlers that might
bypass the OS ones..
Marco Moock
2024-09-18 05:47:12 UTC
Permalink
Post by Alexander Grotewohl
Post by Marco Moock
Hello!
What is the proper way to set default programs for mailto: and
similar handlers in Slackware?
For completeness I guess, in Firefox, turn on the File menu, click
File, then "Email link..." and that should pick up the web handlers
that might bypass the OS ones..
I don't use FF. Although, Pale Moon also includes that feature and it
uses the program set by xdg.

Loading...