You are not logged in.

#1 2010-10-29 13:30:48

akurei
Member
From: Bochum, NRW, Germany
Registered: 2009-05-25
Posts: 152
Website

[Fixed] Opening https links in kmail does not behave properly in firef

Hope this will be helpful for somebody.

I recently had the problem that if I clicked on a link in kmail like https://evasys.uv.ruhr-uni-bochum.de/ev … _tan=ABCDE, instead of opening that link in firefox, it opened file:///var/tmp/kdecache-akurei/krun/17917.0.indexstud.php in firefox like this:
bildschirm.jpg

There were some proposed fixes for this [1][2][3] (e.g.: adding %u to firefox, or using -new-tab, or setting "html" file association in systemsettings to firefox %u), neither of them did work.

What worked was patching kdelibs 4.5.2-2 as described here [4] and here [5] with this patch [6].

Howto:

mkdir -p /tmp/workhere
cd /tmp/workhere
yaourt -G kdelibs // or download it manually
cd kdelibs
makepkg -o
wget http://pastebin.com/download.php?i=upB6GRnb -O krun.patch
patch -p0 < krun.patch
makepkg -efi
echo "Done"

[1] http://www.realgeek.com/forums/kmail-op … 60464.html
[2] http://forum.kde.org/viewtopic.php?f=20&t=65970
[3] http://ubuntuforums.org/showthread.php?t=68637
[4] http://bugs.kde.org/253294
[5] http://websvn.kde.org/?revision=1183317&view=revision
[6] https://gist.github.com/90d344cdd30426c10838

Last edited by akurei (2010-10-29 13:37:10)

Offline

Board footer

Powered by FluxBB