Re: GNOME Shell crash after opening and closing laptop lid several times

2017-10-27 Thread Simon McVittie
Please report this crash as a gnome-shell bug on GNOME Bugzilla, and/or to your OS vendor, if there is not already a matching bug report. If you report it to both projects (or find matching bug reports in both already), please leave a link to each bug report in the other one. On Thu, 26 Oct 2017

Re: GNOME Shell and system extensions being part of a mode

2017-10-25 Thread Simon McVittie
On Wed, 25 Oct 2017 at 12:15:37 +0200, Didier Roche wrote: > I guess RHEL should a similar problem shipping gnome-classic by default, > made of system extensions, which can be equally overriden by user's update I think GNOME Classic mostly dodges this by its extensions being relatively tightly cou

Re: Recompiling libgnome-shell.so

2016-10-04 Thread Simon McVittie
On Mon, 2016-10-03 at 19:15 +0200, Bob Andrew wrote: > My original goal was to modify the appDisplay.js file to change > the number of columns of the application overview. I suppose that > rebuilding the whole gnome-shell package is a bit of an overshot for > that purpose, especially since it would

Re: Recompiling libgnome-shell.so

2016-10-03 Thread Simon McVittie
On Mon, 2016-10-03 at 15:15 +0200, Bob Andrew wrote: > I had been hoping glib-compile-resources could provide a shorter way > than going through the whole compiling process. Now I wonder what is > the interest of extracting resource files through gresource, except > maybe not having to download the

Re: Recompiling libgnome-shell.so

2016-10-03 Thread Simon McVittie
On Sat, 2016-10-01 at 11:15 +0200, Bob Andrew wrote: > However, these posts do not explain how to make the changes > permanent. > > I tried to recompile the libgnome-shell.so file using 'glib-compile- > resources resources.gresource.xml' but managed only to break gnome- > shell. What am i missing?

Re: Relationship of gnome-shell and mutter

2015-02-13 Thread Simon McVittie
On 13/02/15 04:29, Kevin Master wrote: * Should mutter also start to support gnome-shell working ? No. The /usr/bin/gnome-shell executable loads libmutter.so.0 as a shared library, just like /usr/bin/mutter does. You should not (and cannot) run the gnome-shell and mutter executables in the

Re: Need GDBus Service file for org.gnome.Shell

2013-06-20 Thread Simon McVittie
On 20/06/13 11:24, Bazon Bloch wrote: > I got the Error: > "GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name > org.gnome.Shell was not provided by any service files" That doesn't necessarily mean it *should* be provided by a .service file, just that something tried to communicate

Re: Gio.DBusProxy munging Signal callback arguments

2013-05-01 Thread Simon McVittie
On 01/05/13 05:22, Louis des Landes wrote: > I'm curious what the second argument actually is (although I don't > really need it for my purposes) The D-Bus "unique name" of the sender of the signal. If you don't need it, ignore it; it's occasionally useful (for instance if you're receiving signals

Re: Gio.DBusProxy munging Signal callback arguments

2013-04-30 Thread Simon McVittie
On 30/04/13 14:14, Louis des Landes wrote: > JS LOG: 5890,psyk...@hotmail.com, COLOR="#00">Message Received Here,14783,2 Is this maybe the printed form of a JavaScript list, so makeProxyWrapper.connectSignal() actually results in this call? _messageDisplayed(':1.51', [5890,

Re: How to launch empathy chat window

2012-12-25 Thread Simon McVittie
On 19/12/12 07:46, Stefano Ciancio wrote: > is possible to launch an empathy chat window from an extension in gnome 3.6? Yes, request a Telepathy text channel (and make Empathy be the preferred Handler, if you want). examples/client/python/ensure-channel.py in the telepathy-glib source tree is so

Re: [Telepathy] Telepathy/Empathy improvements for Gnome Shell

2010-11-15 Thread Simon McVittie
On Thu, 11 Nov 2010 at 22:15:30 +, Will Thompson wrote: > • Document that one handler can call HandleChannels() on another to > transfer the channel, and add helper API to TpBaseClient to make it > easy and do the Client.Handler.HandledChannels bookkeeping; The reason we haven't done this is t