<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/everygui/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/everygui/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/everygui/bugs/</id><updated>2009-09-27T15:37:00Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>'Options' panel remains empty</title><link href="https://sourceforge.net/p/everygui/bugs/3/" rel="alternate"/><published>2009-09-27T15:37:00Z</published><updated>2009-09-27T15:37:00Z</updated><author><name>Arnout Engelen</name><uri>https://sourceforge.net/u/raboofje/</uri></author><id>https://sourceforge.net4906313efa93cf2372ecbedd640486d4f8fb6e30</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When I choose a Command, the 'Options' panel is not filled with the GUI for that command.&lt;/p&gt;
&lt;p&gt;On startup the following message is printed:&lt;/p&gt;
&lt;p&gt;/usr/src/everygui/libglade.py:20: GtkWarning: gtk_notebook_set_tab_label: assertion `GTK_IS_WIDGET (child)' failed&lt;br /&gt;
self.widgets = gtk.glade.XML(Filename, WindowName, gettext.textdomain())&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
File "/usr/src/everygui/everygui.py", line 514, in on_program_changed&lt;br /&gt;
self.optPage = optsGui(self.pgOptions, self.appconf[self.cbProgram.get_active_text()], self.textbuff)&lt;br /&gt;
KeyError: None&lt;br /&gt;
/usr/src/everygui/everygui.py:513: GtkWarning: gtk_scrolled_window_add_with_viewport: assertion `GTK_BIN (bin-&amp;gt;child)-&amp;gt;child == NULL' failed&lt;br /&gt;
self.sw.add_with_viewport(self.pgOptions)&lt;br /&gt;
/usr/src/everygui/everygui.py:890: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width 686 and height -7&lt;br /&gt;
gtk.main()&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Quotes around text entry data prevent commands from working</title><link href="https://sourceforge.net/p/everygui/bugs/2/" rel="alternate"/><published>2006-09-19T12:37:41Z</published><updated>2006-09-19T12:37:41Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net725d9ee87087eb79f531a47dcfa5b170abdf258b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Action:&lt;br /&gt;
Adding a text data field in designer with an option, &lt;br /&gt;
say, -g. Using that field in Chameleon.&lt;/p&gt;
&lt;p&gt;What happens:&lt;br /&gt;
Using Chameleon, the data entered in the field will be &lt;br /&gt;
surrounded by quotes upon execution, no matter what. &lt;br /&gt;
Example: If input is 10x10, switch will be -g"10x10". &lt;br /&gt;
This prevents switches from working which do not allow &lt;br /&gt;
quotes, for example ghostscript's -g switch which must &lt;br /&gt;
be -g10x10 - no spaces, no quotes.&lt;/p&gt;
&lt;p&gt;What should happen:&lt;br /&gt;
The data in the field should be appended as-is. The &lt;br /&gt;
quotes should be optional (maybe a checkbox in the &lt;br /&gt;
Text Entry dialog).&lt;/p&gt;
&lt;p&gt;Versions affected:&lt;br /&gt;
EveryGUI v 0.99.b&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Florian Berger&lt;br /&gt;
&amp;lt;florib(a)arcor.de&amp;gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>"Program Info" dialog in egdesign does not work</title><link href="https://sourceforge.net/p/everygui/bugs/1/" rel="alternate"/><published>2006-09-19T09:01:03Z</published><updated>2006-09-19T09:01:03Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netbfbdd037976f3bbc2dac30784448dd6d364b2165</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;everygui is an awesome tool. Sadly, there is one thing&lt;br /&gt;
in egdesign which does not work.&lt;/p&gt;
&lt;p&gt;Action:&lt;br /&gt;
Starting "egdesign" from the shell and clicking &lt;br /&gt;
"Program Info".&lt;/p&gt;
&lt;p&gt;What happens:&lt;br /&gt;
The dialog appears and disappears immediately on my&lt;br /&gt;
machine. The designer main window is blocked then and&lt;br /&gt;
accepts no more input, no clicks, no keys. The only&lt;br /&gt;
way to stop the app is to kill it from the command&lt;br /&gt;
line.&lt;br /&gt;
I used the XFCE taskbar as a window list to check&lt;br /&gt;
whether the dialog window just gets minimized or out&lt;br /&gt;
of focus. But it disappears from the list as well.&lt;br /&gt;
There is no error output to the originating shell.&lt;/p&gt;
&lt;p&gt;What is supposed to happen:&lt;br /&gt;
The dialog should stay open an receive input. Closing&lt;br /&gt;
the dialog should return to the main program.&lt;/p&gt;
&lt;p&gt;Versions installed:&lt;br /&gt;
Gentoo Linux&lt;br /&gt;
EveryGUI 0.99.b&lt;br /&gt;
Python 2.4.2&lt;br /&gt;
pygtk 2.8.6&lt;br /&gt;
libglade 2.5.1&lt;br /&gt;
GTK+  2.8.8&lt;/p&gt;
&lt;p&gt;Since I do not have a sourceforge account, I would be&lt;br /&gt;
glad about a notification via email.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;
Florian Berger, Leipzig, Germany&lt;br /&gt;
&amp;lt;florib(at)arcor.de&amp;gt;&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>