2

In older Ubuntu versions I could right-click on a folder and I would have the option to open it with Audacious. I can't in 13.04.

P.S.: I don't know what thunar is.

2 Answers2

0

This is the way I did.

I ran the following command:

sudo apt-get install nautilus-actions

Then run the Nautilus-Actions Configuration Tool, and create a new item:

  1. Label => Open with audacious
  2. Path => /usr/bin/audacious
  3. Parameters => %U
  4. Working directory => %D -

Good luck.

Alaa Ali
  • 32,213
0

If you set the 'view', 'interface' to winamp, and then 'view', 'always on top' audacious is small and always displays. Then its really easy to drag and drop folders into it. Just something I tried, and it worked...

Amphibio
  • 220