NetworkManager dependency on Gnome-Shell

2011-04-11 Thread G. Michael Carter
I decided to give up on my overview page speed issue and look at empathy.
Empathy wasn't connecting at all.  Kept reporting I had no network
connection.  Turns out if NetworkManager doesn't control the network -- ie
you've bridged your only network card so you can have virtual machines
connect direct to the network -- many network related activities don't
function, even with a network connection.

Then I needed an application and the overview page is now close to the
200-500 ms range.   Seems all of my speed issues are related to having the
network card bridged.   Even my rdesktop is running faster.

Does anyone have their network card bridge?  Is there something in
gnome-shell that might be causing this to happen?   Seems rather strange
just deactivating a network bridge would speed up graphics rendering.
___
gnome-shell-list mailing list
gnome-shell-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-shell-list


Re: Snap Windows to the side with hot keys

2011-04-11 Thread Robert Park
On Sat, Apr 9, 2011 at 8:56 AM, John Daily Jr. jadail...@gmail.com wrote:
 I've been using G3 for a while now and I'm loving it. Is there a way I
 can assign keyboard shortcuts to snap a window to the right or left?

I would also like such a feature, as it would be useful on a netbook
with a poor quality trackpad that makes dragging difficult.


-- 
http://exolucere.ca
___
gnome-shell-list mailing list
gnome-shell-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-shell-list


Re: NetworkManager dependency on Gnome-Shell

2011-04-11 Thread Sriram Ramkrishna
On Mon, Apr 11, 2011 at 9:16 AM, G. Michael Carter mi...@carterfamily.cawrote:

 I decided to give up on my overview page speed issue and look at empathy.
 Empathy wasn't connecting at all.  Kept reporting I had no network
 connection.  Turns out if NetworkManager doesn't control the network -- ie
 you've bridged your only network card so you can have virtual machines
 connect direct to the network -- many network related activities don't
 function, even with a network connection.


Yes, that is an interesting use case.  Giovanni I think noted in another
mail of yours that empathy looks at network manager status to know if it is
connected or not.  If I read correctly, network manager is now the central
place to managing network connections for the entire desktop.  So I reckon
that even shell is monitoring the online status somehow.

Then I needed an application and the overview page is now close to the
 200-500 ms range.   Seems all of my speed issues are related to having the
 network card bridged.   Even my rdesktop is running faster.


That's great!



 Does anyone have their network card bridge?  Is there something in
 gnome-shell that might be causing this to happen?   Seems rather strange
 just deactivating a network bridge would speed up graphics rendering.


I don't.. shell isn't very useful yet on virtual machines, yet.  So there
isn't any reason to do so.

sri
___
gnome-shell-list mailing list
gnome-shell-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-shell-list


Re: NetworkManager dependency on Gnome-Shell

2011-04-11 Thread Adam Williamson
On Mon, 2011-04-11 at 11:30 -0700, Sriram Ramkrishna wrote:

 Yes, that is an interesting use case.  Giovanni I think noted in
 another mail of yours that empathy looks at network manager status to
 know if it is connected or not.  If I read correctly, network manager
 is now the central place to managing network connections for the
 entire desktop.  So I reckon that even shell is monitoring the online
 status somehow.

When it's in use, it is, yes. But AFAIK, the intended behaviour is that
nothing should dumbly rely on NM; anything that can use it should check
whether the system is actually using NM, and behave sanely if it finds
that it isn't.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Fedora Talk: adamwill AT fedoraproject DOT org
http://www.happyassassin.net

___
gnome-shell-list mailing list
gnome-shell-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-shell-list


Re: Some small ideas for the Shell Panel and Overview

2011-04-11 Thread Federico Mena Quintero
On Sat, 2011-04-09 at 17:28 +0100, Onyeibo Oku wrote:

 I have suggested this in the past, but not because of left handed people
 (or anything of that sort) but for sake of proximity to the categories
 and, more so, the new workspace panel(pane). It will also minimize mouse
 movements across the screen. 

The attached patch implements what you suggest in a trivial way.

Since the categories and icons simply exchanged places, there is no
border to divide the categories from the icons - whereas before, the
scrollbar provided that border.  So, everything looks just floating in
space.  But you can start getting an idea of how your proposal would
feel.

  Federico
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 72378d2..db92a05 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -148,8 +148,8 @@ ViewByCategories.prototype = {
 this._filters = new St.BoxLayout({ vertical: true, reactive: true });
 this._filters.connect('scroll-event', Lang.bind(this, this._scrollFilter));
 
-this.actor.add(this._view.actor, { expand: true, x_fill: true, y_fill: true });
 this.actor.add(this._filters, { expand: false, y_fill: false, y_align: St.Align.START });
+this.actor.add(this._view.actor, { expand: true, x_fill: true, y_fill: true });
 
 // Always select the All filter when switching to the app view
 this.actor.connect('notify::mapped', Lang.bind(this,
___
gnome-shell-list mailing list
gnome-shell-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-shell-list


Is there a tutorial for writing gnome-shell extensions?

2011-04-11 Thread G. Michael Carter
I have the background programs running which create text files of things
like drive stats, database processing status.   I was thinking if I could
write this as an extension might be nice.

Is there any tutorial guide for writing extensions?
___
gnome-shell-list mailing list
gnome-shell-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-shell-list


Re: Is there a tutorial for writing gnome-shell extensions?

2011-04-11 Thread Jasper St. Pierre
You can try http://blog.fpmurphy.com/2011/04/gnome-3-shell-extensions.html

On Mon, Apr 11, 2011 at 5:31 PM, G. Michael Carter mi...@carterfamily.cawrote:

 I have the background programs running which create text files of things
 like drive stats, database processing status.   I was thinking if I could
 write this as an extension might be nice.

 Is there any tutorial guide for writing extensions?

 ___
 gnome-shell-list mailing list
 gnome-shell-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/gnome-shell-list


___
gnome-shell-list mailing list
gnome-shell-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-shell-list