window icon resolution

2012-02-08 Thread Michael Cronenworth
When I call gdk_pixbuf_new_from_file() to set a window icon, the resulting image in the Gnome Shell ALT+TAB switcher is fuzzy and clearly low-resolution. The window icon is a 128x128 pixel 24-bit PNG file. When I have the file displayed in another viewer (eog) and ALT+TAB, the Gnome Shell

Re: window icon resolution

2012-02-08 Thread Tadej Borovšak
Hi. When I call gdk_pixbuf_new_from_file() to set a window icon, the resulting image in the Gnome Shell ALT+TAB switcher is fuzzy and clearly low-resolution. The window icon is a 128x128 pixel 24-bit PNG file. When I have the file displayed in another viewer (eog) and ALT+TAB, the Gnome

Re: window icon resolution

2012-02-08 Thread Michael Cronenworth
Tadej Borovšak on 02/08/2012 11:48 AM wrote: Not an expert, but my guess would be that gnome-shell loads images on it's own based on what is defined in your .desktop file when this file is available. Do you install this file for your app? My .desktop file references the same file (and same

Re: window icon resolution

2012-02-08 Thread Michael Cronenworth
Michael Cronenworth wrote: Based on your idea, I noticed other apps only reference the basename of their icon and place the file in /usr/share/icons/hicolor/foo/basename.png. I tried this same behavior and what do you know... Gnome Shell shows my hi-res window icon. Even though this method

Re: touch events

2012-02-08 Thread Peter Hutterer
On Tue, Feb 07, 2012 at 07:58:23PM +0100, Benjamin Otte wrote: So, here's few interesting things I learned in the last few days while talking to people about touch (mostly Peter Hutterer and Chase Douglas, more power to them for getting my X up and running with touch events). 1) There is a

Re: touch events

2012-02-08 Thread Peter Hutterer
On Tue, Feb 07, 2012 at 08:39:23PM +0100, Chase Douglas wrote: On 02/07/2012 07:58 PM, Benjamin Otte wrote: So, here's few interesting things I learned in the last few days while talking to people about touch (mostly Peter Hutterer and Chase Douglas, more power to them for getting my X up

Re: touch events

2012-02-08 Thread Simon Schampijer
On 02/03/2012 01:44 AM, Alberto Ruiz wrote: 2012/2/2 Benjamin Otteo...@gnome.org So from reading Matthias' mails it seems to me that this is the first step, so we should get this right first. We should have a good idea of where we want to go, but we don't need to merge the full multitouch

Re: touch events

2012-02-08 Thread Chase Douglas
On 02/08/2012 10:33 AM, Peter Hutterer wrote: On Tue, Feb 07, 2012 at 07:58:23PM +0100, Benjamin Otte wrote: 3) Drivers still do gesture recognition You all know and love this feature of the synaptics driver. 2 finger swipes cause scrolling, 3 finger taps cause a middle mouse click. And

gtktreeview.c

2012-02-08 Thread earlgrey
|Hello to all, Context: === |- I did set the gtk_tree_selection to SELECT_NONE for a treeview instance, but after that the GtkCellRenderers dont work at all. - I use Gtk+-2.0-2.20.1, but the incriminated code remains in gtk+-3.2 |Question: | |In function static

Re: gtktreeview.c

2012-02-08 Thread Kristian Rietveld
On Feb 8, 2012, at 10:05 PM, earlgrey wrote: -- ... if ((anchor !gtk_tree_path_compare (anchor, path)) || !_gtk_tree_view_column_has_editable_cell (column)) ...

Re: gtktreeview.c

2012-02-08 Thread earlgrey
Unfortunately, when I set the GtkTreeSelection to SELECTION_SINGLE, clicking my GtkCellRendererCombo does not select the row anymore... ...But I found logical that SELECTION_NONE should allow CellRenderers to edit. On 02/08/2012 10:05 PM, earlgrey wrote: |Hello to all, Context: === |- I

Re: gtktreeview.c

2012-02-08 Thread earlgrey
That could explain the strange behaviour of linux make gconfig. On 02/08/2012 10:24 PM, Kristian Rietveld wrote: On Feb 8, 2012, at 10:05 PM, earlgrey wrote: -- ... if ((anchor !gtk_tree_path_compare (anchor, path))

Re: touch events

2012-02-08 Thread Peter Hutterer
On Wed, Feb 08, 2012 at 08:26:43PM +0100, Simon Schampijer wrote: On 02/03/2012 01:44 AM, Alberto Ruiz wrote: 2012/2/2 Benjamin Otteo...@gnome.org So from reading Matthias' mails it seems to me that this is the first step, so we should get this right first. We should have a good idea of

Re: touch events

2012-02-08 Thread Jernej Simončič
On Thu, 9 Feb 2012 08:31:42 +1000, Peter Hutterer wrote: note that depending on how recent your laptop is, it may support multitouch. I've got a x220t and the touchpad in it works fine*. From what I can see, multitouch is pretty much a driver feature. At least on Windows if you install a

Re: touch events

2012-02-08 Thread Chase Douglas
On 02/09/2012 12:06 AM, Jernej Simončič wrote: On Thu, 9 Feb 2012 08:31:42 +1000, Peter Hutterer wrote: note that depending on how recent your laptop is, it may support multitouch. I've got a x220t and the touchpad in it works fine*. From what I can see, multitouch is pretty much a driver