Vladimir Florinski | 3 May 2011 00:21
Favicon

Multiple monitors: stuck in the last century?

Folks,

Support for multiple monitors is an essential feature of any desktop
environment that aspires to the name "modern". I thought it a shame that
the feature was missing in Gnome 2. With much dismay, after trying out a
Fedora 15 pre-release, I discovered that Gnome 3 is still missing a
functioning multiple monitor support!

There can be no excuse for this. Multiple monitors have been supported
in X through RANDR for years. Thanks to the wonderful work by ATI and
NVidia we can now watch a 4K movie on a 12 screen wall, or display an
OpenGL animation at 20 MPixels. All the difficult parts have been
implemented. What remains is to make windows maximize properly, panels
span the entire width of the desktop and the background image scale as
it should (plus a few similarly trivial changes). Is this too much to
ask?

I hope somebody is working on this feature. Users have been waiting for
it far too long. I think we deserve better.

--

-- 
Vladimir
Jérôme Prudent | 4 May 2011 04:56
Picon
Gravatar

[GNOME3] Gain vertical space

Hi everyone!

With gnome2 I used to have only a single bar on left side of my screen. Since I spend my time browsing website, this offered me a maximum of vertical space.

Yesterday I switched on Gnome3 and tried to drag the top bar on left side but apparently it's fixed. To tell you the truth, I quite like this top bar (it's thin enough, useful, and elegant). What I do not like is the windows title. For a vertical space maniac, windows title are too wide and the close button (that I never use because I prefer Alt+F4) is too big. I also think that window title have no use now (I gnome 2 I sometimes used the minimize button but there is no such a button any more). So, How can I remove this useless window title that occupies my precious vertical space?

Thanks.

--
Jérôme Prudent

_______________________________________________
gnome-list mailing list
gnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-list
Frederic Muller | 4 May 2011 05:53
Picon
Gravatar

Re: [GNOME3] Gain vertical space

Hi!

It's all css and easily changeable. There is a blog post here that goes 
through some of the customization (which works without installing any 
extension):
http://blog.fpmurphy.com/2011/03/customizing-the-gnome-3-shell.html

namely this part:

"As stated previously, the default GNOME Shell theme is Adwaita. You can 
modify this theme by editing 
/usr/share/themes/Adwaita/metacity-1/metacity-theme-3.xml. One of the 
more interesting sections of this configuration file is:

<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" 
rounded_top_right="4">
         <distance name="left_width" value="1" />
         <distance name="right_width" value="1" />
         <distance name="bottom_height" value="2" />
         <distance name="left_titlebar_edge" value="0"/>
         <distance name="right_titlebar_edge" value="0"/>
         <distance name="title_vertical_pad" value="13"/>
         <border name="title_border" left="10" right="10" top="1" 
bottom="1"/>
         <border name="button_border" left="0" right="0" top="1" 
bottom="3"/>
         <aspect_ratio name="button" value="1"/>
</frame_geometry>
"

You'll need to find the another section for the maximized 
"title_vertical_pad" (maybe it's lower in the article, maybe not).

Hope that helps.

Fred

On 05/04/2011 10:56 AM, Jérôme Prudent wrote:
> Hi everyone!
>
> With gnome2 I used to have only a single bar on left side of my screen.
> Since I spend my time browsing website, this offered me a maximum of
> vertical space.
>
> Yesterday I switched on Gnome3 and tried to drag the top bar on left
> side but apparently it's fixed. To tell you the truth, I quite like this
> top bar (it's thin enough, useful, and elegant). What I do not like is
> the windows title. For a vertical space maniac, windows title are too
> wide and the close button (that I never use because I prefer Alt+F4) is
> too big. I also think that window title have no use now (I gnome 2 I
> sometimes used the minimize button but there is no such a button any
> more). So, How can I remove this useless window title that occupies my
> precious vertical space?
>
> Thanks.
>
> --
> Jérôme Prudent
>
>
>
> _______________________________________________
> gnome-list mailing list
> gnome-list <at> gnome.org
> http://mail.gnome.org/mailman/listinfo/gnome-list

_______________________________________________
gnome-list mailing list
gnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-list
Jérôme Prudent | 4 May 2011 06:06
Picon
Gravatar

Re: [GNOME3] Gain vertical space

Thanks it helps a lot!

I put 0 for title_vertical_pad and there is no waste of space on this bar:
- the height had been adapted to the font size or the button size (i don't know)
- the button is smaller (same height as the bar)

If I could find where I can change font-size that would be last step. (I tried /usr/share/themes/Adwaita/gtk-3.0/gtk.css but nothing seems to be suitable for my need)

Thanks.

On Wed, May 4, 2011 at 10:53 AM, Frederic Muller <fredm <at> gnome.org> wrote:
Hi!

It's all css and easily changeable. There is a blog post here that goes through some of the customization (which works without installing any extension):
http://blog.fpmurphy.com/2011/03/customizing-the-gnome-3-shell.html

namely this part:

"As stated previously, the default GNOME Shell theme is Adwaita. You can modify this theme by editing /usr/share/themes/Adwaita/metacity-1/metacity-theme-3.xml. One of the more interesting sections of this configuration file is:

<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4">
       <distance name="left_width" value="1" />
       <distance name="right_width" value="1" />
       <distance name="bottom_height" value="2" />
       <distance name="left_titlebar_edge" value="0"/>
       <distance name="right_titlebar_edge" value="0"/>
       <distance name="title_vertical_pad" value="13"/>
       <border name="title_border" left="10" right="10" top="1" bottom="1"/>
       <border name="button_border" left="0" right="0" top="1" bottom="3"/>
       <aspect_ratio name="button" value="1"/>
</frame_geometry>
"

You'll need to find the another section for the maximized "title_vertical_pad" (maybe it's lower in the article, maybe not).

Hope that helps.

Fred



On 05/04/2011 10:56 AM, Jérôme Prudent wrote:
Hi everyone!

With gnome2 I used to have only a single bar on left side of my screen.
Since I spend my time browsing website, this offered me a maximum of
vertical space.

Yesterday I switched on Gnome3 and tried to drag the top bar on left
side but apparently it's fixed. To tell you the truth, I quite like this
top bar (it's thin enough, useful, and elegant). What I do not like is
the windows title. For a vertical space maniac, windows title are too
wide and the close button (that I never use because I prefer Alt+F4) is
too big. I also think that window title have no use now (I gnome 2 I
sometimes used the minimize button but there is no such a button any
more). So, How can I remove this useless window title that occupies my
precious vertical space?

Thanks.

--
Jérôme Prudent



_______________________________________________
gnome-list mailing list
gnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-list

_______________________________________________
gnome-list mailing list
gnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-list



--
Jérôme Prudent
_______________________________________________
gnome-list mailing list
gnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-list
Magnus Therning | 4 May 2011 06:55
Gravatar

Re: [GNOME3] Gain vertical space

On Wed, May 04, 2011 at 11:53:07AM +0800, Frederic Muller wrote:
> Hi!
> 
> It's all css and easily changeable. There is a blog post here that
> goes through some of the customization (which works without
> installing any extension):
> http://blog.fpmurphy.com/2011/03/customizing-the-gnome-3-shell.html
> 
> namely this part:
> 
> "As stated previously, the default GNOME Shell theme is Adwaita. You
> can modify this theme by editing
> /usr/share/themes/Adwaita/metacity-1/metacity-theme-3.xml. One of
> the more interesting sections of this configuration file is:

You are suggesting to modify a system file, is there any way to do
this per-user instead?

/M

--

-- 
Magnus Therning                      OpenPGP: 0xAB4DFBA4 
email: magnus <at> therning.org   jabber: magnus <at> therning.org
twitter: magthe               http://therning.org/magnus

Perl is another example of filling a tiny, short-term need, and then
being a real problem in the longer term.
     -- Alan Kay
_______________________________________________
gnome-list mailing list
gnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-list
Frederic Muller | 4 May 2011 07:25
Picon
Gravatar

Re: [GNOME3] Gain vertical space

On 05/04/2011 12:55 PM, Magnus Therning wrote:
> On Wed, May 04, 2011 at 11:53:07AM +0800, Frederic Muller wrote:
>> Hi!
>>
>> It's all css and easily changeable. There is a blog post here that
>> goes through some of the customization (which works without
>> installing any extension):
>> http://blog.fpmurphy.com/2011/03/customizing-the-gnome-3-shell.html
>>
>> namely this part:
>>
>> "As stated previously, the default GNOME Shell theme is Adwaita. You
>> can modify this theme by editing
>> /usr/share/themes/Adwaita/metacity-1/metacity-theme-3.xml. One of
>> the more interesting sections of this configuration file is:
>
> You are suggesting to modify a system file, is there any way to do
> this per-user instead?
>
> /M

I am not suggesting to modify a system file, I'm quoting a small section 
out of a long blog post (and therefore out of context).

I am just pointing out where the info is available, sorry for not spoon 
feeding, but it's not my thing.

The proper way to do that would be to create a new theme based on the 
default one and use that new theme to make the changes. I think (though 
I do not know) that themes are per user.

Fred
Olav Vitters | 4 May 2011 10:37
Picon

Re: [GNOME3] Gain vertical space

On Wed, May 04, 2011 at 09:56:06AM +0700, Jérôme Prudent wrote:
> Yesterday I switched on Gnome3 and tried to drag the top bar on left side
> but apparently it's fixed. To tell you the truth, I quite like this top bar
> (it's thin enough, useful, and elegant). What I do not like is the windows
> title. For a vertical space maniac, windows title are too wide and the close
> button (that I never use because I prefer Alt+F4) is too big. I also think
> that window title have no use now (I gnome 2 I sometimes used the minimize
> button but there is no such a button any more). So, How can I remove this
> useless window title that occupies my precious vertical space?

From what I've read this will eventually be fixed. Some vertical space
usage is a bug (forgot if it was the title bar or other parts). Further,
there is work going on to remove menu bars and so on.

So it is not perfect at the moment, but eventually it will be :P

--

-- 
Regards,
Olav
Magnus Therning | 4 May 2011 10:50
Gravatar

Re: [GNOME3] Gain vertical space

On Wed, May 4, 2011 at 06:25, Frederic Muller <fredm <at> gnome.org> wrote:
> On 05/04/2011 12:55 PM, Magnus Therning wrote:
>>
>> On Wed, May 04, 2011 at 11:53:07AM +0800, Frederic Muller wrote:
>>>
>>> Hi!
>>>
>>> It's all css and easily changeable. There is a blog post here that
>>> goes through some of the customization (which works without
>>> installing any extension):
>>> http://blog.fpmurphy.com/2011/03/customizing-the-gnome-3-shell.html
>>>
>>> namely this part:
>>>
>>> "As stated previously, the default GNOME Shell theme is Adwaita. You
>>> can modify this theme by editing
>>> /usr/share/themes/Adwaita/metacity-1/metacity-theme-3.xml. One of
>>> the more interesting sections of this configuration file is:
>>
>> You are suggesting to modify a system file, is there any way to do
>> this per-user instead?
>>
>> /M
>
>
> I am not suggesting to modify a system file, I'm quoting a small section out
> of a long blog post (and therefore out of context).
>
> I am just pointing out where the info is available, sorry for not spoon
> feeding, but it's not my thing.

I'm far from asking you to spoon feed me.  I know nothing about
Gnome3, I've only recently started using it, and so far I've found the
documentation sorely lacking in areas related to configuration and
personalisation.  Since you know more than I do, and you provided the
link to the blog post I thought it reasonable to also ask you if
there's a resource available that explains how to do this sort of
personalisation on a per-user basis.

> The proper way to do that would be to create a new theme based on the
> default one and use that new theme to make the changes. I think (though I do
> not know) that themes are per user.

Thank you, that paragraph nicely sums up what I asked for.  Seriously,
I could have done without your attitude in the two previous
paragraphs.

/M

--

-- 
Magnus Therning                      OpenPGP: 0xAB4DFBA4
email: magnus <at> therning.org   jabber: magnus <at> therning.org
twitter: magthe               http://therning.org/magnus
_______________________________________________
gnome-list mailing list
gnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-list
jimvaglia | 5 May 2011 00:38
Picon

screenreader info

Where is the info?
Raif S. Berent | 4 May 2011 16:19

keyring-daemon secure memory and GConf problems

Hello.  I am having a problem with keyring-daemon / gconf / seahorse, which I cannot resolve.  I have included the info requested on gconf website. I cannot even begin to debug the problem or at least eliminate some of the down-stream errors from the messages here:
--------------------------------------------------------------------------------------------
What operating system are you using, and what version of it.
FreeBSD amd64 CURRENT (9.0)  I have xfce4 installed together with gnome2.2
System is a desktop (no NFS/pxe etc) ORBit & ORBit2 installed.  All partitions are ZFS, var has atime and setuid turned on.
Exact version of GConf 1 and GConf 2 that you have installed
gconftool-2 -v ->  2.32.0
could not find command for version of gconftool-1
Output of gconf-sanity-check-1 or gconf-sanity-check-2 if any
gconf-sanity-check-1  ->  no output
gconf-sanity-check-2  ->  gconf-sanity-check-2: command not found
Output of ps jaxwww | grep gconf (ps jaxwww | grep gconf)
user  1573     1  1562  1562   0 S   ??  0:00.25 /usr/local/libexec/gconfd-2
user  1586  1585  1585  1585   0 I   ??  0:00.02 /usr/local/libexec/pulse/gconf-helper
user  1699  1643  1698  1643   2 S+   0  0:00.00 grep gconf
Exact error messages from any applications
FROM MESSAGES:
* gnome-keyring-daemon[1534]: couldn't allocate secure memory to keep passwords and or keys from being written to the disk
* gnome-session[1553]: WARNING: Could not parse desktop file /home/user/.config/autostart/xfce4-settings-helper-autostart.desktop: Key file does not have key 'Name'
* gnome-session[1553]: WARNING: could not read /home/user/.config/autostart/xfce4-settings-helper-autostart.desktop
* gnome-session[1553]: WARNING: Could not parse desktop file /home/user/.config/autostart/xfconf-migration-4.6.desktop: Key file does not have key 'Name'
* gnome-session[1553]: WARNING: could not read /home/user/.config/autostart/xfconf-migration-4.6.desktop

FROM AUTH.LOG
* seahorse-agent[1570]: GConf error:   Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Error connecting: Connection refused)
* srv seahorse-agent[1570]: GConf error:   Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Error connecting: Connection refused)
* polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.31, object path /org/gnome/PolicyKit1/AuthenticationAgent, locale C) (disconnected from bus)
* polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session1 (system bus name :1.16, object path /org/gnome/PolicyKit1/AuthenticationAgent, locale ) (disconnected from bus)
* srv polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session3 (system bus name :1.50 [/usr/local/libexec/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale )
* sshd[1080]: Received signal 15; terminating.
* sshd[1085]: Server listening on 0.0.0.0 port 22.
* polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session1 (system bus name :1.16 [/usr/local/libexec/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale )
* gnome-keyring-daemon[1534]: couldn't allocate secure memory to keep passwords and or keys from being written to the disk
* polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.31 [/usr/local/libexec/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale C)
* dbus-daemon: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.37" (uid=1001 pid=1608 comm="nautilus ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply=0 destination=":1.2" (uid=0 pid=1442 comm="/usr/local/sbin/console-kit-daemon --no-daemon "))
What appears in the user.* syslog (see above for how to turn on user.* syslog).
Nothing...

_______________________________________________
gnome-list mailing list
gnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-list

Gmane