Setting Cardapio in Unity launcher?

Asked by jovial

Hello
For me Cardapio is the best way to quickly access my applications and my shortcut
From this http://ubuntuguide.net/use-classic-menu-in-ubuntu-11-04-unity-launcher I've create a launcher to run Cardapio in addition to the dash
I run work fine, just I'm looking for, how to start setting of Cardapio.
For this i will create a quick list on the launcher but what is the command to open the setting?

in order to complete edition of /quicklist

X-Ayatana-Desktop-Shortcuts=Cardapio setting;
[Cardapio setting Shortcut Group]
Name=Cardapio setting
Exec=cardiapo ??????
TargetEnvironment=Unity

Jean-luc

Question information

Language:
English Edit question
Status:
Solved
For:
Cardapio Edit question
Assignee:
No assignee Edit question
Solved by:
jovial
Solved:
Last query:
Last reply:
Revision history for this message
Thiago Teixeira (tvst) said :
#1

Hi Jovial,

Currently there is no command to open the Cardapio settings window, but I will implement one and get back to you. It will probably be something like

cardapio open-settings-window

I will let you know when this is implemented (probably in a few days time).

Cheers

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Thiago Teixeira (tvst) said :
#3

Hi Jovial,

I have updated Cardapio trunk, so you can now start Cardapio's options window using the following command:

$ cardapio options

This new version of Cardapio will be in the PPA tonight or tomorrow.

Best

Revision history for this message
Thiago Teixeira (tvst) said :
#4

Given that it has been a while since I proposed an answer, and nobody replied, I'm going to assume the answer satisfied you :)

Revision history for this message
jovial (jovial) said :
#5

Sorry for the delay response.
I tested 0.9.182 on ubuntu 10.10.
I think it's ok, I need time, my ubuntu 11.01 is out of work.
I Will report on this post.
Thanks a lot

Jean-luc

Revision history for this message
jovial (jovial) said :
#6

[Desktop Entry]
Version=1.0
Type=Application
Ok tested in Ubuntu11.04 /cardapio 0.9.182 > it run fine

Here is file for create the launcher with options in contextuel menu + a link for quick acces too the site

Terminal=false
Exec=cardapio show-near-mouse
Name=Ubuntu menu
Icon=gnome-main-menu

X-Ayatana-Desktop-Shortcuts=Cardapio options;Cardapio site;

[Cardapio options Shortcut Group]
Name=Menu options
Exec=cardapio options
TargetEnvironment=Unity

[Cardapio site Shortcut Group]
Name=Cardapio site
Exec=firefox https://launchpad.net/cardapio
TargetEnvironment=Unity

Thanks