=== yofel_ is now known as yofel | ||
=== bdrung_ is now known as bdrung | ||
fta | chrisccoulson, the http:// link bug in evo is back. weird | 20:00 |
---|---|---|
chrisccoulson | fta - that doesn't surprise me, i'm not sure why it worked in the first place ;) | 20:00 |
chrisccoulson | it should be completely broken at the moment because of the glib change | 20:01 |
fta | *sigh* | 20:23 |
chrisccoulson | fta - you can fix it by adding x-scheme-handler/http and x-scheme-handler/https to the Mimetype entry in the desktop file for chromium | 21:14 |
chrisccoulson | and then running update-desktop-database | 21:14 |
chrisccoulson | (if you've not done that already) | 21:15 |
chrisccoulson | i shall be doing the same for firefox in the next upload | 21:15 |
chrisccoulson | (and tbird) | 21:15 |
chrisccoulson | i guess we'll need to update desktop-file-utils this week to add the default handlers | 21:18 |
fta | chrisccoulson, is it a fix or a temporary workaround? | 21:36 |
chrisccoulson | fta - that's the fix (to add the x-scheme-handler types to the desktop file) | 21:37 |
fta | chrisccoulson, hmm, so to fix evo, i need to tweak chromium?? weird | 21:38 |
chrisccoulson | fta - yeah. all applications which ship desktop files are responsible for indicating to the system which types they handle | 21:39 |
chrisccoulson | this has always been the case for content types, but protocol's were previously handled via a different mechanism | 21:39 |
chrisccoulson | (which has now been removed) | 21:39 |
chrisccoulson | the problem is there are no applications on your system that are registered to handle http:// URI's, which is why evo fails to open the links in your browser | 21:40 |
chrisccoulson | previously, it just looked up the handler in gconf | 21:40 |
fta | ok, i see | 21:40 |
chrisccoulson | this also breaks the default browser check :/ | 21:41 |
fta | so i must add those 2 handlers in MimeType? | 21:41 |
chrisccoulson | yeah, that will fix it | 21:41 |
chrisccoulson | if you're manually editing the desktop file installed on your system, you'll need to run update-desktop-database too | 21:42 |
chrisccoulson | but that normally happens automatically on package installs | 21:42 |
fta | i hope it won't hurt backports | 21:42 |
chrisccoulson | it's fine, it will be ignored there | 21:42 |
fta | committed | 21:45 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!