terminal output

  • warning: Parameter 1 to theme_field() expected to be a reference, value given in /home/cimi/public_html/murrine/includes/theme.inc on line 170.
  • warning: Parameter 1 to theme_field() expected to be a reference, value given in /home/cimi/public_html/murrine/includes/theme.inc on line 170.
  • : Function ereg() is deprecated in /home/cimi/public_html/murrine/includes/file.inc on line 649.
  • : Function ereg() is deprecated in /home/cimi/public_html/murrine/includes/file.inc on line 649.
  • : Function ereg() is deprecated in /home/cimi/public_html/murrine/includes/file.inc on line 649.
  • : Function ereg() is deprecated in /home/cimi/public_html/murrine/includes/file.inc on line 649.
  • : Function ereg() is deprecated in /home/cimi/public_html/murrine/includes/file.inc on line 649.
  • : Function ereg() is deprecated in /home/cimi/public_html/murrine/includes/file.inc on line 649.
  • : Function ereg() is deprecated in /home/cimi/public_html/murrine/includes/file.inc on line 649.
  • : Function ereg() is deprecated in /home/cimi/public_html/murrine/includes/file.inc on line 649.
  • : Function ereg() is deprecated in /home/cimi/public_html/murrine/includes/file.inc on line 649.
  • : Function ereg() is deprecated in /home/cimi/public_html/murrine/includes/file.inc on line 649.
You can't request more than 20 challenges without solving them. Your previous challenges were flushed.
Your rating: None
Although the output of the murrine rgba thing is quite convenient for customizing .profile, it renders dialog applications like zenity almost useless. Like this: user@desktop$ echo `zenity --entry` #filled in: blahblah
progname=zenity; RGBA=on blahblah So the usage of zenity in scripting gets screwed unless I go berserk with awk. Feature request: I'm not sure. There is a difference between stdout and stderr, right? Or make some .log file. Or create a verbose / debug switch to be called in .profile. I don't know how difficult it all is, so the right feature choice is up to you.
Thanks a bunch for the rgba stuff by the way; I trusted myself to install that this week and it's really great.

? I don't have any output on

?
I don't have any output on the console... Maybe you're running some custom library, gtk module or so, to enable RGBA stuff.
But then it's not murrine the problem, but you have to ask the author of the gtk module you're using

You're right, sorry, and

You're right, sorry, and thanks. Bad boy is the RGBA Gtk+ module on gnome-look; I asked there too. Meanwhile I commented out line 46 in the .c file of that module before compiling and it works like expected. Thought I should mention it in case someone stumbles upon this site googling for the same issue. Thanks again.

Thanks it was in fact very

Thanks it was in fact very effective ;-) (Look at http://gnome-look.org/content/show.php?content=100556&forumpage=1 comment in page 2 by VCoolio on: Nov 17 2009) The code in the .c file on line 46 (printf ("\nprogname=%s; RGBA=on\n",progname);) should be different. Actually, if you change line 46 to fprintf (stderr, "\nprogname=%s; RGBA=on\n",progname); it seems to work.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • Allowed HTML tags: <a> <b> <strong> <i> <em> <u> <br />

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions. Registered users are trusted and don't require this verification.
10 + 10 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.