You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, all (?) web-related mime-types are being triggered via your custom Netflix user-agent and URL. This means, e.g. clicking a web link from another app results instead in opening a Chromium window (or tab if it's already running) on Netflix.com rather than what the user intended.
I'm a Linux amateur, so I'm not even sure how to go about fixing this. As-is, it kind of cripples the functionality of a web browser when clicking links is broken. Help?
EDIT: Again, I'm a Linux amateur, so I don't know what populates what, i.e. whether changes to /usr/share/applications/mimeinfo.cache are read into /etc/mailcap or what, but another apparent symptom of this can be found in the former:
Specifically, the MimeType line. Lay user guess: since it's installed after Chromium, it's gobbling up all these MIME-types you list here. I don't think it's really necessary for this shortcut to be handling any MIME-types at all, since its use case is to launch it directly when wishing to view Netflix.
I've now rectified this issue on my end. I removed the MimeType line from my personal netflix-launcher.desktop and ran a sudo update-mime, which corrected my mailcap. I then ran a sudo update-desktop-database, which updated my mimeinfo.cache . Everything now seems to be behaving as desired.
The text was updated successfully, but these errors were encountered:
As you can see, all (?) web-related mime-types are being triggered via your custom Netflix user-agent and URL. This means, e.g. clicking a web link from another app results instead in opening a Chromium window (or tab if it's already running) on Netflix.com rather than what the user intended.
I'm a Linux amateur, so I'm not even sure how to go about fixing this. As-is, it kind of cripples the functionality of a web browser when clicking links is broken. Help?
EDIT: Again, I'm a Linux amateur, so I don't know what populates what, i.e. whether changes to
/usr/share/applications/mimeinfo.cache
are read into/etc/mailcap
or what, but another apparent symptom of this can be found in the former:EDIT2: I believe that the root of the issue might be in the
netflix-launcher.desktop
file that you include in your package.Specifically, the
MimeType
line. Lay user guess: since it's installed after Chromium, it's gobbling up all these MIME-types you list here. I don't think it's really necessary for this shortcut to be handling any MIME-types at all, since its use case is to launch it directly when wishing to view Netflix.I've now rectified this issue on my end. I removed the
MimeType
line from my personalnetflix-launcher.desktop
and ran asudo update-mime
, which corrected mymailcap
. I then ran asudo update-desktop-database
, which updated mymimeinfo.cache
. Everything now seems to be behaving as desired.The text was updated successfully, but these errors were encountered: