Modification of the extensions wiki page

2011-04-26 Thread Thomas Bouffon
Hi, After a short discussion with Giovanni, I took the liberty of modifying the page http://live.gnome.org/GnomeShell/Extensions, to include per-extension documentation, and a few sexy screenshots. I'll fill the alternate-tab and auto-move-windows pages tomorrow. Cheers, Thomas

Any way to capture keyboard/mouse in an extension ?

2011-04-20 Thread Thomas Bouffon
Hi, There is a feature I really miss in gnome-shell for work : being able to make a window transparent : really nice to compare stuff. Setting the opacity of a window is rather simple, but binding a key/mouse combination is not. i tried the following : function change_opacity(actor,event) {

Extension manager

2011-04-05 Thread Thomas Bouffon
Hi all ! A few weeks ago, I started a little piece of python code that can only enable/disable extensions at the moment. It could really useful, eg to configure auto-move-windows. It is really dirty as I did not have the gsettings gobject introspection. After that was released the Gnome Tweak

Re: Extension manager

2011-04-05 Thread Thomas Bouffon
Le 5 avr. 2011 à 21:34, John Stowers john.stowers.li...@gmail.com a écrit : On Tue, 2011-04-05 at 17:33 +0200, Thomas Bouffon wrote: Hi all ! A few weeks ago, I started a little piece of python code that can only enable/disable extensions at the moment. It could really useful, eg

Re: Activity Bar Panel Provides Little Utility, Takes Up Space, And is Distracting

2011-03-01 Thread Thomas Bouffon
Hi Fair enough. But do we, or users, spend a significant portion of our desktop activity staring at the clock? Isn't the clock in many cases a distraction when we need to get work done? Actually Much less of a distraction/waste than having my name, a network status as I am on a static IP Lan

Re: missing workflows with gnome-shell

2011-02-23 Thread Thomas Bouffon
, Alessandro Crismani ha scritto: Il giorno lun, 07/02/2011 alle 10.21 +0100, Thomas Bouffon ha scritto: [...] I'm copy and pasting it here, it's not that long. It is a slightly modified version of your extension (renamed variables and minor edits, I rewrote it for learning

Re: missing workflows with gnome-shell

2011-02-23 Thread Thomas Bouffon
Okay, so now we have the same version and it works for both of us. But I don't know if the Main._checkWorkspaces overriding should be inside this extension or be another standalone extension on which this one would depend. I mean, this could be an alternative for the people who are not at ease

Re: missing workflows with gnome-shell

2011-02-23 Thread Thomas Bouffon
That seems to be a sweet option. I think that the auto workspace management is not a suit everybody solution. It seems slick for people not used to workspaces, however *I* think that people accustomed to them will have a hard time with the auto collection shiftness. I'm not sure it's a

Re: missing workflows with gnome-shell

2011-02-23 Thread Thomas Bouffon
It suits my workflow as well, so it was definitely welcome, and it makes sense in the context of the extension. Pushed to master, thanks a lot! Giovanni Hi Giovanni ! Thanks for both pushes ! What do you think of spliting the workspace management part of the extension ? Cheers, Thomas

impossible to clone from http

2011-02-21 Thread Thomas Bouffon
Hi, I'm behind a proxy and can't clone via git://. A few weeks ago, I managed to build gnome-shell, replacing the git repos by http. Today I tried to build everything again, but I cannot clone anything anymore : I get : $ bash gnome-shell-build-setup.sh Checking out jhbuild into

Re: missing workflows with gnome-shell

2011-02-21 Thread Thomas Bouffon
Hi ! Thanks for adding this extension in the repo ! Unfortunately, I cannot build gnome-shell anymore, and I removed the previous install. So I'm stuck on 2.31 at the moment. As for the settings, is there a standard gui for gsettings ? If not, would a small python dialog box do the trick ?

Re: missing workflows with gnome-shell

2011-02-21 Thread Thomas Bouffon
No. Basically any interesting settings will be in System Settings but I doubt there will be an extra panel for gnome-shell, it will just be integrated where useful. However, as of now, extensions are not seen as part of the default user-experience and as such won't be presented to ordanary

Re: missing workflows with gnome-shell

2011-02-07 Thread Thomas Bouffon
Hi Alessandro, Are you sure? I'm using it with an up to date Shell build, and if I open an app that has to go on the fourth workspace *from the terminal*, that workspace is created and the app moved there. Yes I am : if the extension has to create a workspace, gnome-shell crashes (I attached

Re: missing workflows with gnome-shell

2011-02-04 Thread Thomas Bouffon
is if it doesn't exist (think of it as a sort of devilspie). Yes, in fact you had posted a link to the extension some time back in November I believe. The link to the sample extension is: http://mail.gnome.org/archives/gnome-shell-list/2010-November/msg00036.html Compliments to Thomas Bouffon

Re: Ability to preview windows across all workspaces ?

2011-02-01 Thread Thomas Bouffon
On Mon, Jan 31, 2011 at 3:15 PM, Jasper St. Pierre jstpie...@mecheye.netwrote: Something like what's mentioned in http://jimmac.musichall.cz/log/?p=1126? Owen has been working on a workspace-thumbnails branch which adds something like that mockup, although I haven't tried it. Hi, More or

Difficulties hovering the mail-notification icon

2011-02-01 Thread Thomas Bouffon
Hi, Again a new thing I complain on : what a weener ! ;) I Like the notification system which is hidden at the bottom, but I think the right left animation is a bit too much : the vertical one already hides the notifications, and the horizontal one is a bit too sensitive : I like to read the

visual bell in mutter/gnome-shell ?

2011-01-21 Thread Thomas Bouffon
Hi, I would like to know if it is possible to have a support of the visual bell in gnome-shell, ideally with a notification such as a 'demands-attention signal'. I work on various machines/Oses so I cannot use zenity. i was thinking of using the visible bell, with perhaps an extension to cath it,

Old-style Alt+Tab

2011-01-11 Thread Thomas Bouffon
Hi all, I just wrote a gnome-shell extensions which replaces the Alt+tab Behavior by the former form (no grouping, windows just ordered by date) I know it might soundcounter-productive to code such an extension, but after two months of everyday use, I was just not able to get used to the AltTab it

Fwd: Old-style Alt+Tab

2011-01-11 Thread Thomas Bouffon
On Tue, Jan 11, 2011 at 3:20 PM, Adam Williamson awill...@redhat.comwrote: On Tue, 2011-01-11 at 14:56 +0100, Thomas Bouffon wrote: For 2.31 : tar.gz - http://tbouffon.free.fr/AlternateTab-2.31.tar.gz F14 rpm - http://tbouffon.free.fr/gnome-shell-alternatetab-1.0-1.fc14.i686.rpm

html rendering in gnome-shell

2010-12-20 Thread Thomas Bouffon
Hi, I'd like to display a simple table in a PopupMenuItem. I thought an easy way would be to prepare an html snippet and render it. Is there any way this can be done ? Thanks, Thomas ___ gnome-shell-list mailing list gnome-shell-list@gnome.org

Re: Writing an extension

2010-12-19 Thread Thomas Bouffon
Hi Alessandro ! Sorry I didn't answer to the last e-mail but i'm stuck on 2.31 display.connect('window-created',FindAndMove); I would like to ask if it is possible to perform an action ONLY on the new window that is opened, something like (this is a theoretical guess, hope you get the point):

Re: Writing an extension

2010-12-19 Thread Thomas Bouffon
Reply to myself : Last question, which of this list or javascript-list is better for technically discussing gnome-shell extensions ? The javascript agregates something like 5 e-mails/month. Better post to gnome-shell ___ gnome-shell-list mailing

Re: Unable to get windows list in an extension

2010-11-15 Thread Thomas Bouffon
Thanks for the help ! I managed to write an extension which places the new windows on the workspace I want, and creates the workspace if necessary. I connected display to 'window-created' because the other signals were emitted to early, and it's not called when the window is moved. The

Unable to get windows list in an extension

2010-11-05 Thread Thomas Bouffon
Hi, I'm trying to plpay with window postions in an extension. i wrote something simple : // Sample extension code, makes clicking on the panel show a message const St = imports.gi.St; const Mainloop = imports.mainloop; const Main = imports.ui.main; const Shell = imports.gi.Shell; // Put your

Re: Live preview for all windows in alt-tab display?

2010-10-29 Thread Thomas Bouffon
Hi, I completely agree with Allessandro I admit that I've been lost some times, mostly when I forget to put the two applications I'm switching back and forth on the same workspace. In this situation, I expect that Alt-Tab brings up the previous used application, while it brings up other

Re: Live preview for all windows in alt-tab display?

2010-10-29 Thread Thomas Bouffon
Yeah, there are a few weird results with Atl+Tab currently, disregarding the general argument of whether the concept of per-application grouping makes sense. Personally, I've reported one precise case where we fail: windows of the same application that are on the same workspace aren't easily

Re: Get the stdout of a sub process in an extension ?

2010-10-28 Thread Thomas Bouffon
Self-response as I found an answer : I used glib introspection and Glib.spawn_command_line_sync to start my process and get the result. On Wed, Oct 27, 2010 at 4:13 PM, Thomas Bouffon thomas.bouf...@gmail.comwrote: Hello, I'm writing an extension which gives me the time for the next bus