jhbuild fails on fedora 15

2011-07-09 Thread Paul Neulinger
Hello, I have tried to build the gnome-shell following the instructions on https://live.gnome.org/GnomeShell#building. I could fix some of the errors but after a while it got boring. Is it supposed to work? I use 2.6.38.8-32.fc15.x86_64 with gnome-shell 3.0.2 and wanted to start writing a pa

Extension Thunderbird Integration

2012-01-20 Thread Paul Neulinger
Hey, I have developed an extension for a better integration of Thunderbird some time ago: https://github.com/tanwald/gnome-shell-extension-thunderbird-integration This extension uses the GNOME Shell notifications system to inform the user about new mail. It consists of two extensions. A Thun

Re: Extension Thunderbird Integration

2012-01-20 Thread Paul Neulinger
On 01/20/2012 03:07 PM, Florian Müllner wrote: On vie, 2012-01-20 at 14:15 +0100, Paul Neulinger wrote: This extension uses the GNOME Shell notifications system to inform the user about new mail. It consists of two extensions. A Thunderbird extension which sends DBus-signals and the GNOME Shell

Re: gnome-shell Build proccess

2012-02-20 Thread Paul Neulinger
Hey, I'm also facing troubles each time I try to build GNOME Shell and I would be very happy if this would work seamlessly one day. I also work with Fedora 16 and one think I always do is to run the following command: sed -ri 's/gpk-install-package-name/sudo yum install liboauth-devel rarian

How to access WindowClones on secondary monitor?

2014-07-27 Thread Paul Neulinger
Hi, I'm searching for a way to get all WindowClones/Overlays from the secondary monitor. In my setup 2 monitors are connected. In the sources there is this snippet: --- for (let i = 0; i < monitors.length; i++) { if (this._workspacesOnlyOnPrimary && i != this._primaryIndex) view =

Implementation of keyboard navigation

2014-08-20 Thread Paul Neulinger
Hello, I have realized that recent Gnome Shell versions provide rudimentary keyboard navigation for the selection of window clones in overview mode. I could not find the lines where this is implemented. I want to disable/adopt it because it interferes with my extension, which also implements that

Why _delayedWindowRepositioning?

2015-01-22 Thread Paul Neulinger
Hi, why is repositioning of windows delayed, when a window-actor is under the pointer? In my extension you can select, close and move windows with your keyboard. So if it happens that one window is under the pointer, the windows don't get repositioned. Is this maybe some orphaned code from tim

Tweener extension hooks

2015-01-22 Thread Paul Neulinger
Hi, for extension development it would often be convenient, if there were extension hooks for the onAnimationStart and onAnimationComplete callbacks... Otherwise you have to use inexact magic numbers... Best, Paul ___ gnome-shell-list mailing list gn

Re: Why _delayedWindowRepositioning?

2015-01-22 Thread Paul Neulinger
ter) return GLib.SOURCE_CONTINUE; } I don't see any use case for that... which doesn't mean that there isn't any. On Thu, 2015-01-22 at 22:07 +0100, Florian Müllner wrote: > On Thu, Jan 22, 2015 at 9:29 PM, Paul Neulinger > wrote: > > why is reposition

Re: Why _delayedWindowRepositioning?

2015-01-22 Thread Paul Neulinger
ndition is met. On Thu, 2015-01-22 at 22:52 +0100, Florian Müllner wrote: > On Thu, Jan 22, 2015 at 10:45 PM, Paul Neulinger > wrote: > > Ok, thanks. Waiting for pointer movement or for the pointer leaving the > > workspace makes sense. But to check if a window is under the p