
Hello,
is it possible for the next release to have the Wimp theme in the Win32 packe as the standard-theme ?
Thx,
Adib. --

On 5/14/05, Adib Taraben <taraben.a@...50...> wrote:
is it possible for the next release to have the Wimp theme in the Win32 packe as the standard-theme ?
Yes but only if this one is no longer a problem:
http://sourceforge.net/mailarchive/message.php?msg_id=8971806

Hi,
The latest Gtk build on win32 does not open a console window whenever messages are logged with g_log for warning/error etc. If a console window already exists for a given app (i.e. the app was compiled to have a console window) then it just uses that. So those warnings about not being able to find Sans Serif fonts shouldn't show up if the dependency is gtk+-2.6.7 or gtk+2.4.14 on win32.
Cheers.
Alif.
On 5/15/05, bulia byak <buliabyak@...400...> wrote:
On 5/14/05, Adib Taraben <taraben.a@...50...> wrote:
is it possible for the next release to have the Wimp theme in the Win32 packe as the standard-theme ?
Yes but only if this one is no longer a problem:
http://sourceforge.net/mailarchive/message.php?msg_id=8971806
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_ids93&alloc_id%16281&opclick _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel

Alif Wahid wrote:
Hi,
The latest Gtk build on win32 does not open a console window whenever messages are logged with g_log for warning/error etc. If a console window already exists for a given app (i.e. the app was compiled to have a console window) then it just uses that. So those warnings about not being able to find Sans Serif fonts shouldn't show up if the dependency is gtk+-2.6.7 or gtk+2.4.14 on win32.
Cheers.
Alif.
Yes, I belive that this will not be a problem anymore when we update the library collection with which we link W32 Inkscape. Back in September, AFAIK, Gtk-Wimp was absorbed into the Gtk project, and it is merely called the "Windows" theme or something like that. So I think that when we move the W32 libs to Gtk2.6+, we should be OK.
By the way, all of the W32 builds I have made for the last three weeks or so have had Gtk-Wimp enabled, if anyone wants to see if they can make any console messages appear.
http://troi.hous.es3.titan.com/inkscape/builds/
Bob

On 5/19/05, Bob Jamison <rjamison@...357...> wrote:
By the way, all of the W32 builds I have made for the last three weeks or so have had Gtk-Wimp enabled, if anyone wants to see if they can make any console messages appear.
Yes, just recently I installed your build on Win 98, and I still get this stream of messages in the console. I didn't find how to redirect them to messages window - and anyway, why this redirection is not the default? I remember the Release notes claimed that it is, but it's not for me. (Or should I delete my old preferences.xml for this to work?)

bulia byak wrote:
On 5/19/05, Bob Jamison <rjamison@...357...> wrote:
By the way, all of the W32 builds I have made for the last three weeks or so have had Gtk-Wimp enabled, if anyone wants to see if they can make any console messages appear.
Yes, just recently I installed your build on Win 98, and I still get this stream of messages in the console. I didn't find how to redirect them to messages window - and anyway, why this redirection is not the default? I remember the Release notes claimed that it is, but it's not for me. (Or should I delete my old preferences.xml for this to work?)
Go to View/Messages and hit "Capture"
And I thought it -was- the default.
Bob

On 5/19/05, Bob Jamison <rjamison@...357...> wrote:
Go to View/Messages and hit "Capture"
You mean, select Capture from menu? I did this and got an error messagebox saying:
Gtk-CRITICAL (recursed) **: file gtktextlayout.c: line 813 (gtk_text_layout_real_invalidate): assertion `layout->wrap_loop_count == 0' failed aborting...
and it crashed. Maybe because I have a Russian version of Windows 98.
Then I deleted my preferences.xml and run again. No change, dialogs.debug still has redirect="0" in the newly created prefs file, and the console pops up. This is in agreement with
http://cvs.sourceforge.net/viewcvs.py/inkscape/inkscape/src/preferences-skel...
so if you have some windows-only overriding it does not work. Please fix it. (E.g. by removing the redirect="0" from preferences-skeleton altogether, and in the code, using the default value of 1 within #ifdef WIN32, unless overridded by the prefs file. Note however that in this case, old installations which have redirect="0" in their prefs files will not be affected, and their users will have to enable it manually or delete their prefs to get this effect.)
Then I manually changed redirect="1" in prefs and run again. This time, it worked, no console window. However when I open the messages window I did not see there any gtk-wimp warnings - they seem to have disappeared into the ether!

Quoting bulia byak <buliabyak@...400...>:
Yes, just recently I installed your build on Win 98, and I still get this stream of messages in the console. I didn't find how to redirect them to messages window - and anyway, why this redirection is not the default?
Until a fairly recent versions of glib, you couldn't do a blanket redirection of all g_log messages from all domains, only explicitly capture certain ones via g_log_set_handler().
g_log_set_default_handler() (which captures all messages) was only introduced in glib 2.6; I don't think we'd made the decision to depend on 2.6 features yet, had we?
I remember the Release notes claimed that it is, but it's not for me.
The release notes were slightly inaccurate for the above reason. We captured everything from Inkscape itself, but not stuff coming from the underlying libraries.
-mental
participants (5)
-
unknown@example.com
-
Adib Taraben
-
Alif Wahid
-
Bob Jamison
-
bulia byak