1 Jan 2006 18:46
1 Jan 2006 23:35
gnome-terminal only running as root
Robin Cook <rcook <at> wyrms.net>
2006-01-01 22:35:25 GMT
2006-01-01 22:35:25 GMT
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
5 Jan 2006 01:49
Re: gnome-terminal only running as root
Nickolay V. Shmyrev <nshmyrev <at> yandex.ru>
2006-01-05 00:49:18 GMT
2006-01-05 00:49:18 GMT
В Вск, 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.
5 Jan 2006 17:28
How to get a GtkLabel to fill all the available space.
Hans Deragon <hans <at> deragon.biz>
2006-01-05 16:28:05 GMT
2006-01-05 16:28:05 GMT
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)
6 Jan 2006 08:20
cairo & gtk+ mutually dependent ?
Rod Butcher <rbutcher <at> hyenainternet.com>
2006-01-06 07:20:04 GMT
2006-01-06 07:20:04 GMT
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>
7 Jan 2006 07:22
Re: SCons'ified PyGTK
Hongli Lai <h.lai <at> chello.nl>
2006-01-07 06:22:59 GMT
2006-01-07 06:22:59 GMT
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'.
7 Jan 2006 16:35
Re: SCons'ified PyGTK
Gustavo J. A. M. Carneiro <gjc <at> inescporto.pt>
2006-01-07 15:35:06 GMT
2006-01-07 15:35:06 GMT
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)
9 Jan 2006 14:06
key shortcuts
neha gupta <nehaiitd <at> gmail.com>
2006-01-09 13:06:38 GMT
2006-01-09 13:06:38 GMT
hello
I have made a software which on installation does something like xrefresh.
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.....
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
9 Jan 2006 17:28
Re: key shortcuts
Nickolay V. Shmyrev <nshmyrev <at> yandex.ru>
2006-01-09 16:28:24 GMT
2006-01-09 16:28:24 GMT
В Пнд, 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'
10 Jan 2006 12:10
Re: How to get a GtkLabel to fill all the available space.
Nickolay V. Shmyrev <nshmyrev <at> yandex.ru>
2006-01-10 11:10:54 GMT
2006-01-10 11:10:54 GMT
В Чтв, 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)
RSS Feed