You are not logged in.

#1 2012-02-09 06:58:40

gnumdk
Member
Registered: 2009-10-15
Posts: 175

Firefox integration in KDE without kmozillahelper

Patching/building firefox for using kmozillahelper is a pain... (firefox-kde-opensuse)

Here some tips to make Firefox more kde friendly:

- Install kgtk from Aur

your PATH should honor /usr/local/bin/ first

$ ln -s /usr/bin/kgtk-wrapper /usr/local/bin/firefox

With this, firefox will now use Kde dialogs

- Fix dialog buttons order

Just create or edit .mozilla/firefox/something.default/chrome/userChrome.css and add this:
.dialog-button-box { -moz-box-direction: reverse; -moz-box-pack: right; }
.dialog-button-box spacer { display: none ! important; }

Offline

Board footer

Powered by FluxBB