aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpackages/linux_make/Makefile4
-rw-r--r--packages/linux_make/pd-extended.desktop9
2 files changed, 6 insertions, 7 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile
index 8e8dffcd..4a4898f4 100755
--- a/packages/linux_make/Makefile
+++ b/packages/linux_make/Makefile
@@ -76,9 +76,9 @@ deb: $(bindir)
install -d $(DESTDIR)/usr/share/icons/hicolor/128x128/apps
install -p -m0644 $(packages_src)/linux_make/pd.png \
$(DESTDIR)/usr/share/icons/hicolor/128x128/apps/
- install -d $(DESTDIR)/usr/share/pixmaps
+ install -d $(DESTDIR)/usr/share/icons/hicolor/48x48/apps
install -p -m0644 $(packages_src)/linux_make/pd-48x48.png \
- $(DESTDIR)/usr/share/pixmaps/pd.png
+ $(DESTDIR)/usr/share/icons/hicolor/48x48/apps/pd.png
install -d $(DESTDIR)/usr/share/applications/
install -p $(packages_src)/linux_make/pd-extended.desktop \
$(DESTDIR)/usr/share/applications/
diff --git a/packages/linux_make/pd-extended.desktop b/packages/linux_make/pd-extended.desktop
index 92327258..ddbd68c0 100644
--- a/packages/linux_make/pd-extended.desktop
+++ b/packages/linux_make/pd-extended.desktop
@@ -9,11 +9,10 @@ Comment[es]=Plataforma de programaci—n visual para aplicaciones multimedia
Comment[fr]=Plateforme de programmation visuelle pour applications multimŽdia
Comment[it]=Piattaforma di programmazione visuale per applicazioni multimedia
Comment[pt]=Plataforma de programaŤ‹o visuais para multimedia
-Exec=/usr/local/bin/pd
+Exec=/usr/local/bin/pd %F
Terminal=false
Type=Application
Icon=pd
-Categories=GNOME;GTK;Application;AudioVideo;X-Ximian-Main;X-Red-Hat-Base;
-MimeType=application/x-ogg;application/ogg;audio/x-mp3;
-StartupNotify=true
-X-Ubuntu-Gettext-Domain=pd-extended
+Categories=AudioVideo;Audio;Video;Development
+MimeType=application/x-pd
+StartupNotify=false