Disable change icon folder ubuntu

Hi.
I don’t want the insync change the icon folder from my Ubuntu.
How i disable?
Thanks

@lpugoy is this something we can do? :slight_smile:

@vitorbrp2p: You could try adding the --no-custom-folder-icon when starting Insync. So the full command would be insync start --no-custom-folder-icon. Hope this helps.

It works!!
Thanks!
I love insynch, the best support too

@vitorbrp2p: Glad to know it worked for you. Let us know if you encounter any more issues.

I can disable the icons of files syncronized?
I want the original icons for my files and folders

Thanks

@vitorbrp2p: That functionality is provided by the insync-nautilus package. You could uninstall it if you want to disable the sync icons. However this will also remove the Insync context menu when right clicking on a file.

If you are familiar with programming you could remove the update_file_info function in /usr/share/nautilus-python/extensions/insync_plugin.py to disable the sync icons only but keep the Insync context menu.