Comment 5 for bug 508596

Revision history for this message
Roman Yepishev (rye) wrote :

STR:
1. Click applet preferences, set Show Icon: Never.
2. Kill ubuntuone-client-applet
3. cat ~/.config/ubuntuone/ubuntuone-client.conf, see that show_applet = 2
4. Start ubuntuone-client-applet, see that the applet icon appears.

According to the code,
    self.set_visible(True)
is called in AppletIcon.__init__. This should be changed to
    self.update_visibility()