-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URI handler opens links and pictures in MS Word #296
Comments
i simply use |
Control panel was first thing I looked at, nothing too extraordinary there. The handler for The registry keys |
sorry missed ur reply. is this still an issue? i can probably just carve out an exception for win32 to pass off urls to shellexecute or whatever which should fix it |
@ouwou Ye, it does still open pictures and URLs in Word. But alas, I'm not as active on Discord anymore, so if you don't want to mess with rare edge-case exceptions, you can skip it) |
Basically any link when clicked in Abaddon is opened via MS Word. Other apps on my PC don't fail to launch default browser, Chrome in my case.
Setup: Windows 7 (version 6.1, 7601), MS Office 2010, Abaddon 0.2.1 via Scoop.
Where does it get MIME/protocol handlers list on Windows machines? I don't see the
share/mime/
in the installation directory, so is it different from XDG mime spec? Can I populate it myself somehow?The only other GTK-based app I have is GSmartControl v1.1.4, which has a home webpage link in the "about" section. It correctly opens Chrome.
The text was updated successfully, but these errors were encountered: