2
votes
0answers
31 views

How can I make window borders transparent in Gnome?

I want to create a GTK+ 3.0 theme (for Gnome 3.6+) that features transparent window borders. Is this possible? If so, how can I do it?
4
votes
1answer
72 views

Will GNOME and GTK libs bloat up my KDE?

I want to use Shutter. I installed it previously under Kubuntu and it needed a lot of libs. What bothered me most was that Kubuntu wanted me to restart, that is rare for OS's nowadays and in general ...
3
votes
0answers
48 views

Theme looks different depending on location in FS?

I am noticing an annoying effect when copying GTK themes and I am unable to explain it. Copying a theme from /usr/share/themes to ~/.local/share/themes results in a new theme that looks different than ...
2
votes
0answers
29 views

Gnome: Make system text copyable

Here I use "system text" to refer to the text displayed in the GTK widgets (labels, menus, dialogs etc.) I would like to be able to highlight and copy any system text. I am using a locale with a ...
1
vote
0answers
17 views

GTK::Socket and Gtk::Plug unexpected behaviour under Gnome and FVWM2

The following code works fine if run within FVWM2. But if you change desktop to Gnome, then the embedded window is destroyed instead of being embedded. Why is that? What am I missing?... The code ...
1
vote
0answers
187 views

Clicking on Gtk apps menu bar kills mouse

I'm using the following configuration: Ubuntu 11.10 x64 Awesome Window Manager v3.4.10 Gnome 3.2 ...and I got the following problem: Every time I click on the empty space in a menubar or ...
1
vote
1answer
464 views

Terminal resizes itself

I've recently installed Linux Mint 12 ("Lisa", i.e. not the KDE or Debian version) on a Zotac Mini-PC (Which has an AMD Video card. I'm not using the proprietary drivers as they don't work very ...
1
vote
1answer
136 views

Unable to build pygobject with jhbuild

I was trying to build gtk+ and pygobject with jhbuild (on ubuntu 11.04), but it gives the following error while building gnome-doc-utils : checking whether /opt/tarball-gnome2/bin/python version ...
3
votes
2answers
2k views

Gtk theme won't apply in Fluxbox

I installed my Arch Linux with Gnome 3 and Fluxbox on top of it, and I use Fluxbox as the default, but I have this weird problem that I can't manage to fix. I set my theme for Fluxbox and that is ...
2
votes
2answers
1k views

What is this .gtkrc file?

I was going through Tim Pope's dotfiles and I happened to notice that he had a .gtkrc file. What does this configuration file do? And how can I make one of those?
1
vote
0answers
92 views

GNOME / GTK app installed from source runs with default theme

I've installed a GNOME / GTK application from source (GitG 0.2.5 in Linux Mint 11) - after resolving all the dependencies, I successfully ran the application. The dependencies were also installed ...
1
vote
0answers
70 views

White listing directories for GTK

Back in 2007 there was some work done to allow system admins to lock down GTK+ and Nautilus. File dialogs can only view white-listed directories. This won't create permission problems for programs, ...
4
votes
1answer
569 views

indistinguishable active tab in gnome terminal

I am running Gnome 2.30.2 and Gnome Terminal 3.0.1 on my Debian Sid and recently the active tab became almost indistinguishable from other tabs. It is actually the same colour. Changing the themes ...
7
votes
2answers
2k views

Set gtk-application-prefer-dark-theme as a user setting

Is there a way to set gtk-application-prefer-dark-theme for an application? This is normally set in the code by the application. Apps such as Eye of Gnome and Totem turn it on. I want to, as a user ...
3
votes
1answer
372 views

How to get the icon for a MIME type?

How to get the icon for a MIME type? I don't want to use g_file_info_get_icon() because its input parameter is a file, not a MIME type. My use case: I have a wrapper file which embeds a media ...
5
votes
1answer
445 views

How do I execute a program in gnome and make it use another gtk theme other than the default one?

I use a dark theme and the program that I am trying to run hard-codes some color values that make it unusable with the dark theme settings. I want to run this program without the dark theme being ...