Application Details:
Version: | 3.1 |
License: | |
URL: | |
Votes: | 1 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 1.5.17 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Install with CabExtract
What does not
the whole software
Workarounds
What was not tested
all
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Debian GNU/Linux 7.x "Wheezy" x86_64 | Nov 10 2012 | 1.5.17 | Yes | No | No | Garbage | Francois Gouget | |
Show | Ubuntu 9.10 "Karmic" i386 (+ variants like Kubuntu) | Jan 17 2010 | 1.1.36 | Yes | Yes | No | Garbage | psykotik | |
Current | Ubuntu 8.10 "Intrepid" i386 (+ variants like Kubuntu) | Oct 26 2008 | 1.1.7 | Yes | No | No | Garbage | an anonymous user | |
Show | Debian GNU/Linux 5.x "Lenny" | Feb 04 2008 | 0.9.49. | Yes | Yes | No | Silver | BeberKing | |
Show | Ubuntu 7.10 "Gutsy" i386 (+ variants like Kubuntu) | Nov 13 2007 | 0.9.46. | No | No | No | Garbage | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
To get it running you need to apply following patch:
diff --git a/server/queue.c b/server/queue.c
index f6d6ca4..ae2fb9e 100644
--- a/server/queue.c
+++ b/server/queue.c
@@ -982,6 +982,12 @@ void detach_thread_input( struct thread *thread_from )
}
}
+void set_active_window( struct thread *thread, user_handle_t win )
+{
+ if (thread->queue != NULL && thread->queue->input->active == NULL)
+ thread->queue->input->active = win;
+}
+
/* set the next timer to expire */
static void set_next_timer( struct msg_queue *queue )
diff --git a/server/window.c b/server/window.c
index 8cf8001..a213012 100644
--- a/server/window.c
+++ b/server/window.c
@@ -491,6 +491,7 @@ static struct window *create_window( struct window *parent, struct window *owner
if (!current->queue && !init_thread_queue( current )) goto failed;
}
+ set_active_window( current, win->handle);
/* put it on parent unlinked list */
if (parent) list_add_head( &parent->unlinked, &win->entry );
else
Comments for this application have been disabled because there are no maintainers.