1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [Mageia-discuss] About Mandriva tools future : Host Mandriva tools on github
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BMageia-discuss%5D%20About%20Mandriva%20tools%20future%20%3A%0A%20Host%20Mandriva%20tools%20on%20github&In-Reply-To=%3C1286230194.10834.35.camel%40dell.barefootcomputing.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000815.html">
<LINK REL="Next" HREF="000830.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [Mageia-discuss] About Mandriva tools future : Host Mandriva tools on github</H1>
<B>Liam R E Quin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BMageia-discuss%5D%20About%20Mandriva%20tools%20future%20%3A%0A%20Host%20Mandriva%20tools%20on%20github&In-Reply-To=%3C1286230194.10834.35.camel%40dell.barefootcomputing.com%3E"
TITLE="[Mageia-dev] [Mageia-discuss] About Mandriva tools future : Host Mandriva tools on github">liam at holoweb.net
</A><BR>
<I>Tue Oct 5 00:09:54 CEST 2010</I>
<P><UL>
<LI>Previous message: <A HREF="000815.html">[Mageia-dev] [Mageia-discuss] About Mandriva tools future : Host Mandriva tools on github
</A></li>
<LI>Next message: <A HREF="000830.html">[Mageia-dev] [Mageia-discuss] About Mandriva tools future : Host Mandriva tools on github
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#816">[ date ]</a>
<a href="thread.html#816">[ thread ]</a>
<a href="subject.html#816">[ subject ]</a>
<a href="author.html#816">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Mon, 2010-10-04 at 17:53 -0400, Robert Xu wrote:
[...]
><i> would it be possible to move drakxtools slowly away from perl gtk?
</I>><i> Or at least make perl gtk better (and provide a perlQt implementation?)
</I>
In principle there could be a GDK port to use Qt, so the same *drak code
would work with both toolkits.
><i> Because as far as I'm concerned, if any of these GUIs freeze up, it's
</I>><i> automatically sucky.
</I>><i> Which most of them will do (ex rpmdrake)
</I>><i> (Even though most aren't, but this affects usability very much)
</I>
I have not seen rpmdrake freeze up, not like KDE apps :-) but that's
probably because I use a gnome desktop by preference.
But rpmdrake ported to Qt would probably "freeze up" in the same places.
It needs more asynchronous operations. At one point I thought about
using dbxml (a small, fast interface to XML documents, with a btree
index and dynamic hashing), which would probably make rpmdrake and urpmi
a lot faster, but the dbxml packages didn't even build easily on
Mandriva, and the rpm didn't install the perl API.
Liam
--
Liam Quin - XML Activity Lead, W3C, <A HREF="http://www.w3.org/People/Quin/">http://www.w3.org/People/Quin/</A>
Pictures from old books: <A HREF="http://fromoldbooks.org/">http://fromoldbooks.org/</A>
Ankh: irc.sorcery.net irc.gnome.org www.advogato.org
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000815.html">[Mageia-dev] [Mageia-discuss] About Mandriva tools future : Host Mandriva tools on github
</A></li>
<LI>Next message: <A HREF="000830.html">[Mageia-dev] [Mageia-discuss] About Mandriva tools future : Host Mandriva tools on github
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#816">[ date ]</a>
<a href="thread.html#816">[ thread ]</a>
<a href="subject.html#816">[ subject ]</a>
<a href="author.html#816">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|