#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)

filez.png (48.5 KB ) - added by greatttt 13 months ago.

Download all attachments as: .zip

Change History (2)

by greatttt, 13 months ago

Attachment: filez.png added

comment:1 by Tim Kosse, 13 months ago

Resolution: wontfix
Status: newclosed

Settings validation is intentional and desired.

Note: See TracTickets for help on using tickets.