Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92391 - Enable KDE styles in Opera www browser
Summary: Enable KDE styles in Opera www browser
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-12 09:10 UTC by Łukasz Mierzwa
Modified: 2005-05-14 07:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Łukasz Mierzwa 2005-05-12 09:10:06 UTC
Opera can be run with -style $stylename parameter, this tells Opera to use kde's style so it looks like other kde apps (well it mostly affect menus becouse opera uses skins on buttons and other gui elements), under x86 this makes opera much better looking and costs us nothing. I used this script to run opera:

#!/bin/bash
QTSTYLE=$(cat ~/.qt/qtrc | grep style=)
STYLE=${QTSTYLE:6}
opera -style $STYLE

and it worked without problems, I'm currently running amd64 gentoo so I have no 32bit styles which I could use with opera but You can add this to wrapper that runs opera binary for people under x86.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2005-05-14 07:37:42 UTC
thx, added to opera-8.00.ebuild