antonio giulio | 1 Jan 2006 18:46
Picon

documentation editor


Hi,

does it exist an editor for gnome that supports "tags" etc. to make
documentation for yelp?

Thanks,
Giulio
Robin Cook | 1 Jan 2006 23:35

gnome-terminal only running as root


I am having a problem with gnome-terminal only running as root.

I have checked the rights etc on /dev/ptmx and /dev/pts as well
as /var/run/utmp and /var/log/wtmp.

I don't know what else to check as the cause of the problem.

Thanks

_______________________________________________
gnome-devel-list mailing list
gnome-devel-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-devel-list
Nickolay V. Shmyrev | 5 Jan 2006 01:49
Picon
Favicon

Re: gnome-terminal only running as root


В Вск, 01/01/2006 в 16:35 -0600, Robin Cook пишет:
> I am having a problem with gnome-terminal only running as root.
> 
> I have checked the rights etc on /dev/ptmx and /dev/pts as well
> as /var/run/utmp and /var/log/wtmp.
> 
> I don't know what else to check as the cause of the problem.
> 
> Thanks
> 

Hi, have you already solved your problem?

If not, please try to collect strace log from terminal running under
usual user. You can do it with

killall gnome-terminal
strace gnome-terminal >& strace.log

Don't forget to gzip it.
Hans Deragon | 5 Jan 2006 17:28

How to get a GtkLabel to fill all the available space.


Greetings.

   Under Gnome 2.10, using glade-2, I created a simple window with 
GtkHBox.  The GtkHBox as 3 sections, the first a small image, the second 
a label and the tird a small button.

   The GtkLabel is the widget that should take all the rest of available 
space.  When clicking on it, I see that it seams to be taking it, as the 
border shown with glade-2 confirms it.  Yet, the text I have entered, 
multi-line and very long, seams to wrap much before the right border of 
the widget.  I tried all sort of stuff, but could not have the text go 
as far as the right border.  There seams to be an imaginary boundary in 
the middle of the label where the text wraps.

   I noticed that if I increase the width of the widget in pixels, in 
the Properties/Common/width entry, I can sorta fix this.  But that means 
I have to enter a specific width.  I do not want this.  I want for the 
label to expand and wrap as the user changes the size of the window.

   This must be a common problem.  Probably there is an easy solution I 
simply am not to figure out.

Best regards,
Hans Deragon
--
Consultant en informatique/Software Consultant
Deragon Informatique inc.
http://www.deragon.biz        Open source (contribution):
mailto://hans <at> deragon.biz     http://autopoweroff.deragon.biz
(Continue reading)

Rod Butcher | 6 Jan 2006 08:20

cairo & gtk+ mutually dependent ?


I found that cairo requires some gtk+ libs and headers to build, yet 
gtk+ has cairo as a requirement. Am I missing the point somehow ?
I hadn't been able to find an up-to-date Gnome build sequence doc so I 
put my own together based on starting from scratch :-
libxml2
libxslt
gtk-doc
glib
libIDL
......
glitz
cairo
pango
atk
gtk+
.... etc

but cairo doesn't fit that anymore. ?
Rod
-----------------------------------------------------
<corporate disclaimer drivel goes here>
Hongli Lai | 7 Jan 2006 07:22
Picon

Re: SCons'ified PyGTK


Gustavo J. A. M. Carneiro wrote:
> 
> ------------------------------------------------------------------------
> 
>   Behold! A SCons'ified PyGTK is now available:
> 
> http://www.gnome.org/~gjc/pygtk-2.8.3.tar.gz
> http://www.gnome.org/~gjc/pygtk-scons.diff
> 
>   It needs scons 0.96.91, instead of make.  I had to invest a lot of
> effort and time to make this happen, due to missing functionality in
> base scons.  However, I tried to be careful to split out generic
> functionality into a separate 'scons tool' that could potentically be
> reused outside of PyGTK.  I didn't test it on win32, but in theory it
> should work, with more or less adjustments.
> 
>   Features of this tool include 'dist' and 'distcheck' support, along
> with configure checks for pkg-config modules, python version, python
> headers, etc.  It should be noted that the scons-based tarball is only
> 595K vs the 919K autotools tarball.  The difference is 324K, while the
> scons-0.96.91.tar.gz full source takes 343K.

Good stuff! Scons is an interesting build system but unforunately it 
lacks some standard autoconf/automake features. I've written my own 
extension for 'make dist' support but I look forward to taking a look at 
your 'scons tool'.
Gustavo J. A. M. Carneiro | 7 Jan 2006 16:35
Picon
Favicon

Re: SCons'ified PyGTK

On Sat, 2006-01-07 at 07:22 +0100, Hongli Lai wrote:
> Gustavo J. A. M. Carneiro wrote:
> > 
> > ------------------------------------------------------------------------
> > 
> >   Behold! A SCons'ified PyGTK is now available:
> > 
> > http://www.gnome.org/~gjc/pygtk-2.8.3.tar.gz
> > http://www.gnome.org/~gjc/pygtk-scons.diff
> > 
> >   It needs scons 0.96.91, instead of make.  I had to invest a lot of
> > effort and time to make this happen, due to missing functionality in
> > base scons.  However, I tried to be careful to split out generic
> > functionality into a separate 'scons tool' that could potentically be
> > reused outside of PyGTK.  I didn't test it on win32, but in theory it
> > should work, with more or less adjustments.
> > 
> >   Features of this tool include 'dist' and 'distcheck' support, along
> > with configure checks for pkg-config modules, python version, python
> > headers, etc.  It should be noted that the scons-based tarball is only
> > 595K vs the 919K autotools tarball.  The difference is 324K, while the
> > scons-0.96.91.tar.gz full source takes 343K.
> 
> Good stuff! Scons is an interesting build system but unforunately it 
> lacks some standard autoconf/automake features. I've written my own 
> extension for 'make dist' support but I look forward to taking a look at 
> your 'scons tool'.

  Thanks.

(Continue reading)

neha gupta | 9 Jan 2006 14:06
Picon

key shortcuts


hello
I have made a software  which on installation does something like xrefresh.

I have to set hotkeys for it such that the application runs on pressing a key combination.
How can this be done...
Also, the user who installs the software is not required to set the Hot keys. That means some script etc which sets the keys for
him automatically is also needed.....
 
I could do this in KDE by setting KHotkeys or making a script for that. But am left with Gnome still. Someone please guide me soon.....
Thanx
Neha

 
_______________________________________________
gnome-devel-list mailing list
gnome-devel-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-devel-list
Nickolay V. Shmyrev | 9 Jan 2006 17:28
Picon
Favicon

Re: key shortcuts


В Пнд, 09/01/2006 в 18:36 +0530, neha gupta пишет:
> hello
> I have made a software  which on installation does something like
> xrefresh.
> 
> I have to set hotkeys for it such that the application runs on
> pressing a key combination.
> How can this be done...
> Also, the user who installs the software is not required to set the
> Hot keys. That means some script etc which sets the keys for
> him automatically is also needed.....
>  
> I could do this in KDE by setting KHotkeys or making a script for
> that. But am left with Gnome still. Someone please guide me soon.....
> Thanx
> Neha

Script like one below should help you

#!/bin/sh

gconftool-2 -s /apps/metacity/keybinding_commands/command_4 --type string xcalc
gconftool-2 -s /apps/metacity/global_keybindings/run_command_4 --type string '<Alt>x'
Nickolay V. Shmyrev | 10 Jan 2006 12:10
Picon
Favicon

Re: How to get a GtkLabel to fill all the available space.


В Чтв, 05/01/2006 в 11:28 -0500, Hans Deragon пишет:
> Greetings.
> 
> 
>    Under Gnome 2.10, using glade-2, I created a simple window with 
> GtkHBox.  The GtkHBox as 3 sections, the first a small image, the second 
> a label and the tird a small button.
> 
>    The GtkLabel is the widget that should take all the rest of available 
> space.  When clicking on it, I see that it seams to be taking it, as the 
> border shown with glade-2 confirms it.  Yet, the text I have entered, 
> multi-line and very long, seams to wrap much before the right border of 
> the widget.  I tried all sort of stuff, but could not have the text go 
> as far as the right border.  There seams to be an imaginary boundary in 
> the middle of the label where the text wraps.
> 
>    I noticed that if I increase the width of the widget in pixels, in 
> the Properties/Common/width entry, I can sorta fix this.  But that means 
> I have to enter a specific width.  I do not want this.  I want for the 
> label to expand and wrap as the user changes the size of the window.
> 
>    This must be a common problem.  Probably there is an easy solution I 
> simply am not to figure out.
> 
> 
> Best regards,
> Hans Deragon
> --

(Continue reading)


Gmane