Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Default Applications Help

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
User avatar
Verequies
Posts: 13
Joined: 2016-07-05 02:46

Default Applications Help

#1 Post by Verequies »

Hey Guys,

Having some trouble setting the default application for html files. When running KiCad and opening the help documentation, it will open it in MonoDevelop even if I've set the default application for .html.
I have managed to get it to open in my default browser by creating the following and saving it to '~/.local/share/mime/packages/user-extension-html.xml':

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
 <mime-type type="application/x-extension-html">
  <comment>html document</comment>
  <glob pattern="*.html"/>
 </mime-type>
</mime-info>
however it still opens a MonoDevelop window.
If anyone can help it would be greatly appreciated.

Thanks,
Hamish

arzgi
Posts: 1197
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 32 times

Re: Default Applications Help

#2 Post by arzgi »

I assume you open your html files in X. I'm using xfce, and it has it's own default applications. Used KDE years ago, hardly remember anything, but I would say it had the same arrangement.

Post Reply