conditional subdirectories

2005-09-12 Thread Antonio Coralles
I'm currently working on a small library. I only want the contents of the 'examples' directory to be build if configure has been run with --enable-examples. Thus, according to the automake introduction (http://sources.redhat.com/automake/automake.html#Directories) my configure.ac contains: AC

Re: Implementing a LED-like widget

2005-08-22 Thread Antonio Coralles
Marcus Lundblad wrote: I'm trying to implement a widget simulating a LED. What I have is a widget derived from Gtk::Frame (with style SHADOW_IN). This frame holds a Gtk::DrawingArea (display in the follwing code..) I have the following code intended to turn the inside of the widget yellow (as

Re: [gentoo-user] gnome-control-center-1.4.0.5 in gnome 2.10

2005-08-22 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: On Mon, 22 Aug 2005 03:27:28 +0200, Antonio Coralles wrote: I'm just wondering why gnome-control-center-1.x gets installed with gnome-2.10 and reinstalled if i remove it ... You probably have some GTK1 software that depends on it. Gnucash pulls it in

[gentoo-user] gnome-control-center-1.4.0.5 in gnome 2.10

2005-08-21 Thread Antonio Coralles
I'm just wondering why gnome-control-center-1.x gets installed with gnome-2.10 and reinstalled if i remove it ... -- [EMAIL PROTECTED] mailing list

Re: Quick question about glibmm

2005-08-20 Thread Antonio Coralles
Nick Chorley wrote: Hi people, I had a look in the archives first, but couldn't find anything about this. Is it ok to use glibmm-2.6.1? 2.6.1 should be ok and i guess required if you want to use gtkmm-2.6.x ... The gtkmm site says glibmm-2.6.x is stable, but the readme file in the archive

Re: Gtk::Button::set_image(...)

2005-08-01 Thread Antonio Coralles
Antonio Coralles wrote: [Repost] When i create a Gtk::Button object with its default constructor, and then add a image to it, using set_image(...), the image doesn't appear. But when i create the button with ustring(""), the image shows up. Is there a particular reason for this

Re: [gentoo-user] distcc and iptables

2005-07-26 Thread Antonio Coralles
Dave Nebinger wrote: What is the best way to configure iptables in a way, so that spefic hosts may connect to distccd ? The following command should do it if you substitute the () with your local values. iptables -I INPUT -i (network interface) -p tcp -s (src ip addr) --dport 3632 -j ACCEPT

[gentoo-user] distcc and iptables

2005-07-26 Thread Antonio Coralles
What is the best way to configure iptables in a way, so that spefic hosts may connect to distccd ? -- gentoo-user@gentoo.org mailing list

Re: gtk::combobox problems

2005-07-26 Thread Antonio Coralles
Anca Mitrica wrote: Hi again, I did't solve the problem with attaching a Gtk::ComboBox to a Gtk::Table. I still receive a segmentation fault. Here is the message from the debug operation: What makes me wonder is also the message "switching to thread -164267296". Where this value comes from ?

Re: Questions on Gtk::Notebook

2005-07-21 Thread Antonio Coralles
Antonio Coralles wrote: Murray Cumming wrote: On Wed, 2005-07-20 at 03:21 +0200, Antonio Coralles wrote: Murray Cumming wrote: > On Tue, 2005-07-19 at 22:55 +0200, Antonio Coralles wrote: >> >> plain text document attachment (NOTEBOOK.txt) >> After deriving my own G

Re: I receive a null Gdk::Window with get_window()

2005-07-21 Thread Antonio Coralles
Antonio Coralles wrote: Eduardo Paz wrote: Hi everyone! I'm new in using gtkmm, and I have a lot of questions. I know it would be easy but I couldn find the solution looking at the API. Well, the first one is how i can color the background of a box (for example). Here is the code I'

Re: I receive a null Gdk::Window with get_window()

2005-07-21 Thread Antonio Coralles
Eduardo Paz wrote: Hi everyone! I'm new in using gtkmm, and I have a lot of questions. I know it would be easy but I couldn find the solution looking at the API. Well, the first one is how i can color the background of a box (for example). Here is the code I've written : // Constructor of Gtk::W

Gtk::manage and TextView

2005-07-20 Thread Antonio Coralles
Will Gtk::manage also work with widgets insterted into a Gtk::TextView ? Antonio ___ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list

Re: Questions on Gtk::Notebook

2005-07-20 Thread Antonio Coralles
Murray Cumming wrote: On Wed, 2005-07-20 at 03:21 +0200, Antonio Coralles wrote: Murray Cumming wrote: > On Tue, 2005-07-19 at 22:55 +0200, Antonio Coralles wrote: >> >> plain text document attachment (NOTEBOOK.txt) >> After deriving my own Gtk::Notebook class, i expe

Re: Questions on Gtk::Notebook

2005-07-19 Thread Antonio Coralles
Murray Cumming wrote: On Tue, 2005-07-19 at 22:55 +0200, Antonio Coralles wrote: plain text document attachment (NOTEBOOK.txt) After deriving my own Gtk::Notebook class, i experienced the following behavour, for which i want to know, if this is on purpose: 1.) A Gtk::Notebook seems to emit

ANNOUNCE: duty-roaster-0.0.79.94

2005-07-19 Thread Antonio Coralles
duty-roaster-0.0.79.94: === Summary: Duty Roaster is a program for managing and generating duty rotas in a userfriendly way licenced under the GPL. You can obtain it from http://sourceforge.net/projects/duty-roaster. Changes: ==

Questions on Gtk::Notebook

2005-07-19 Thread Antonio Coralles
After deriving my own Gtk::Notebook class, i experienced the following behavour, for which i want to know, if this is on purpose: 1.) A Gtk::Notebook seems to emit signal_switch_page with a second parameter 0 when realized. Because i wanted to open a different page by default, i had to o

Gtk::manage

2005-07-19 Thread Antonio Coralles
I did not use Gtk::manage(...) until now. However, i knew it was there, and today i thought it could come in very handy in a particular coding task. What i do, stripped to the bare minimum is this: I have a two classes, basically of type Gtk::Bin, call them Bin1 (a Gtk::Frame), Bin2 (derived fro

how to make tree view headers clickable

2005-07-18 Thread Antonio Coralles
I would like to make the headers of some tree views clickable, so that the user can sort their contents by the collumn header he clicks on, like we see this for example in the gnome-sytem-monitor, or the gtk-demo. However, i did not find out how to activate this behavour - Gtk::TreeView::set_header

Re: best way to use multiple windows

2005-07-17 Thread Antonio Coralles
Thiago Guzella wrote: > Greetings everyone, > > > I am writing a simple GTKmm (btw, GTKmm 2.4) application, which has a > main window, a menu, etc, using glade (just to place the widgets). > Some options in the menu (such as "preferences") are required to open > a modal window, with apply and reve

Gtk::Button::set_image(...)

2005-07-14 Thread Antonio Coralles
When i create a Gtk::Button object with its default constructor, and then add a image to it, using set_image(...), the image doesn't appear. But when i create the button with ustring(""), the image shows up. Is there a particular reason for this behavour, or is it possible that i'm doing something

how to detect if a window was moved by the user

2005-07-14 Thread Antonio Coralles
To wich signal should i connect, to be notified when the user moves a window - or as alternative clicks on the title bar ? Antonio ___ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list

Re: migrating from gtkmm-2.0 to gtkmm-2.4

2005-07-13 Thread Antonio Coralles
[EMAIL PROTECTED] wrote: > I've been searching for information on what I have to change in my code to > migrate it from gtkmm-2.0 to gtkmm-2.4. > > Any pointers or web references that I can use to help me accomplish this > would be greatly appreciated. > > Thanks in advance! > > Erik. > __

[sigc] return value of emit()

2005-07-13 Thread Antonio Coralles
Let's say i've an sigc::signal with no slots connected to it. Will emit() then return true, or false ? Is there a way to customize this behavour ? [I know that this problem can be easily be circumvented using empty() ... ] Antonio ___ libsigc-list mailing

ANNOUNCE: duty-roaster-0.0.79.93

2005-07-12 Thread Antonio Coralles
duty-roaster-0.0.79.93: === Summary: Duty Roaster is a program for managing and generating duty rotas in a userfriendly way licenced under the GPL. You can obtain it from http://sourceforge.net/projects/duty-roaster. Changes:

[sigc] small [and irrelevant] typo in tutorial

2005-07-12 Thread Antonio Coralles
On http://libsigc.sourceforge.net/libsigc2/docs/manual/html/ch01.html one can read 'To make it easier to construct these, libsigc++ provides 2 the sigc::ptr_fun() and sigc::mem_fun() functions ...' Antonio ___ libsigc-list mailing list libsigc-list@gnome.

[gentoo-user] what is sandbox ?

2005-07-10 Thread Antonio Coralles
I've just read that word a couple of times now - but after sanbox was installed on my system becuause of the latest portage upgrade - i'm really courios to know what this tool is about ... Maybe someone can tell me more than http://gentoo-wiki.com/Sandbox ... Antonio -- gentoo-user@gentoo.org mai

Re: bogged down in drawingarea tutorial

2005-07-06 Thread Antonio Coralles
[EMAIL PROTECTED] wrote: > Hello, > > I'm looking through the DrawingArea tutorial, the first section that > describes how to use GC's: > > Gdk::GC some_gc; > some_gc.create(get_window()); > Gdk::Color some_color; > Gdk::Colormap some_colormap(Gdk::Colormap::get_system()); > some_color.set_red(655

ANNOUNCE: duty-roaster-0.0.79.92-r1

2005-07-05 Thread Antonio Coralles
Summary:_ _ Duty Roaster is a program for managing and generating duty rotas in a userfriendly way. Url: === http://sourceforge.net/projects/duty-roaster/ Dependencies: == -- boost-1.32.0 with thread support enabled [gentoo users should emerge boost with the 'threads' useflag] --

Re: canvasmm

2005-07-02 Thread Antonio Coralles
Yann Normand wrote: > Antonio Coralles a écrit : > > > Yann Normand wrote: > > > > > > > Antonio Coralles a écrit : > > > > > Thanks for your tipp ... maybe sombody knows why the follwoing code: > > #include > #include > #inclu

Re: canvasmm

2005-07-01 Thread Antonio Coralles
Yann Normand wrote: > Antonio Coralles a écrit : > > > > > Thanks for your tipp ... maybe sombody knows why the follwoing code: > > #include > #include > #include > #include > #include > using namespace Gtk; > > class CanvasWindow : publi

Re: canvasmm

2005-07-01 Thread Antonio Coralles
> Thanks for your tipp ... maybe sombody knows why the follwoing code: > > #include > #include > #include > #include > #include > using namespace Gtk; > > class CanvasWindow : public Window > { > public: > CanvasWindow() : _text(*_canvas.root(), 0, 0, "Hey") > { > set_size

Re: canvasmm

2005-06-30 Thread Antonio Coralles
Yann Normand wrote: > Antonio Coralles a écrit : > >>I'm really courious about the classes in Gnome::Canvasmm, but only with >>the reference, i'm somekind of lost, as i dont't have any Gtk+ >>background ... So, what i want to know is, if there are some

canvasmm

2005-06-30 Thread Antonio Coralles
I'm really courious about the classes in Gnome::Canvasmm, but only with the reference, i'm somekind of lost, as i dont't have any Gtk+ background ... So, what i want to know is, if there are some simple examples, or a tutorial which illustrates the usage of this classes. At the moment i don't even

Re: [gentoo-user] X-forwarding and opengl

2005-06-20 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > Antonio Coralles wrote: > > When i try to start an opengl app remotley via ssh, for example glxgears > > i get: > > > > Xlib: extension "GLX" missing on display "localhost:10.0". > > glxgear

[gentoo-user] X-forwarding and opengl

2005-06-20 Thread Antonio Coralles
When i try to start an opengl app remotley via ssh, for example glxgears i get: Xlib: extension "GLX" missing on display "localhost:10.0". glxgears: Error: couldn't get an RGB, Double-buffered visual. allthough glxgears works fine when started locally. Any ideas ? -- gentoo-user@gentoo.org mai

Re: About the time control under gtkmm-2.4

2005-06-19 Thread Antonio Coralles
jerry wrote: > Antonio Coralles wrote: > >>jerry wrote: >> >> >> >>>Hi, all >>>I'd like to call a special function periodically in my program , and I >>>find it in google that a function called >>>Glib::signal_timeout().c

Re: [gentoo-user] gnome-panel

2005-06-19 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > Janne Johansson schreef: >> On su, 2005-06-19 at 20:24 +0200, Antonio Coralles wrote: >>>>> Has anyone noticed quite a delay after starting gnome after the panel >>>>>comes up and i go to click on the menu it takes about

Re: [gentoo-user] gnome-panel

2005-06-19 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > Yes, I've noticed that too. Seems to be happening here with gnome 2.10. > Previous versions seem to be fine. Is something not loading when gnome > comes up? or is it taking forever reading the menu config, etc? > > > On Sun, 2005-06-19 at 01:23 +, LostSon

Re: [gentoo-user] gnome-panel

2005-06-18 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > Hello > Has anyone noticed quite a delay after starting gnome after the panel > comes up and i go to click on the menu it takes about 10 seconds for the > menu to come up. After the initial clicking its fine but that first time > takes forever. Has anyone els

Re: About the time control under gtkmm-2.4

2005-06-18 Thread Antonio Coralles
jerry wrote: > Hi, all > I'd like to call a special function periodically in my program , and I > find it in google that a function called > Glib::signal_timeout().connect(***) can manage this. However it's > defined in gtkmm-2.2 and I can't find a similar function in gtkmm-2.4. > What's the corre

Re: [gentoo-user] iptables blocks ssh

2005-06-10 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > On Wed, 8 Jun 2005, Antonio Coralles wrote: > >> I've recently turned my workstation into a router for my laptop, using >> the great gentoo home router guide. Everthing is ok so far, with one >> exception: I can't connect to

Re: [gentoo-user] iptables blocks ssh

2005-06-08 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > I've recently turned my workstation into a router for my laptop, using > the great gentoo home router guide. Everthing is ok so far, with one > exception: I can't connect to my ssh server anymore from outside the > LAN, becuase iptables seems to prevent this,

[gentoo-user] iptables blocks ssh

2005-06-08 Thread Antonio Coralles
I've recently turned my workstation into a router for my laptop, using the great gentoo home router guide. Everthing is ok so far, with one exception: I can't connect to my ssh server anymore from outside the LAN, becuase iptables seems to prevent this, allthough i # iptables -A INPUT -p TCP --dpor

Re: Design question: Picking event source

2005-06-08 Thread Antonio Coralles
Matthias Kaeppler wrote: > Antonio Coralles wrote: > >> What kind of signals do you want your clients to catch ? What about >> providing your own signals ? >> Antonio > > The signals I'm talking about are all Gtk+ signals. I also have my own > signals, b

Re: Design question: Picking event source

2005-06-08 Thread Antonio Coralles
Matthias Kaeppler wrote: > Matthias Kaeppler wrote: >> Hi, >> >> a question is bugging me, nearly since I started programming on my Gtk2 >> filemanager. I hope you can help me resolving this issue, because it's >> also an important design question (I intend to publish the widget which >> is respon

Re: Gtk::Widget as virtual base

2005-05-31 Thread Antonio Coralles
Antonio Coralles wrote: > jyotirmoy bhattacharya wrote: > >> I want to use an abstract class derived from Gtk::Widget and then >> derive different classes which use particular widgets to display >> themselves. >> >> That is, I want to do something like >

Re: Gtk::Widget as virtual base

2005-05-31 Thread Antonio Coralles
jyotirmoy bhattacharya wrote: > I want to use an abstract class derived from Gtk::Widget and then > derive different classes which use particular widgets to display > themselves. > > That is, I want to do something like > > class vwidget: public virtual Gtk::Widget > { > public: > virtual void

Re: [gentoo-user] xorg on laptop

2005-05-28 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > Recently i tried to install gentoo on a aspire 1300 laptop with a savage > graphics card. Everthing worked fine till i started to configute the X > server. For some reason which i don't understand, when starting X only > about 1/4 of the screen are grey - the

[gentoo-user] xorg on laptop

2005-05-28 Thread Antonio Coralles
Recently i tried to install gentoo on a aspire 1300 laptop with a savage graphics card. Everthing worked fine till i started to configute the X server. For some reason which i don't understand, when starting X only about 1/4 of the screen are grey - the rest of the screen stays blank and you can't

Re: problem with Gdk::Colormap ???

2005-05-27 Thread Antonio Coralles
Yair Hershkovitz wrote: > hi > > the method Colormap::free_colors , takes a Color instead of an array of > Colors. is this a bug or maybe a feature? > > btw, isn't the API reference online out dated? > > yair You may be interseted in this: http://bugzilla.gnome.org/show_bug.cgi?id=157744 Antonio

Re: Gtk::Widget::modify_text(...)

2005-05-26 Thread Antonio Coralles
Antonio Coralles wrote: > I'm using gtkmm-2.4.11 and would like to know why after > > Gtk::Widget *p_widget; > p_widget = _rp_UIManager->get_widget("SomePath/SomeElement"); > p_widget->set_sensitive(false); > p_widget->modify_text(Gtk::STATE_INSENSITIVE,

Re: [gentoo-user] Gnome problem

2005-05-21 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > On Sat, 2005-05-21 at 17:33 -0700, Bill Six wrote: >> Hi, >> >> My computer was accidently shut down uncleanly while >> running Gnome. When it was restarted, the icons on >> the desktop won't show, when you right click on the >> desktop no options are present

Re: [gentoo-user] nautilus, file types and icons

2005-05-20 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > On Fri, 20 May 2005, Antonio Coralles wrote: > >> But thanks for your tip - i'll consider that when i've new ideas what >> can be wrong. Should i ever find out how this all works exactly, i may >> consider writting a

Re: [gentoo-user] nautilus, file types and icons

2005-05-20 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > On Thu, 19 May 2005, Antonio Coralles wrote: > >> So my guess is that there are some conflicts between the various mime >> files on my system. Especially, how are the mime* files in /etc >> connected to the ones in /usr/share/mi

Gtk::Widget::modify_text(...)

2005-05-20 Thread Antonio Coralles
I'm using gtkmm-2.4.11 and would like to know why after Gtk::Widget *p_widget; p_widget = _rp_UIManager->get_widget("SomePath/SomeElement"); p_widget->set_sensitive(false); p_widget->modify_text(Gtk:://STATE_INSENSITIVE, Gdk::Color("red")); the text connected to this statements is still grey. Th

Re: [gentoo-user] Anyone Know Why a New Kernel Would Kill Networking?

2005-05-19 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > On 5/19/05, Antonio Coralles <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: >> gentoo-user@lists.gentoo.org <mailto:gentoo-user@lists.gentoo.org> wrote: >> >> > On 5/19/05, Antonio Coralles <[EMAIL PROT

Re: [gentoo-user] Anyone Know Why a New Kernel Would Kill Networking?

2005-05-19 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > On 5/19/05, Antonio Coralles <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: >> gentoo-user@lists.gentoo.org <mailto:gentoo-user@lists.gentoo.org> wrote: >> >> > I didn't change any networking optio

Re: [gentoo-user] Clock going crazy

2005-05-19 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > perhaps if you continue to have problems you could give a more thorough > explanation of the symptoms. > > Like, is the clock racing ahead or behind? Is it just set to the wrong > time on boot, but goes fine after it is set? > > On Thu, 2005-05-19 at 11:03 -07

Re: [gentoo-user] Anyone Know Why a New Kernel Would Kill Networking?

2005-05-19 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > I didn't change any networking options, but it looks like networking > it trying to use IPv6 after installing a new kernel. Why, and how do > I fix it? > > Say you switched from kernel A to kernel B: What exactly is A and what B ? antonio -- gentoo-user@gen

Re: [gentoo-user] nautilus, file types and icons

2005-05-19 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > On Tue, 17 May 2005, Antonio Coralles wrote: > >> > Well, this is more a repost than an answer ... >> > antonio >> > >> By the way, i'm using gnome-2.8.3 ... > > OK, Ill bite ;-) > > Google really is

Re: [gentoo-user] nautilus, file types and icons

2005-05-17 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > gentoo-user@lists.gentoo.org <mailto:gentoo-user@lists.gentoo.org> wrote: > >> gentoo-user@lists.gentoo.org > <mailto:gentoo-user@lists.gentoo.org> <mailto:gentoo-user@lists.gentoo.org> > wrote: >> >&

Re: [gentoo-user] nautilus, file types and icons

2005-05-17 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > gentoo-user@lists.gentoo.org <mailto:gentoo-user@lists.gentoo.org> wrote: > >> On Mon, 16 May 2005, Antonio Coralles wrote: >> >> > How can i tell nautilus that i want a specific icon displayed for given >> > file typ

Re: [gentoo-user] nautilus, file types and icons

2005-05-15 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > On Mon, 16 May 2005, Antonio Coralles wrote: > > > How can i tell nautilus that i want a specific icon displayed for given > > file type - or register a new type. The reason why i'm asking this is > > because I want nautilus to

[gentoo-user] nautilus, file types and icons

2005-05-15 Thread Antonio Coralles
How can i tell nautilus that i want a specific icon displayed for given file type - or register a new type. The reason why i'm asking this is because I want nautilus to treat *.hpp like *.h files (i want them to have the same icon)... Is it possible to register file endings with icons ? Thanks, ant

[gentoo-user] downloaded *.so file not deteced as dynamic execuatble

2005-05-09 Thread Antonio Coralles
In order to install vtk-4.2 I downloaded the appropriate tarball. When I try '$ cmake .' in the VTK dir after unpacking I get: . ./VTK/CMake/libcmVTK_WRAP_TCL2.so: failed to map segment from shared object: Operation not permitted . As '$ ldd libcmVTK_WRAP_TCL2.so' says "not a dynamic e

Re: [gentoo-user] gnome-cummon useless ?

2005-04-27 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > Can 'emerge -p --depclean' or equery 'depends gnome-cummon' be right in > saying that this package is useless to me [i'm using gnome as my desktop > environment and have lot's of gnome/gtk-dependent packages installed] ? > -- > gentoo-user@gentoo.org

[gentoo-user] gnome-cummon useless ?

2005-04-27 Thread Antonio Coralles
Can 'emerge -p --depclean' or equery 'depends gnome-cummon' be right in saying that this package is useless to me [i'm using gnome as my desktop environment and have lot's of gnome/gtk-dependent packages installed] ? -- gentoo-user@gentoo.org mailing list

[gentoo-user] sshd security question

2005-04-21 Thread Antonio Coralles
I'm running sshd on my personal computer to be able to log in from different machines. To tighten security without disabling pam i've created a user which is not in groop weel, and configured ssh to accept logins for this user only. By the way all passwords on my system are well choosen and should

Re: [gentoo-user] Re: System time drift problem

2005-04-15 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > Frédéric Grosshans <[EMAIL PROTECTED] > > writes: > > > The sytem time of my computer drifts by roughly 5 min per day, while the > > hwclock stays at the correct time. > Maybe you should look at this: http://article.gmane.org/gmane.li

Re: [gentoo-user] gentoo security guide question

2005-04-14 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote: > On Thu, 14 Apr 2005, Antonio Coralles wrote: > >> Is there a pendant > > A pendant? > > You might also say equivalent or counterpart ... -- gentoo-user@gentoo.org mailing list

[gentoo-user] gentoo security guide question

2005-04-14 Thread Antonio Coralles
Is there a pendant to [ http://www.gentoo.org/doc/en/gentoo-security.xml ] Code Listing 10.7: Enable reverse path filtering # for i in /proc/sys/net/ipv4/conf/*; do /bin/echo "1" > $i/rp_filter done in sysctl.conf ? antonio -- gentoo-user@gentoo.org mailing list

Re: need some design advice

2005-04-04 Thread Antonio Coralles
Rob Benton wrote: > Here's my situation. I have a Gtk::Table holding a number of > Gtk::EventBox's defined at runtime. I want to catch a > click/button_press event on each of the eventboxes. Inside this handler > I also want to be able to check the status of the surrounding > eventboxes. But I

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-04 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > Antonio Coralles wrote: > [snip] >> >> I'm using 1.9.4-r6 which is the latest version in x86; Is there a way to >> start pump without local.start and without switching to ~x86 for >> baselayout ? >> > > config_eth0=(

Re: gtkmm tutorials

2005-04-04 Thread Antonio Coralles
Paul Rivera wrote: > Hi! Why is it that when I google for gtkmm tutorials, > I only get the gtkmm documentation? The tutorial in > the gtkmm documentation doesn't have much about > signals. Can you give me urls to other gtkmm > tutorials, code snippets or even forums? I would > really apprecia

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-04 Thread Antonio Coralles
To switch from dhcpcd to pump i did: #emerge pump; #rc-update del net.eth0 default; #echo "pump" >> /etc/conf.d/local.start antonio >>> >>>sorry for the late answer, >>>local.start should be not needed. Only put the following line: >>> >>>config_eth0=( "dhcp" ) >>> >>

Re: [gentoo-user] gnome-volume-control dies [SOLVED]

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > gentoo-user@gentoo.org wrote: > >> I don't know what exactly is respnsible for that, but i guess it had >> something to do with my latest world update. According to genlop and my >> memory [i've merged a lot of other thing since then]

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > Antonio Coralles wrote: >> gentoo-user@gentoo.org <mailto:gentoo-user@gentoo.org> wrote: >> >> >>>gentoo-user@gentoo.org <mailto:gentoo-user@gentoo.org> > <mailto:gentoo-user@gentoo.org> wrote: >>> >

Re: [gentoo-user] gnome-volume-control dies

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > gentoo-user@gentoo.org wrote: > >> >>> Well: I've tried oss and alsa because I don't have any >>> other sound systems activated. Both work, but mplayer -ao >>> alsa some_file.avi imediatly kills the gnome-volume-control >>> ... >> >>

Re: [gentoo-user] gnome-volume-control dies

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > >> Well: I've tried oss and alsa because I don't have any >> other sound systems activated. Both work, but mplayer -ao >> alsa some_file.avi imediatly kills the gnome-volume-control >> ... > > I'm not familiar with Gnome in common or gnome-volume-control > in detail

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > gentoo-user@gentoo.org <mailto:gentoo-user@gentoo.org> wrote: > >> Antonio Coralles wrote: >>> gentoo-user@gentoo.org > <mailto:gentoo-user@gentoo.org> <mailto:gentoo-user@gentoo.org> wrote: >>> >>> >&g

Re: [gentoo-user] gnome-volume-control dies

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > >> Maybe i exagerated a bit: >> beep-media-player dies immediatley when playing a file. And >> while I can listen to music in xine, xine dies when trying >> to play a avi file with 'xiTK received SIGSEGV signal, >> RIP.' Playing movies using mplayer works ... > > Tr

Re: [gentoo-user] gnome-volume-control dies

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > I don't know what exactly is respnsible for that, but i guess it had > something to do with my latest world update. According to genlop and my > memory [i've merged a lot of other thing since then] this update looked > like this: > > Sat Mar 26 12:52:45 2005 >>

[gentoo-user] gnome-volume-control dies

2005-04-03 Thread Antonio Coralles
I don't know what exactly is respnsible for that, but i guess it had something to do with my latest world update. According to genlop and my memory [i've merged a lot of other thing since then] this update looked like this: Sat Mar 26 12:52:45 2005 >>> dev-java/blackdown-jdk-1.4.1-r1 Sat

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > Antonio Coralles wrote: >> gentoo-user@gentoo.org <mailto:gentoo-user@gentoo.org> wrote: >> >> >>>Sometimes [about 1 in 3 times] my internet connection does not work >>>directly after booting. After restarting the net.et

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restart

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > Sometimes [about 1 in 3 times] my internet connection does not work > directly after booting. After restarting the net.eth0 script all is > fine. As this behavour is rather new to me, and this is a bit annyoing > [particullary for people without root access] i would

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-01 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > > On Mar 31, 2005, at 8:01 pm, Antonio Coralles wrote: > > > > Maybe this is also helpfull: > > Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5, > > glibc-2.3.4.20041102-r1, 2.6.10-gentoo-r6 i686) > > Which version of

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-03-31 Thread Antonio Coralles
>> Is it possible to tell dhcpd to wait longer for a response, or eaven >> retry automatically in periodic time intervals if not succesfull ? > > Yep. Check the man pages and it should tell you what options to put > in your > config file. Well, i looked at the man page and found that the timeout

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-03-31 Thread Antonio Coralles
Dave Nebinger wrote: > > Sometimes [about 1 in 3 times] my internet connection does not work > > directly after booting. After restarting the net.eth0 script all is > > fine. As this behavour is rather new to me, and this is a bit annyoing > > [particullary for people without root access] i would

[gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restart

2005-03-31 Thread Antonio Coralles
Sometimes [about 1 in 3 times] my internet connection does not work directly after booting. After restarting the net.eth0 script all is fine. As this behavour is rather new to me, and this is a bit annyoing [particullary for people without root access] i would like to know if someone has had simila

Re: [gentoo-user] portage and package specific CFLAGS

2005-03-31 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Nick Rout wrote: >> I thought perhaps >> >> CFLAGS="whatever" CXXFLAGS="${CFLAGS}" emerge foo >> >> no doubt some dev guru will tell me I am way out of line :-) > > wrong! there's nothing wrong with doing that. If

[gentoo-user] removing net-misc/dhcpcd

2005-03-30 Thread Antonio Coralles
'emerge --depclean' suggests removing net-misc/dhcpcd allthough i recieve my ip-address via dhcpd ... So, is it save to remove it ? -- gentoo-user@gentoo.org mailing list

[gentoo-user] portage and package specific CFLAGS

2005-03-30 Thread Antonio Coralles
How can I tell portage to use specific CFLAGS for a particular package without temporary changing my /etc/make.conf ? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] clock too fast

2005-03-30 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > Hi, > > On Tue, 29 Mar 2005 15:07:28 +0200 > Antonio Coralles <[EMAIL PROTECTED] > wrote: > >> >> I've a strange problem: The clock of my computer ticks to fast - > i get >> >> an error of about 30 minutes per

Re: [gentoo-user] clock too fast

2005-03-29 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > Hi, > > On Tue, 29 Mar 2005 12:58:44 +0200 > Antonio Coralles <[EMAIL PROTECTED] > wrote: > >> I've a strange problem: The clock of my computer ticks to fast - i get >> an error of about 30 minutes per day ... >> Thi

Re: [gentoo-user] clock too fast

2005-03-29 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > On Tue, 29 Mar 2005 12:58:44 +0200, Antonio Coralles wrote: > > > This problem just occured recently - a few days ago everthing was ok, > > possibly before 'emerge -up --deep world' ... > > Maybe someone can give me a hint. > &

Re: [gentoo-user] clock too fast

2005-03-29 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > Le mardi 29 mars 2005 à 12:58 +0200, Antonio Coralles a écrit : > > I've a strange problem: The clock of my computer ticks to fast - i get > > an error of about 30 minutes per day ... > > This problem just occured recently - a few

[gentoo-user] clock too fast

2005-03-29 Thread Antonio Coralles
I've a strange problem: The clock of my computer ticks to fast - i get an error of about 30 minutes per day ... This problem just occured recently - a few days ago everthing was ok, possibly before 'emerge -up --deep world' ... Maybe someone can give me a hint. Thanks antonio -- ge

[gentoo-user] cmake bug ?

2005-03-28 Thread Antonio Coralles
When i try to compile VTK-4.2 by [cd VTK; cmake . or with ccmake .] i get the following error message, before cmake segfaults: CMake Error: Error in cmake code at /mnt/saddam/downloads/VTK/CMake/vtkLoadCMakeExtensions.cmake:7: LOAD_COMMAND Attempt to load the library /mnt/saddam/downloads/VTK/CMak

Re: Adware.BargainBuddy

2005-03-26 Thread Antonio Coralles
[EMAIL PROTECTED] wrote: Antonio Coralles wrote: Antonio Coralles wrote: > Can sombody explain to me why norton antivirus 2005 detects > Adware.BargainBuddy in the gtkmm-2.4.8 installer for windows ? Sorry for the delayed answer: Here are the filenames and md5 sums: gtkmm-runtime-2.4.8

  1   2   >