Add U1 folder to favorites on Windows
Bug #1089639 reported by
Brian Curtin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu One Control Panel |
In Progress
|
Medium
|
Brian Curtin |
Bug Description
The Ubuntu One folder should be added to the favorites folder so it is easily accessible.
Related branches
Changed in ubuntuone-control-panel: | |
status: | New → In Progress |
Changed in ubuntuone-control-panel: | |
importance: | Undecided → Medium |
To post a comment you must log in.
This would ideally be done using SHGetKnownFolde rPath with the FOLDERID_Links argument. Unfortunately this is not exposed via pywin32, so it's not going to be the cleanest method, but it's not too bad.
One option is to use SHGetFolderPath with the CSIDL_PROFILE argument, append "Links", then check that the path exists. That's the default of the above option and likely to be the case. However, if someone (oddly) chose to move that folder, then this method is broken.