[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:41482] Re: gnome-font-properties with KDE users
- From: Yuya Nishihara <yuya@xxxxxxxx>
- Subject: [debian-users:41482] Re: gnome-font-properties with KDE users
- Date: Fri, 24 Sep 2004 16:53:38 +0900
- Content-disposition: inline
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-users@debian.or.jp
- X-spam-level:
- X-spam-status: No, hits=-1.2 required=10.0 tests=IN_REP_TO,ISO2022JP_BODY,ISO2022JP_CHARSET,RCVD_IN_ORBS, RCVD_IN_OSIRUSOFT_COM,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_KMAIL,X_OSIRU_OPEN_RELAY version=2.44
- References: <84sm9d9hei.wl%web@xxxxxxxxxxx>
- Message-id: <200409241654.55383.yuya@xxxxxxxx>
- X-mail-count: 41482
- User-agent: KMail/1.6.2
西原といいます。
> KDE をメインに使用してますが、
> gtk なアプリのフォントを変更するのに
> sid 環境、です。
GTK2 であれば, gtk2-engines-gtk-qt というがあります。QT でレンダリング
するので, KDE のアプリケーションと見た目がほぼ同じになります。
http://packages.debian.org/unstable/kde/gtk2-engines-gtk-qt
$HOME/.gtkrc-2.0 に, 以下の行を書かないといけないかもしれません。
----
include "/usr/share/themes/Qt/gtk-2.0/gtkrc"
----
設定は, 「KDE コントロールセンター」-「外観 & テーマ」-「GTK styles and fonts」
です。
ご参考になれば。