https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #10 from caulier.gil...@gmail.com ---
Wolfgang,

Looking in QDesktopService source code from Qt, the way to open a web browser
(in case to open handbook for ex), is done through this method :

https://github.com/openwebos/qt/blob/master/src/gui/util/qdesktopservices_x11.cpp#L95

typically, the code search 2 environment variable set with your account :

DEFAULT_BROWSER
BROWSER

On my computer this is set like this : declare -x BROWSER="/bin/www-browser"

which open firefox.

Please open a console and run 'export' on command line. this will return all
environment variable with your account. Look if one of both value is defined.

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to