I found solution for `radiotray --resume` issue.
In Radiotray.py file is:
    77         # chooser
    78         if(url != None):
    79             chooser = GuiChooserConfiguration()
    80             gui_engine = chooser.run()
    81             self.cfg_provider.setConfigValue("gui_engine", gui_engine)
    82             url = None
    83         # load gui
When you replace "if(url != None):" with "if(url != '--config'): " , then 
radiotray URL and radiotray --resume will work nicely again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/850270

Title:
  Radiotray asks whether to use the notification area or an app
  indicator, on first run and when passed a command line parameter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/radiotray/+bug/850270/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to