Questions about the GTK+ graphical user interface toolkit. The Gnome desktop uses GTK+.

learn more… | top users | synonyms

-1
votes
0answers
15 views

Dynamic Content GTK(Glade) NoteBook [closed]

I'm currently developing a small application in Python with the use of GTK+ (and Glade). Everything has been fairly simple to integrate so far, until I came up with the idea to add tabs instead of ...
0
votes
1answer
26 views

Error while compiling a GTK application on ubuntu 13.04 - missing headers

I am developing a GTK application using the ECLIPSE IDE. I am unable to build the application cause when I include file from gtk/gtk-2.0/gtk.h then it gives me a error that `gdk/gdk.h` no such file ...
2
votes
1answer
32 views

How to get a list of installed programmes with python?

I'd like to make a programme, which would allow a user to choose, which application to run. I understand, it is possible to just run a command, which user specifies, but it would be much nicer, if it ...
0
votes
1answer
27 views

Programs look ugly with ClearLooks-Phenix theme, how to fix?

Some programs on Firefox seem to become unthemed when I use ClearLooks-Phenix on Ubuntu 13.04. This didn't happen on 12.04, and it seemed to be triggered by some update. What could have caused it?
0
votes
1answer
41 views

lxappearance changes not sticking

Just installed 13.04, in xmonad, want to change my gtk theme. Run lxappearance, click on ambiance, everything changes in lxapperance, it all looks good. Hit apply. No change to any other app. Close ...
0
votes
0answers
29 views

Unable to detect the current GTK+ theme

I've recently downloaded the app from Copy.com (a Dropbox clone). When I run it on Ubuntu 12.10 from the terminal, I get the following message/warning: Expanded string ~/.copy /home/USERNAME/.copy ...
0
votes
0answers
159 views

Customizing ubuntu studio 13.04

I have recently switched from original ubuntu 12.10 to ubuntu studio 13.04. After some research I found out I could install compiz to this as well. I have to go to the terminal and run compiz ...
0
votes
1answer
52 views

Oxygen-gtk theme on ubuntu 12.04

I tried to use the oxygen-gtk theme on ubuntu 12.04, but it didn't work properly, only the menus. The windows looked like win95/98 :D I know that the best way to use that is to use Kubuntu, but I ...
0
votes
1answer
40 views

Difference between “Gtk+ theme” and “Current theme” entries in Gnome Tweak Tool

As you can see below, Adwaita is selected both as the Gtk+ theme, and the Current theme. What is the difference? Also, some themes are available as "current" and others as Gtk+ ones. Also, why do ...
0
votes
1answer
29 views

Glade GUI in Python 2.7 crashes

I created a simple program using a glade .xml file and it, whenever I run the program, it crashes! Here's the Python code: #!/usr/bin/env python import pygtk pygtk.require("2.0") import gtk class ...
0
votes
0answers
41 views

XFCE GTK themes not working at all

I cannot use any GTK themes at all in Xubuntu 13.04. It worked up until I tried to (unsuccessfully) setup 3 monitors. EDIT: I ran gtk-window-decorator --replace and got Window manager warning: ...
-1
votes
0answers
25 views

Unable To Get Result From LINUX GTK C Program Please Help [closed]

I'm Using Ubuntu12.10 OS and GTK3.0 Code: #include<stdio.h> #include<stdlib.h> #include<gtk/gtk.h> void enter_callback( GtkWidget *widget,GtkWidget *entry ) { const gchar ...
0
votes
1answer
79 views

Cannot install GTK+3.6.4

When trying to run the ./configure for gtk+-3.6.4 I get the following: Requested 'glib-2.0 >= 2.35.3' but version of GLib is 2.34.0 Requested 'atk >= 2.7.5' but version of Atk is 2.4.0 ...
-1
votes
0answers
16 views

Altering Save As dialog with only X running [closed]

I am altering the WebConverger Kiosk build (based on debian) to fit my needs. One of which is to allow users to save and open files via Firefox, for example to attach a file to an email or download a ...
1
vote
1answer
66 views

I cannot open any GUI application after do 'apt-get remove gnome*' - what can I do?

Every time I run UI applications like firefox or chrome or qtoctave etc I get these GTK warning: (firefox:27271): Gtk-CRITICAL **: IA__gtk_settings_set_long_property: assertion `GTK_SETTINGS ...
1
vote
1answer
44 views

13.04 Python gi._glib no attribute GError

I have a Python application that ran without problem on 12.10, but on upgrading to 13.04 the application fails with the following error : except gi._glib.GError, e: AttributeError: 'module' object ...
0
votes
0answers
47 views

(acroread:6846): Gtk-WARNING “pixmap”

I have texmaker v.3.4-1 insalled on Linuxmint 14 (Ubuntu). The following link addresses my problem but I already tried the suggested fix, to no avail: Issues with Quickly: tk-WARNING **: Unable to ...
8
votes
2answers
230 views

How do I reduce the size of the menu bar?

I am trying to make a slim-looking radiance theme. I dont want to switch to linuxmint for slim interfaces, and I like the unity interface more. I have been able to reduce padding from almost all ...
0
votes
0answers
24 views

How to drag multiple icons in gtk.IconView?

There is: gtk.IconView.set_selection_mode(gtk.SELECTION_MULTIPLE) as well as: gtk.IconView.set_reorderable(True) yet while it's possible to select multiple icons, it does not seem to be possible ...
1
vote
0answers
11 views

Editing the GtkNotebok's Default Popup Menu

I'd like to know if it's possible to append a menu item to the popup menu that appears by default on right-clicking a GtkNotebook's tab page. Thanks.
0
votes
1answer
67 views

ComboBoxText in Glade / GTK+3 / Python - disappears when displayed 2nd time

I'm trying to implement a drop down list in an Ubuntu app using Glade (GTK+3) and Python. I can get the ComboBoxText to display, populated with strings. However when I close the window it is contained ...
5
votes
2answers
380 views

Why is canonical choosing QT over GTK for Unity's next generation?

So much has been written that I'm kinf of confused, but if I'm not mistaken Canonical is building the next generation of Unity for mobile devices with Qt, and in the near future the desktop will also ...
3
votes
1answer
52 views

How to automatically expand location with File Open dialog? [duplicate]

Background By default, the "File Open" dialog resembles: Problem More often than not, my first interaction with this dialog is to click the pencil icon to reveal the path. I then paste the path ...
1
vote
1answer
71 views

How to start Gummi (GTK+ based application) maximized?

Is there something I could add to the Exec line ìn gummi.desktop which would do the trick? [Desktop Entry] Version=1.0 Name=Gummi GenericName=LaTeX Editor Comment=Simple LaTeX Editor Exec=gummi %F ...
10
votes
3answers
213 views

What is the recommended widget toolkit for Ubuntu desktop?

As I understand it, Qt - C++ and QML - or HTML5 are recommended for writing Ubuntu for Phones applications. Also, correct me if I'm wrong, but Python is the preferred language for Ubuntu Desktop. ...
0
votes
1answer
98 views

Firefox Gtk-CRITICAL error

I am using Ubuntu 12.10 and I usually start firefox by the command line and after an upgrade I noticed that I am getting these errors. I don't see many posts about them from others, so I have very ...
0
votes
1answer
87 views

How can I make yEd look more integrated into Ubuntu?

yEd is a powerful graph editor that is coded in Java and supports a variety of platforms, including Ubuntu. However, by default it looks quite alien to the Ubuntu desktop as it doesn't appear to use a ...
2
votes
0answers
148 views

QML/Qt Development path verses “Quickly” and Gtk

It seems like recently the path Ubuntu is moving towards is to have code developed with QML and Qt, and that appears to sync with their move to be able to target tablets, phones, TV devices and the ...
1
vote
1answer
50 views

Need help with GTK# and mono

In my quest for platform-independence, I built a simple hello-world app on my windows machine using monodevelop 4.0 and gtk# 2.12. When I try to run it on my Ubuntu 12.04 LTS, I get the below runtime ...
1
vote
1answer
27 views

How can I bind Gio.Settings of TextBuffer or TextView?

I'm trying to bind a TextView to the key "text" by TextBuffer. I get the text, but this property is not recorded. widget = self.builder.get_object('textbuffer_text') settings.bind("text", widget, ...
0
votes
1answer
67 views

Is there a GTK-Theme preview application?

is there an Application which lets me preview all the Theme-Widgets at once? Like in the old Ubuntu-tweak there was some sort of Preview of all Theme-button/slider/progressbar-layouts. But nowadays ...
0
votes
0answers
19 views

how to restore proper X clipboard behaviour (shift+insert) in 12.10?

Start with ubuntu 12.10, i can't select something in the terminal, move to another window and press shift+insert anymore. Is this a new configuration that is being rolled out? or a regression bug?
0
votes
0answers
30 views

Scrollbar events in GTK+

I am developing an SWT application. In that I am trying to listen the mouse events on scrollbars like page up,page down,arrow up,arrow down and dragging thumb. But a bug was filed in SWT(See here ...
0
votes
0answers
46 views

Unresolved dependencies while installing GTK, chromium

I am new to linux, and have been trying to install few packages to use opencv. While trying to install gtk, I faced the following error, from synaptic package manager libgtk-3-dev: Depends: ...
1
vote
0answers
191 views

Libre Office presentation background with dark GTK theme

I'm using a dark GTK theme. For some reason Libre Office Writer has a white background (like I want), but Impress does not. I do remember I had a white background in Impress as well some installations ...
0
votes
0answers
32 views

I could not configure i8086emu eventhough GTK3+ is already installed

checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal-1.4... missing ...
0
votes
0answers
22 views

Linux apps for Ubuntu mobile? [duplicate]

Will Ubuntu for mobile devices (esp. notepads) eventually run conventional Linux apps (e.g. with GTK GUI)?
0
votes
0answers
27 views

Disable desktop and let a custom gtk+ app runs in fullscreen

I'm working on customizing ubuntu for an organization i wrote a gtk+ application for. I want it such that after login in a specific user - the only application that runs is the gtk+ application. just ...
0
votes
1answer
190 views

KDE app theming using sudo in Unity

When I run Kontact as another user using gksudo, gksu, or kdesudo, the theming is all messed up: When I run Thunderbird as another user, it works fine! I'm running Ubuntu 12.10 using the Unity ...
0
votes
0answers
375 views

How can I change GTK3 themes from XFCE or Openbox?

Running Ubuntu 12.10, the problem I'm having is that when running XFCE or Openbox as my desktop I cannot seem to switch the gtk theme away from the default Ambiance. I've tried gtk-theme-switch, ...
6
votes
2answers
138 views

Create a Gtk Window insensitive to Show Desktop and Won't show in Launcher

I want to make a Gtk.Window which is pinned to the Desktop and acts like a desktop widget. I've found that I can do this by setting self.set_type_hint(Gdk.WindowTypeHint.DESKTOP) which keeps it below ...
2
votes
0answers
97 views

Kubuntu with splotchy fonts in gtk apps

In Kubuntu I occasionally get splotchy fonts in gtk applications. Splotchy-ness can range from slightly annoying to completely unreadable. As far as I can tell, the problem only occurs in gtk apps. ...
0
votes
0answers
130 views

Eclipse 3.7.2 sluggish on Ubuntu 12.10

Since my upgrade to Ubuntu 12.10, Eclipse 3.7.2 is sluggish and has rendering issues (javascript and code completion popups aren't cleaned correctly from the screen). Eclipse also started to leak ...
6
votes
1answer
311 views

Make firefox only use GTK theme on browser chrome, but ignore on websites

I have a dark GTK theme, I don't want firefox to ignore it all together, I only want the theme to effect Firefox's chrome (the buttons, address bar, bookmarks bar, etc., etc.), but I want the theme to ...
2
votes
1answer
259 views

No Unity/compiz after boot - GTK problem?

ASUS Zenbook Prime, Ubuntu 12.10 using double boot with Windows 7. While working in Ubuntu, suddenly file icons didn't display properly anymore (all icons where the same white page) and desktop ...
2
votes
0answers
37 views

Can't get iconify() and deiconify() to work properly

I'm writing app for Ubuntu with C++ and Gtkmm. In my app i use libappindicator to show icon with simple menu in notification area. Icon and menu works ok, i can minimize window to panel (using ...
2
votes
2answers
122 views

How to add buttons in Glade and resize

Trying to create the framework for a calculator. I add the window I add the vbox using 2 boxes. 1 for the display, the other for the buttons When I add 1 button it fills the entire panel and I can't ...
1
vote
1answer
4k views

How can I install themes to Ubuntu 12.10?

I am a little confused with the gtk stuff. I heard Ubuntu 12.10 already has gtk3.6.0. I am trying to install a theme that says it requires gtk 3.6.0. So when I click download, it doesn't download, ...
0
votes
0answers
60 views

Setting font for app using gtk 1.2.10

I have an old application that is compiled with gtk and glib version 1.2.10. I cannot change this. I've been running it on Ubuntu 12.04.2 LTS for a few months now without any real issues. The other ...
6
votes
2answers
814 views

what is KDE, GTK, GTK+, QT, and/or GNOME? [duplicate]

Possible Duplicate: What different desktop environments and shells are available? I'm new to Ubuntu (and linux in general). Some times when looking at programs in the Ubuntu Software ...

1 2 3 4 5 9