One Instance Aqualung

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
User avatar
Sulphurcocky
Posts: 9
Joined: Wed 07 Nov 2012, 06:51
Location: Sydney, Australia

One Instance Aqualung

#1 Post by Sulphurcocky »

I use Aqualung in the Rox Openwith

To send to Aqualung without opening more instances

Aqualung Version 11-09

General - Miscellanious-Tab
Implicit command line

--session 0 -E -t

--session 0 is for the first instance no matter how many opened
-t will create a new tab,

You could try and create a shell exec with these on the commandline
if your version of Aqualung does not support the implicit command entry.


I can load whole artist/album sets into one tab with the above command in Aqualung then just choose open with on a directory in rox
and choose your aqualung symlink.


just another trick I like
osmo -c
brings up just the calander without opening another instance of osmo - "calander only".

User avatar
Sulphurcocky
Posts: 9
Joined: Wed 07 Nov 2012, 06:51
Location: Sydney, Australia

Aqualung 12 in Precise

#2 Post by Sulphurcocky »

It seems that Barry has compiled the Version of Aqualung in Precise 5.4.1 without the system tray option. so not applicable to that specific Aqualung.

Barry's motivation I am unsure of other than keeping size down but it could have been the multiple instances of Aqualung.


Regarding osmo -c
It will only call up the calender without a system tray icon, not prevent other sessions being run
I change minical to use osmo -c and click clock to bring it up that way, but multiple clicks will call up multiple copies, they just DON'T close to the system tray when quit and exit fully.

BTCohosh
Posts: 10
Joined: Mon 15 Oct 2012, 16:25

I was wondering where the tray icon went....

#3 Post by BTCohosh »

Anyone know if there's a relatively hassle-free way to get the Aqualung tray icon back?

I kinda miss the little bugger....

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Re: I was wondering where the tray icon went....

#4 Post by Billtoo »

BTCohosh wrote:Anyone know if there's a relatively hassle-free way to get the Aqualung tray icon back?

I kinda miss the little bugger....
I made a pet of aqualung in upup precise 54x4 if you want to give it a try.
Attachments
aqualungscrn.jpg
(30.31 KiB) Downloaded 570 times

BTCohosh
Posts: 10
Joined: Mon 15 Oct 2012, 16:25

Works great!

#5 Post by BTCohosh »

Thanks for that! The tray icon is back.

4-stroke
Posts: 114
Joined: Fri 07 Aug 2009, 14:15
Location: Sweden

#6 Post by 4-stroke »

I like to play songs one at a time by clicking on them in rox-filer without a playlist.

If i put this line in "defaultaudioplayer" it works the way I want it to:

Code: Select all

exec aqualung -N0 -E -L -t "$@"
Precise 5.4.2

Edit: Disregard the above. This works even better, without opening a heap of new tabs:

Code: Select all

exec aqualung -N0 -L "$@"

Post Reply