Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 174851 Details for
Bug 250504
x11-themes/gtk-chtheme patch to work with qgtkstyle
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch that makes gtk-chtheme add 'gtk-theme-name = NAME' in gtkrc-2.0
gtk-chtheme-qgtkstyle.patch (text/plain), 404 bytes, created by
Alex Alexander (RETIRED)
on 2008-12-10 11:51:24 UTC
(
hide
)
Description:
patch that makes gtk-chtheme add 'gtk-theme-name = NAME' in gtkrc-2.0
Filename:
MIME Type:
Creator:
Alex Alexander (RETIRED)
Created:
2008-12-10 11:51:24 UTC
Size:
404 bytes
patch
obsolete
>--- main.c.orig 2004-02-09 06:33:28.000000000 +0200 >+++ main.c 2008-12-10 12:47:42.000000000 +0200 >@@ -97,6 +97,7 @@ > fprintf(gtkrc_fh, "gtk-font-name=\"%s\"\n\n", font); > } > >+ fprintf(gtkrc_fh, "gtk-theme-name = \"%s\"\n\n", themename); > fprintf(gtkrc_fh, "include \"%s/.gtkrc.mine\"\n\n", getenv("HOME")); > fprintf(gtkrc_fh, "# -- THEME AUTO-WRITTEN DO NOT EDIT\n"); > fclose(gtkrc_fh);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250504
: 174851 |
174853