The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
4k views

How can I run Firefox on Linux headlessly (i.e. without requiring libgtk-x11-2.0.so.0)?

I’ve got Dreamhost shared hosting, and I’m trying to run Firefox 3.0 on it headlessly for use with Selenium. When I try to run it (~/local/bin/firefox/firefox), I get the following error message: ...
5
votes
1answer
444 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 ...
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 ...
3
votes
1answer
253 views

How to launch a GTK program centered on the screen?

I'm trying to launch xcalc from the command line, in my embedded Unix, and I would like it to start centered on the screen, is there a way? By the way, I'm using WindowMaker, if it makes any ...
2
votes
2answers
305 views

Dead (compose) keys not working in GTK apps since upgrade

I'm running Kubuntu with KDE as my main desktop environment. A while ago I set up dead keys so I can type Chinese pinyin and other accented letters and special characters. As a side note, I use IBUS ...
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?