Re: notifications (window hints)

2010-12-02 Thread Rui Tiago Cação Matos
On 2 December 2010 01:51, William Jon McCann william.jon.mcc...@gmail.com wrote: Because we retain and redisplay those notifications.  The design states (though this isn't yet implemented - help needed) that we should display the message tray when you haven't been using the computer for an

Re: missing workflows with gnome-shell

2011-02-04 Thread Rui Tiago Cação Matos
On 4 February 2011 08:49, Sankar P psan...@gnome.org wrote: Vertical workspace navigation: Currently all workspaces are in only one row. I want a fixed 3x3 number of workspaces. I keep my terminal in the centermost workspace where I spend most of the time. I keep browser, IRC, email client ,

Re: missing workflows with gnome-shell

2011-02-04 Thread Rui Tiago Cação Matos
2011/2/4 Rui Tiago Cação Matos tiagoma...@gmail.com: That's by design I believe. Workspaces in the shell are going to be created and removed on demand and the layout is going to be linear IIUC. But most of that work is still on branch[1]. [1] http://git.gnome.org/browse/gnome-shell/log/?h

Re: Two proposals for Gnome-shell

2011-03-10 Thread Rui Tiago Cação Matos
On 10 March 2011 11:15, Marcel li...@nightsoul.org wrote: Am 10.03.2011 07:45, schrieb Florian Müllner: On Wed, 2011-03-09 at 22:20 -0500, Jesse Hutton wrote: There should be a default for switch_group in GNOME Shell Alt+KeyAboveTab (e.g. Alt-` for US keyboard layout) This there a way to

Re: UI Changes

2011-03-25 Thread Rui Tiago Cação Matos
On 25 March 2011 16:49, Robert Park rbp...@exolucere.ca wrote: I like how in OSX you can grab the dead space within a toolbar and drag the window from there. I always thought that was a nice touch, especially for apps like iTunes that don't have much of a titlebar. If Gnome is truly moving

Re: 3rd party application integration guidelines - how to be a good shell citizen?

2011-04-24 Thread Rui Tiago Cação Matos
On 24 April 2011 23:39, Holger Berndt bern...@gmx.de wrote: Switching to another application is not exactly what I had in mind to get rid of the application. I still have the old application window around, I see it partially occluded behind non-maximized windows, I have it cluttering the

Re: The good, the bad, the insane

2011-05-25 Thread Rui Tiago Cação Matos
On 26 May 2011 01:22, Robert Park rbp...@exolucere.ca wrote: For those complaining about the removal of the power down option, do your laptops lack physical power buttons? I have been running Gnome Shell for months, and I just tap the power button, then the shell asks me if I want to reboot

Re: Changing how I work in Gnome 3

2011-06-12 Thread Rui Tiago Cação Matos
On 13 June 2011 02:08, Andrew Douglas Pitonyak and...@pitonyak.org wrote: Although I think when you have a specific workflow and know exactly what window you need to switch to next. Maybe assigning a number to those windows, thenAlt+Tab, then press the number to switch to a certain window,

Re: Detecting need for fallback

2011-07-06 Thread Rui Tiago Cação Matos
On 6 July 2011 17:18, G. Michael Carter mi...@carterfamily.ca wrote: How does gnome shell detect it's not compatible on a system and fallback is needed?   Or is it a case of just waiting for gnome-shell to crash? The reason I ask, I've built a livecd (PXE booted actually) that is text based

Re: Alt+F2 doesn't find scripts in ~/bin

2011-08-30 Thread Rui Tiago Cação Matos
On 30 August 2011 04:34, Ralph Hofmann hofmann2...@arcor.de wrote: @gnome-shell developers: I think there should be a way to setup the PATH for alt+F2. It works for me. You can check the $PATH that gnome-shell sees with $ strings /proc/`pidof gnome-shell`/environ | grep PATH If what you want

Re: Gnome 3.2 freezes, then goes 100% CPU

2011-12-05 Thread Rui Tiago Cação Matos
On 5 December 2011 13:25, thieba...@artenum.com wrote: I just unplugged the external monitor attached to my laptop and the problem seems to be gone (to be confirmed with time). Should I use nvidia proprietary driver rather than the open source one? Yeah, this sometimes happens with nouveau,

Re: Clipboard and primary selection

2012-02-09 Thread Rui Tiago Cação Matos
On 9 February 2012 15:07, Stefano Ciancio s.cian...@gmail.com wrote: is it possible to get primary selection in an extension? Not yet, see https://bugzilla.gnome.org/show_bug.cgi?id=645019. Rui ___ gnome-shell-list mailing list

Re: gdk.window set_decorations works in python not javascript bindings (v3.0)

2012-05-06 Thread Rui Tiago Cação Matos
On 6 May 2012 15:17, Amy C mathematical.cof...@gmail.com wrote: When I execute this code from the GNOME interactive gjs interpreter (looking glass), when I execute `curwin.set_decorations(0)` the window in question closes itself. For example, if the current window is a terminal and it has a

Re: About render speed

2012-05-20 Thread Rui Tiago Cação Matos
On 20 May 2012 15:59, Weng Xuetian wen...@gmail.com wrote: I'm implementing an extension that may need to update a window very frequenctly, say maybe 10 times per second. (Please don't ask about reducing the frequency, this is based on an very rapid user input and it need to be updated in time

Re: LOG: IBus version is too old

2012-10-03 Thread Rui Tiago Cação Matos
On 3 October 2012 04:44, Zhuo.M mengzhuo1...@gmail.com wrote: but Log still says: JS LOG: IBus version is too old You need an IBus checkout after https://github.com/ibus/ibus/commit/a78a254715fb410d4c2f7fd274894e51d74bc9bb . Unfortunately, upstream hasn't done an official release yet. There

Re: g-s 3.6.2: notification tray disappeared

2013-02-11 Thread Rui Tiago Cação Matos
Hey Pedro, On 11 February 2013 18:44, Pedro Francisco pedrogfranci...@gmail.com wrote: I'm currently in a state where $ notify-send test does not show anything. I have no extensions installed. Pressing Windows key shows no notification tray. Pressing Windows+M does nothing. I can access

Re: Get current key modifiers

2013-03-29 Thread Rui Tiago Cação Matos
On 29 March 2013 19:47, Vadim va...@dbfin.com wrote: It seems as an easy question, but cannot find the answer: how do you get in Gjs (writing an extension) all the currently pressed/set key modifiers (such as Ctrl, Shift keys and/or Caps-Lock etc.)? I know how you get this in an event, but

Re: Input method options

2013-05-03 Thread Rui Tiago Cação Matos
On 3 May 2013 17:16, Bastien Durel bast...@geekwu.org wrote: The configuration panel for this option seems to have disappeared from the keyboard configuration panel. Which configuration panel is this? I don't remember this setting ever being exposed anywhere in the UI. How to recover it, or

Re: Input method options

2013-05-04 Thread Rui Tiago Cação Matos
On 3 May 2013 19:25, Bastien Durel bast...@durel.org wrote: Why do you need the cedilla IM module? To write proper french with my US keyboard ;) Ok, and I suppose you are using the English (US) layout? I suggest you use one of the English (international AltGr dead keys) or English (US,

Re: Input method options

2013-05-06 Thread Rui Tiago Cação Matos
On 4 May 2013 22:16, Bastien Durel bast...@durel.org wrote: Is there no option to recover the old, used-to-be, behavior ? The one I used for years ? You can force a particular gtk+ IM module by setting the GTK_IM_MODULE environment variable. Rui ___

Re: .cache/gdm/session.log is empty

2013-06-17 Thread Rui Tiago Cação Matos
On 17 June 2013 12:30, Pedro Francisco pedrogfranci...@gmail.com wrote: My screensaver got in semi-unlocked state again and I have nothing in session.log . Does anyone have any pointers to where shell debug goes now? In F19? It's all in the journal. Try journalctl -b _UID=`id -u` Rui

Re: screen unlocking issues -- gnome 3.8

2013-06-23 Thread Rui Tiago Cação Matos
Hey there, On 19 June 2013 22:50, Pedro Francisco pedrogfranci...@gmail.com wrote: I got the screen lock partially unlocked today again, requiring killall -HUP gnome-shell to login. What is a partially unlocked screen? Can you describe this with more detail? Rui

Re: How to use gdk_display_get_default () ? (Mutter related doubt)

2014-01-09 Thread Rui Tiago Cação Matos
On 9 January 2014 15:20, Parin Porecha parinpore...@gmail.com wrote: But, when I write this code in a blank file - Display *display = GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()); printf(Name of display is = %s\n, gdk_display_get_name(gdk_display_get_default ())); and run it, I get

Re: Question about locking down access to settings in gnome-shell...

2015-09-01 Thread Rui Tiago Cação Matos
On Tue, Sep 1, 2015 at 3:55 PM, Sean wrote: > I am working on locking down various user settings using dconf locks and > applying the config using puppet templates. I'm managing a bunch of > multi-user gnome desktops on Scientific Linux 7.1 with gnome-shell > 3.8.4-45.el7

Re: gsettings org.gnome.desktop.input-sources current alternative

2017-03-27 Thread Rui Tiago Cação Matos
On Sun, Mar 26, 2017 at 3:34 PM, Zan Zellor wrote: > gsettings org.gnome.desktop.input-sources current 1 > > but it doesn't do anything. > > Looking through its description using dconf-editor, I see it says that the > key is deprecated. Is there any alternative for the current