blob: d9efdfdf6cdc73dcb76354d70615e8bfabc0d12c (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] GUI tools
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20GUI%20tools&In-Reply-To=%3CAANLkTikz7Q-t9u-NpYdaoT59%2BmdxPVwt0%2BAHkOhh-u_h%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001390.html">
<LINK REL="Next" HREF="001392.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] GUI tools</H1>
<B>Thierry Vignaud</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20GUI%20tools&In-Reply-To=%3CAANLkTikz7Q-t9u-NpYdaoT59%2BmdxPVwt0%2BAHkOhh-u_h%40mail.gmail.com%3E"
TITLE="[Mageia-discuss] GUI tools">thierry.vignaud at gmail.com
</A><BR>
<I>Mon Sep 27 15:47:10 CEST 2010</I>
<P><UL>
<LI>Previous message: <A HREF="001390.html">[Mageia-discuss] presentation + summary request
</A></li>
<LI>Next message: <A HREF="001392.html">[Mageia-discuss] Donations page translated to Spanish
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1391">[ date ]</a>
<a href="thread.html#1391">[ thread ]</a>
<a href="subject.html#1391">[ subject ]</a>
<a href="author.html#1391">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 20 September 2010 00:14, Martial Saunois <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">martial.saunois at free.fr</A>> wrote:
><i> The integration of the current MCC with the desktop environment is not very
</I>><i> good.
</I>><i> I would like to use Qt tools for my Kde, and Gtk tools for my Gnome.
</I>
It's doable for simple tools that are using the interactive layer
<A HREF="http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/drakx/trunk/perl-install/interactive.pm">http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/drakx/trunk/perl-install/interactive.pm</A>
<A HREF="http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/drakx/trunk/perl-install/interactive/">http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/drakx/trunk/perl-install/interactive/</A>
One would "just" have to write a qt backend.
However for more complex tools, they're already targeting gtk+
directly (well, through mygtk2 and ugtk2) so one would have to write a
second GUI from scratch.
More bugs, more IHM issues IMHO
I think it would be better to use our ressources in enhancing the
qt-gtk bridge and polishing there & there.
My 2 cents
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001390.html">[Mageia-discuss] presentation + summary request
</A></li>
<LI>Next message: <A HREF="001392.html">[Mageia-discuss] Donations page translated to Spanish
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1391">[ date ]</a>
<a href="thread.html#1391">[ thread ]</a>
<a href="subject.html#1391">[ subject ]</a>
<a href="author.html#1391">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
mailing list</a><br>
</body></html>
|