[9639] in athena10
Re: [Debathena] #581: Give shiny icons to the items in the "MIT
daemon@ATHENA.MIT.EDU (Debathena Trac)
Mon Jul 30 10:56:31 2012
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
From: "Debathena Trac" <debathena@MIT.EDU>
Cc: debathena@MIT.EDU
To: jdreed@MIT.EDU
Date: Mon, 30 Jul 2012 14:56:27 -0000
Reply-To:
Message-ID: <057.234459ca1b30488b4630c6dc4c9ddabf@mit.edu>
In-Reply-To: <042.2feb2f0f77e0ce5ca5d2716572f05515@mit.edu>
Content-Transfer-Encoding: 8bit
#581: Give shiny icons to the items in the "MIT Software" menu
-------------------------+--------------------------------
Reporter: jdreed | Owner: jdreed
Type: enhancement | Status: accepted
Priority: low | Milestone: Precise Release
Component: -- | Resolution:
Keywords: | Upstream bug:
-------------------------+--------------------------------
Comment (by jdreed):
r25669 and r25670 adds an icon for MATLAB. Some of these are going to be
harder. Adobe, of course, has very restrictive terms about their icons,
though they do distribute a 32x32 PDF file icon to be used only as a "an
active link to a PDF file", and their terms are more permissive if you
have signed a license agreement with them (which we have). You can, uh,
also take a picture of an Adobe Software box and use that.
Here's my terrible idea for Acrobat Reader:
{{{
Index: debian/rules
===================================================================
--- debian/rules (revision 25590)
+++ debian/rules (working copy)
@@ -1,3 +1,10 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
+
+common-install-indep::
+ cp
/afs/athena.mit.edu/software/acro/current/distrib/amd64_linux26/Adobe/Reader9/Resource/Icons/64x64/AdobeReader9.png
$(CURDIR)/debian/adobe-reader-icon.png
+ dh_install debian/adobe-reader-icon.png usr/share/debathena-
locker-menu
+
+clean::
+ rm -f adobe-reader-icon.png
Index: debian/locker-acroread.desktop
===================================================================
--- debian/locker-acroread.desktop (revision 25590)
+++ debian/locker-acroread.desktop (working copy)
@@ -13,5 +13,5 @@
Exec=gathrun acro acroread
Terminal=false
Type=Application
-Icon=gnome-run
+Icon=/usr/share/debathena-locker-menu/adobe-reader-icon.png
Categories=Locker;
}}}
--
Ticket URL: <https://athena10.mit.edu/trac/ticket/581#comment:5>
Debathena <http://debathena.mit.edu>
MIT Debathena Project