On 02/14/18 11:52, James wrote: > On 02/13/2018 10:43 PM, Ed Greshko wrote: >> xdg-openhttp://fedoraproject.org > > no error(s) and it opens the url > OK.... Could you bring up T-bird. Then find out the PID of /usr/lib64/thunderbird/thunderbird process. Then in a terminal session do strace -p <PID#> -o somefile And then click on a link. Then ctrl-C the strace command to quit it. Then examine what is in the "somefile" to see if you can find anything of interest or upload it so it can be checked. Also, it seems from my testing, that T-bird gets the information as to what launch from your .config/mimeapps.list. Can you post yours? The relevant portion from my strace shows.... openat(AT_FDCWD, "/home/egreshko/.config/kde-mimeapps.list", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/egreshko/.config/mimeapps.list", O_RDONLY) = 79 fstat(79, {st_mode=S_IFREG|0664, st_size=828, ...}) = 0 read(79, "[Added Associations]\napplication"..., 4096) = 828 read(79, "", 4096) = 0 close(79) = 0 openat(AT_FDCWD, "/usr/share/applications/google-chrome.desktop", O_RDONLY) = 79 fstat(79, {st_mode=S_IFREG|0644, st_size=8392, ...}) = 0 -- A motto of mine is: When in doubt, try it out
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx