Opened 20 months ago
Closed 20 months ago
#12896 closed Bug report (wontfix)
FileZilla fails to save settings on Windows 11 if Notepad is uninstalled
Reported by: | greatttt | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | notepad, windows 11 | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | Windows 11 22H2 |
Description
Hello,
If Notepad is uninstalled, FileZilla fails to save settings as formats may become messed up and displays this error.
"FAILED TO VALIDATE SETTINGS"
Associated program not found: C:\Windows\System32\notepad.exe
If you remove the first few lines, it will display errors as for some reason, format is incorrect in many of those filetypes (never touched this window)
Solving is easy as you just remove misspelled settings and add quotes, but it's weird that FileZilla even created such associations in the first place.
1137 "C:\Program Files\Notepad++\notepad++.exe" %f
conf "C:\Program Files\Notepad++\notepad++.exe" %f
htaccess "C:\Program Files\Notepad++\notepad++.exe" %f
log "C:\Program Files\Notepad++\notepad++.exe" %f
php "C:\Program Files\Notepad++\notepad++.exe" %f
txt "C:\Program Files\Notepad++\notepad++.exe" %f
Attachments (1)
Change History (2)
by , 20 months ago
comment:1 by , 20 months ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Settings validation is intentional and desired.