doktor5000,
I suspected something like what you say in your first paragraph, but did not know the reasons or the detail as given; but reason for the query.
The versioned folder simply came from carrying out instructions from the Seamokey project. Google'd it to understand the references. You are correct.
The Linux version of SM-2.46 on their download page at
http://www.seamonkey-project.org/releases/ would not install as per instructions at that time. I had to go to the Contributed builds lower down on that page, where you will find the instructions. You have to create the seamonkey2 directory, cp the tar file there, then untar. This will create seamonkey2/seamonkey and complete. I took it the "2" to be required a lá Windows, still know too little Linux. I'd be happy to "install" under /home since it would make sense for backups and repairs as goes individual /home partitions.
The requested results;
- Code: Select all
[canzir@localhost ~]$ xdg-settings get default-web-browser
custom-WebBrowser.desktop
[canzir@localhost ~]$ xdg-settings get default-url-scheme-handler http
[canzir@localhost ~]$ xdg-settings get default-url-scheme-handler https
[canzir@localhost ~]$ xdg-mime query default x-scheme-handler/http
firefox.desktop
[canzir@localhost ~]$ xdg-mime query default x-scheme-handler/https
firefox.desktop
[canzir@localhost ~]$ for i in application/x-extension-html application/x-extension-shtml application/x-extension-xhtml application/xhtml+xml text/html; do xdg-mime query default $i; done
bluefish.desktop
bluefish.desktop
[canzir@localhost ~]$
Both the 2nd and 3rd command above caused the same error;

- httpsUrlError.png (23.87 KiB) Viewed 13463 times
[EDIT.
Intermittently, after four days, IN ALL CASES trying all the recommended tips in the given links THE ABOVE ERROR is the RESULT.
END EDIT]
I think this is where the error lies. From both answers above I get the same advice as concerns FF/TB Prefs > Applications. Doesn't work. In this scenario, SM is not the parent process. You will find the equivalent in SM here;

- HelperApps.png (52.43 KiB) Viewed 13463 times
Did as gohlip said = No go.
Google Earth nowhere to be seen there. Special case solutions do not work. SM is the parent process in the scenario where it updates, refer dok's second post on this, rightly so. The problem does not lie in SM being unable to use a default app to print PDF's. It lies in the link inside the PDF being unable to activate Seamonkey. /home for installs makes all the more sense as I go. This is a single user laptop with a /home partition for backups and fails.
Tried to set the default browser like this;
- Code: Select all
browser="Seamonkey-2.46.desktop"
xdg-settings set default-web-browser $browser
xdg-settings set default-url-scheme-handler http $browser
xdg-settings set default-url-scheme-handler https $browser
xdg-mime default $browser x-scheme-handler/http
xdg-mime default $browser x-scheme-handler/https
xdg-mime default $browser x-scheme-handler/about
for i in application/x-extension-html application/x-extension-shtml application/x-extension-xhtml application/xhtml+xml text/html; do
xdg-mime default $browser $i
Done
(Last command omitted since I'd like to use bluefish).
Result the same as default-url-scheme-handler for xfce absent.
From;
https://wiki.archlinux.org/index.php/De ... plicationsI see this;
Non-default application
If the desktop entry is associated with the MIME type, it may simply not be set as the default. Edit mimeapps.list to set the default association.
Following code on that site gives;
User
- Code: Select all
[canzir@localhost ~]$ cat ~/.local/share/applications/mimeapps.list
[Default Applications]
application/pdf=FoxitReader.desktop
application/ppdf=FoxitReader.desktop
application/octet-stream=FoxitReader.desktop
[canzir@localhost ~]$
[canzir@localhost ~]$ cat .config/mimeapps.list
[Added Associations]
x-scheme-handler/http=exo-web-browser.desktop;
x-scheme-handler/https=exo-web-browser.desktop;
x-scheme-handler/mailto=exo-mail-reader.desktop
application/pdf=atril.desktop;FoxitReader.desktop;
application/x-font-ttf=bluefish.desktop;
application/x-executable=rpmdrake.desktop;
application/octet-stream=eio.desktop;
application/winhlp=mousepad.desktop;bluefish.desktop;userapp-EIOffice.bin-FF0DVY.desktop;
[Default Applications]
application/pdf=FoxitReader.desktop
application/x-font-ttf=bluefish.desktop
text/html=userapp-SeaMonkey-Q4MZSY.desktop
application/x-extension-htm=userapp-SeaMonkey-Q4MZSY.desktop
application/x-extension-html=userapp-SeaMonkey-Q4MZSY.desktop
application/xhtml+xml=userapp-SeaMonkey-Q4MZSY.desktop
application/x-extension-xhtml=userapp-SeaMonkey-Q4MZSY.desktop
message/rfc822=userapp-SeaMonkey-Q4MZSY.desktop
application/x-extension-eml=userapp-SeaMonkey-Q4MZSY.desktop
x-scheme-handler/http=userapp-SeaMonkey-Q4MZSY.desktop
x-scheme-handler/https=userapp-SeaMonkey-Q4MZSY.desktop
x-scheme-handler/mailto=userapp-SeaMonkey-Q4MZSY.desktop
application/x-executable=rpmdrake.desktop
application/octet-stream=eio.desktop
application/winhlp=userapp-EIOffice.bin-FF0DVY.desktop
[canzir@localhost ~]$
And
Root
- Code: Select all
[canzir@localhost ~]$ su -
Password:
[root@localhost ~]# cat ~/.local/share/applications/mimeapps.list
[Default Applications]
x-scheme-handler/http=Seamonkey-2.46.desktop
x-scheme-handler/https=Seamonkey-2.46.desktop
x-scheme-handler/about=Seamonkey-2.46.desktop
application/x-extension-html=Seamonkey-2.46.desktop
application/x-extension-shtml=Seamonkey-2.46.desktop
application/x-extension-xhtml=Seamonkey-2.46.desktop
application/xhtml+xml=Seamonkey-2.46.desktop
text/html=Seamonkey-2.46.desktop
[root@localhost ~]#
[root@localhost ~]# cat ~/.config/mimeapps.list
[Default Applications]
text/html=userapp-SeaMonkey-GZIZSY.desktop
application/x-extension-htm=userapp-SeaMonkey-GZIZSY.desktop
application/x-extension-html=userapp-SeaMonkey-GZIZSY.desktop
application/xhtml+xml=userapp-SeaMonkey-GZIZSY.desktop
application/x-extension-xhtml=userapp-SeaMonkey-GZIZSY.desktop
message/rfc822=userapp-SeaMonkey-GZIZSY.desktop
application/x-extension-eml=userapp-SeaMonkey-GZIZSY.desktop
application/rss+xml=userapp-SeaMonkey-GZIZSY.desktop
application/x-extension-rss=userapp-SeaMonkey-GZIZSY.desktop
x-scheme-handler/http=userapp-SeaMonkey-GZIZSY.desktop
x-scheme-handler/https=userapp-SeaMonkey-GZIZSY.desktop
x-scheme-handler/mailto=userapp-SeaMonkey-GZIZSY.desktop
x-scheme-handler/news=userapp-SeaMonkey-GZIZSY.desktop
x-scheme-handler/snews=userapp-SeaMonkey-GZIZSY.desktop
x-scheme-handler/feed=userapp-SeaMonkey-GZIZSY.desktop
[Added Associations]
[root@localhost ~]#
Tried to install xfce Metapackage from MCC but always get this result, even other packages like this;

- Metapackages.png (41.35 KiB) Viewed 13463 times
This is an interim answer,but I keep looking. Have to go deeper into the url-scheme-handler.