It's possible to open ubuntu one twice
Bug #862997 reported by
Leo Arias
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Ubuntu One Control Panel | Status tracked in Trunk | |||||
Stable-3-0 |
Fix Committed
|
Undecided
|
Unassigned | |||
Trunk |
Fix Released
|
Medium
|
Roberto Alsina |
Bug Description
I had one u1 control panel opened on windows. Then I went to the start menu and opened it again. Then I got two u1s.
Is it possible to know that the application is open and just give it the focus?
In addition to this, when I closed one of the control panels, windows 7 showed a message saying that the application might have been wrongly installed, and offering me to reinstall it.
Related branches
lp://staging/~ralsina/ubuntuone-control-panel/even_more_unique_than_the_other_snowflake
- Manuel de la Peña (community): Approve
- Diego Sarmentero (community): Approve
-
Diff: 324 lines (+265/-4)6 files modifiedubuntuone/controlpanel/gui/qt/main/__init__.py (+4/-4)
ubuntuone/controlpanel/gui/qt/uniqueapp/__init__.py (+28/-0)
ubuntuone/controlpanel/gui/qt/uniqueapp/linux.py (+29/-0)
ubuntuone/controlpanel/gui/qt/uniqueapp/tests/__init__.py (+17/-0)
ubuntuone/controlpanel/gui/qt/uniqueapp/tests/test_windows.py (+135/-0)
ubuntuone/controlpanel/gui/qt/uniqueapp/windows.py (+52/-0)
lp://staging/~nataliabidart/ubuntuone-control-panel/stable-3-0-update-2.99.2
- dobey (community): Approve
- Roberto Alsina (community): Approve
-
Diff: 376 lines (+288/-4)8 files modifiedubuntuone/controlpanel/gui/qt/devices.py (+1/-0)
ubuntuone/controlpanel/gui/qt/main/__init__.py (+4/-4)
ubuntuone/controlpanel/gui/qt/tests/test_devices.py (+22/-0)
ubuntuone/controlpanel/gui/qt/uniqueapp/__init__.py (+28/-0)
ubuntuone/controlpanel/gui/qt/uniqueapp/linux.py (+29/-0)
ubuntuone/controlpanel/gui/qt/uniqueapp/tests/__init__.py (+17/-0)
ubuntuone/controlpanel/gui/qt/uniqueapp/tests/test_windows.py (+135/-0)
ubuntuone/controlpanel/gui/qt/uniqueapp/windows.py (+52/-0)
Changed in ubuntuone-control-panel: | |
assignee: | nobody → Ubuntu One Desktop+ team (ubuntuone-desktop+) |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in ubuntuone-control-panel: | |
assignee: | Ubuntu One Desktop+ team (ubuntuone-desktop+) → Roberto Alsina (ralsina) |
status: | Triaged → In Progress |
Changed in ubuntuone-control-panel: | |
status: | In Progress → Fix Committed |
Changed in ubuntuone-control-panel: | |
status: | Fix Committed → Fix Released |
Changed in ubuntuone-control-panel: | |
milestone: | none → 2.99.2 |
To post a comment you must log in.
The solution (on windows) is probably something like this:
http:// lists.pardus. org.tr/ uludag- commits/ 2010-April/ 025567. html
But hopefully without a TCP socket.