![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Multimedia & Video Have multimedia question? ATI, Nvidia, Sound cards. Just ask here. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2006
My beans are hidden!
|
Ok, I'm trying to follow the QjackCtl Connections tutorial at the ubuntustudio wiki and right away I'm having trouble following it exactly, only because I cannot get ZynAddSubFX to be listed in the launcher. I've tried uninstalling and reinstalling both ZynAddSubFX and Ubuntu Studio Launcher. I've tried manually adding a new menu entry for ZynAddSubFX into the Ubuntu Applications menu and for some reason a desktop configuration file for it is never added to /usr/share/applications.
Of course I know I could launch the apps on their own and continue with the tutorial but I'd like to get ZynAddSubFX listed for future use. Any idea what's going on? Any idea how I can perhaps alter the script and hardcode ZynAddSubFX into it? Thanks in advance for any answers |
|
|
|
|
|
#2 |
|
Dipped in Ubuntu
![]() |
Re: Ubuntu Studio Launcher and ZynAddSubFX
Yes, the problem is that the script only looks in the location you mentioned (the PROPER location) for .desktop files. ZynAddSubFX's .desktop file is not put into that location. You can manually copy the file over if you like, or hope that someone in #ubuntu-motu approves my fix that I uploaded to REVU on March 6th.
|
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2006
My beans are hidden!
|
Re: Ubuntu Studio Launcher and ZynAddSubFX
Ok, thank you... and where is the .desktop file placed?
Last edited by mGee; April 23rd, 2006 at 10:04 AM.. |
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2006
My beans are hidden!
|
Re: Ubuntu Studio Launcher and ZynAddSubFX
Well, I found the location of the .desktop file in ~/.local/share/applications/ and copied it to /usr/share/applications/. Yet zynaddsubfxx still doesn't show in the USL.
|
|
|
|
|
|
#5 |
|
Just Give Me the Beans!
![]() Join Date: Nov 2005
Location: Lisbon, Portugal
Beans: 75
Ubuntu 8.10 Intrepid Ibex
|
After moving zynaddsubfx.desktop from ~/.local/share/applications/ to /usr/share/applications add the line Categories=Application;AudioVideo;Audio; to it so that the .desktop file looks like this:
Code:
[Desktop Entry] Comment=ZynAddSubFX Software Synthesizer NoDisplay=false Name=ZynAddSubFX Exec=/usr/bin/zynaddsubfx Terminal=false Hidden=false Type=Application Icon=/usr/share/pixmaps/zynaddsubfx.xpm Categories=Application;AudioVideo;Audio; Code:
for i in `grep -i "^Categories=.*Audio" $DESKTOPPATH/*.desktop | awk -F: '{ print $1 }' | uniq` ; do
Have fun. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|