blob: 96377adf27bac4ccce881e1e149a2d7e022f1078 (
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
83
84
85
86
87
88
89
90
91
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] pixmap
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20pixmap&In-Reply-To=%3C4EEC6938.4040709%40orange.fr%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="010434.html">
<LINK REL="Next" HREF="010402.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] pixmap</H1>
<B>Colette Jean-Claude</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20pixmap&In-Reply-To=%3C4EEC6938.4040709%40orange.fr%3E"
TITLE="[Mageia-dev] pixmap">colette.jc at orange.fr
</A><BR>
<I>Sat Dec 17 11:04:40 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="010434.html">[Mageia-dev] pixmap
</A></li>
<LI>Next message: <A HREF="010402.html">[Mageia-dev] How broken are RPM dependencies allowed to be?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10553">[ date ]</a>
<a href="thread.html#10553">[ thread ]</a>
<a href="subject.html#10553">[ subject ]</a>
<a href="author.html#10553">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 14/12/2011 21:49, Dan Fandrich wrote:
><i> On Wed, Dec 14, 2011 at 09:42:54PM +0100, jcc wrote:
</I>>><i> I have a problem with the icon of the application.
</I>>><i>
</I>>><i> First I tried to save the icon image in pixmap directory but no icon
</I>>><i> appears on the desktop menu bar.
</I>><i> What does your .desktop file look like?
</I>><i>
</I>>>>><i> Dan
</I>Hi,
I send you the desktop file:
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/axiom.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=axiom
GenericName=axiom
GenericName[fr]=axiom
Comment=Computer Algebra system
Comment[fr]=Système de calcul formel
Exec=axiom
TryExec=axiom
Icon=axiom
Terminal=true
Type=Application
Categories=Education;Science;Math;
EOF
But I have installed application launcher Lancelot in the plasmoid and
the icon appears.
So I think that it become from the Mageia launcher under kde. :(
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="010434.html">[Mageia-dev] pixmap
</A></li>
<LI>Next message: <A HREF="010402.html">[Mageia-dev] How broken are RPM dependencies allowed to be?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10553">[ date ]</a>
<a href="thread.html#10553">[ thread ]</a>
<a href="subject.html#10553">[ subject ]</a>
<a href="author.html#10553">[ 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>
|