-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OS X] Add link to sync folder with ownCloud icon in Finder Sidebar #296
Comments
Same topic for SparkleShare. No solution yet. hbons/SparkleShare#503 |
Yes, this would be nice and give the "normal" users even more the good dropbox feeling. |
Is there any work done on this issue? |
No work done yet as far as I know. |
1.7 related update: For the Finder overlay icons in 1.7 we now have code injected into Finder. It is possibly easier now to integrate this. https://github.com/owncloud/mirall/tree/1.7/shell_integration/MacOSX/OwnCloudFinder |
WOW! this is wonderfull is already available for download? On 9/12/14, Markus Goetz [email protected] wrote:
|
I looked at how to do this in relation with #2340, there is an official way documented within the FinderSync doc in the "Adding a Sidebar icon": This seems to rely on the FinderSync watched folder list (I didn't try yet) but fetches the icon from the wrapping application's own CFBundleIconFile .icns file. We'd need to replace the manual kdelibs logic in cmake/modules/AddAppIconMacro.cmake with an .iconset folder (containing extra sidebar_123x123.png files) and generate the .icns using iconutils instead. The main problem I see with this though is that I'd have to change the structure of all the branding repository which fetches those files or create this .iconset directory on the fly in the build directory. I'm not sure yet if that amount of work is worth showing a fancier icon in the Finder sidebar, what do you think? |
I strongly believe this is an important part of visibility and brand generation, and so it'll be worth the efforts by sure... |
This little features creates a lot of user value (from my point of On 6/19/15, rgr101 [email protected] wrote:
|
@MTRichards @jancborchardt Please also discuss with regards to multi-account or multiple sync folders. |
For multi-account, I’d say every local folder should have an entry in the sidebar. For multiple sync folders, not sure. |
Yes, each root folder should get a shortcut on the finder menu, and in windows in explorer. For multi account, the rule remains that root sync folders get left menu icons - but only one. So if a root folder is synced in two accounts, only 1 sidebar as it is the same folder. @jancborchardt what do you think? |
@MTRichards sounds reasonable, yes. |
Ok. Confirming 2.1 as the milestone then. |
Hi!, i see that this is an OSX related issue. Is there a Windows related one or i could be informed by watching this? |
(At least currently the code to create a sidebar favorite seems not to be called at all because it is in a not possible anymore |
In the process, use an iconset to generate the icns using iconutil. Also add some missing icon resolutions according to the guidelines. Issue owncloud#296
Some progress: #5928 (comment) |
In the process, use an iconset to generate the icns using iconutil. Also add some missing icon resolutions according to the guidelines. Issue #296
Just a nice-to-have with no priority:
Have an Owncloud icon instead of the ordinary folder icon in Finder's Sidebar
(just like Dropbox does).
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: