nextcloud / desktop

💻 Desktop sync client for Nextcloud
https://nextcloud.com/install/#install-clients
GNU General Public License v2.0
2.98k stars 784 forks source link

Cannot deactivate "Sync hidden files" before having at least 1 sync connection #1346

Open Murcl opened 5 years ago

Murcl commented 5 years ago

Expected behaviour

I want to deactivate "Sync hidden files" before establishing my first sync connection (syncing my Windows user folder). I don't want the AppData folder (which is a hidden folder) to be synchronized.

Actual behaviour

I cannot deactivate this setting, it always resets itself. After I setup a sync connection I can normally toggle this setting as it should be.

Steps to reproduce

  1. First start of the Nextcloud Windows client
  2. Login
  3. Skip folders configuration
  4. General -> Edit Ignored Files -> Sync hidden files
  5. Uncheck it
  6. Close window
  7. Open window again and see that it is still checked

Client configuration

Client version: 2.5.2git (build 20190319)

Operating system: Windows 10 1903

OS language: English

Qt version used by client package (Linux only, see also Settings dialog):

Client package (From Nextcloud or distro) (Linux only):

Installation path of client: C:\Program Files (x86)\Nextcloud

emakariev commented 5 years ago

Same problem on Debian Stretch and Buster (Version 2.5.1git) I fixed this by adding pattern .* to "files ignored by patterns", but that will work only on Linux.

ghost commented 4 years ago

Debian Bullseye - Version 2.6.2-1

mgallien commented 3 years ago

I can reproduce that with a build from master. I guess we will fix that eventually.