Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No menu item for Ardour 5 #44

Closed
rghvdberg opened this issue Aug 14, 2016 · 5 comments
Closed

No menu item for Ardour 5 #44

rghvdberg opened this issue Aug 14, 2016 · 5 comments

Comments

@rghvdberg
Copy link

rghvdberg commented Aug 14, 2016

Mint 17.3
updated ardour
(apt removed ardour4, I guess this is fine)
I have no menu item for ardour
rebooted
no menu item
copied /usr/share/applications/ardour.desktop to ~/.local/share/applications/
logged out and in
no menu item
I can run it from the terminal and via ALT-F2

@rghvdberg rghvdberg changed the title No menu item for Ardour (5) No menu item for Ardour 5 Aug 14, 2016
@falkTX
Copy link
Contributor

falkTX commented Sep 15, 2016

should be fixed, please confirm

@Houston4444
Copy link

Not fixed yet in gcc5 repos. (we can see that in ardour-v5/ardour.desktop

Another thing that would be nice is to have icons on ardour session files.
for that, just copy these files (in attachment or in source ardour/share/icons/) to the ardour-v5/debian directory and modify ardour.install adding these lines :
debian/application-x-ardour_16px.png usr/share/icons/hicolor/16x16/apps
debian/application-x-ardour_22px.png usr/share/icons/hicolor/22x22/apps
debian/application-x-ardour_32px.png usr/share/icons/hicolor/32x32/apps
debian/application-x-ardour_48px.png usr/share/icons/hicolor/48x48/apps

application-x-ardour_16px
application-x-ardour_22px
application-x-ardour_32px
application-x-ardour_48px

@falkTX
Copy link
Contributor

falkTX commented Sep 25, 2016

You're right, sorry.
I fixed the desktop file for ardour non-gcc5 but not for gcc5 build.
https://github.com/KXStudio/Repository/blob/master/source/ardour-v5/debian/ardour.desktop

Will push an update next week.
The tip about the session files is a good one, thanks.

@falkTX
Copy link
Contributor

falkTX commented Sep 29, 2016

Fixed now.
I added the icons, but not sure if they're working.

@falkTX falkTX closed this as completed Sep 29, 2016
@Houston4444
Copy link

You're right for the icons, it doesn't works because I made two mistakes.
The first one is that all icons MUST be named application-x-ardour.png (and not application-x-ardour_32px.png ).
The second one is that install path may not be 'apps' but 'mimetypes'.
So to make it works:
extract tar.gz in attachment to ardour-v5/debian

then modify the 4 lines in ardour.install to:

debian/mimeicons/16x16/application-x-ardour usr/share/icons/hicolor/16x16/mimetypes
debian/mimeicons/22x22/application-x-ardour usr/share/icons/hicolor/22x22/mimetypes
debian/mimeicons/32x32/application-x-ardour usr/share/icons/hicolor/32x32/mimetypes
debian/mimeicons/48x48/application-x-ardour usr/share/icons/hicolor/48x48/mimetypes

I just tested it in a new session and it works well ! Sorry for the mistakes.

mimeicons.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants