Author |
Message |
Sulphurcocky

Joined: 07 Nov 2012 Posts: 9 Location: Sydney, Australia
|
Posted: Fri 09 Nov 2012, 01:45 Post subject:
One Instance Aqualung Subject description: How to get Aqualung to only open one instance |
|
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".
|
Back to top
|
|
 |
Sulphurcocky

Joined: 07 Nov 2012 Posts: 9 Location: Sydney, Australia
|
Posted: Sat 10 Nov 2012, 15:50 Post subject:
Aqualung 12 in Precise Subject description: Without system tray |
|
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.
|
Back to top
|
|
 |
BTCohosh
Joined: 15 Oct 2012 Posts: 10
|
Posted: Sun 25 Nov 2012, 20:26 Post subject:
I was wondering where the tray icon went.... |
|
Anyone know if there's a relatively hassle-free way to get the Aqualung tray icon back?
I kinda miss the little bugger....
|
Back to top
|
|
 |
Billtoo

Joined: 07 Apr 2009 Posts: 3421 Location: Ontario Canada
|
Posted: Mon 26 Nov 2012, 18:34 Post subject:
Re: I was wondering where the tray icon went.... |
|
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.
Description |
|
Filesize |
30.31 KB |
Viewed |
557 Time(s) |

|
|
Back to top
|
|
 |
BTCohosh
Joined: 15 Oct 2012 Posts: 10
|
Posted: Tue 27 Nov 2012, 09:10 Post subject:
Works great! |
|
Thanks for that! The tray icon is back.
|
Back to top
|
|
 |
4-stroke
Joined: 07 Aug 2009 Posts: 114 Location: Sweden
|
Posted: Sat 08 Dec 2012, 17:02 Post subject:
|
|
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: | 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: | exec aqualung -N0 -L "$@" |
|
Back to top
|
|
 |
|