Custom Query (8021 matches)
Results (160 - 162 of 8021)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#12360 | fixed | Bug in Finnish locale | ||
Description |
file fi_FI.po?revision=9791 As can be seen below, lines 4263 and 4267 have same content, but they should not be the same. Line 4267 has incorrect translation. Line 4267 should be "Suodata pois kohteet, jotka täsmäävät yhdenkin seuraavan kanssa" 4261 #: ../src/interface/filteredit.cpp:123 4262 msgid "Filter out items matching all of the following" 4263 msgstr "Suodata pois kohteet, jotka täsmäävät kaikkien seuraavien kanssa" 4264 4265 #: ../src/interface/filteredit.cpp:124 4266 msgid "Filter out items matching any of the following" 4267 msgstr "Suodata pois kohteet, jotka täsmäävät kaikkien seuraavien kanssa" |
|||
#12359 | fixed | Error Mac FileZilla 3.52.0.3 | ||
Description |
Error Al descargar archivos de ftp Los asteriscos * lo he cambiado manualmente ya que es un proyecto privado cd "/var/www/vhosts/*.com/httpdocs/0_*.1/update" Respuesta: New directory is: "/var/www/vhosts/*.com/httpdocs/0_*.1/update" Comando: get "update.php" "/Users/imac_fer/Desktop/vertary/0_*.1/update/update.php" Error: Could not allocate memory to open '/Users/imac_fer/Desktop/vertary/0_*.1/update/update.php' for writing. Error: local: unable to open /Users/imac_fer/Desktop/vertary/0_*.1/update/update.php Error: Error crítico de transferencia de archivo FileZilla Client Version: 3.52.0.3 Build information:
Linked against:
Operating system:
|
|||
#12358 | worksforme | FileZilla 3.52.0.2 does not compile on macOS earlier than 11.0 | ||
Description |
I'm maintaining FileZilla at MacPorts and run into the following when compiling: :info:build toolbar.mm:9:8: warning: instance method '-setToolbarStyle:' not found (return type defaults to 'id') [-Wobjc-method-access] :info:build [tlw setToolbarStyle:NSWindowToolbarStyleExpanded]; :info:build ^~~~~~~~~~~~~~~ :info:build /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:185:12: note: receiver is instance of class declared here :info:build @interface NSWindow : NSResponder <NSAnimatablePropertyContainer, NSMenuItemValidation, NSUserInterfaceValidations, NSUserInterfaceItemIdentification, NSAppearanceCustomization, NSAccessibilityElement, NSAc cessibility> :info:build ^ :info:build toolbar.mm:9:24: error: use of undeclared identifier 'NSWindowToolbarStyleExpanded' :info:build [tlw setToolbarStyle:NSWindowToolbarStyleExpanded]; :info:build ^ :info:build 2 warnings generated. :info:build mv -f settings/.deps/filezilla-optionspage.Tpo settings/.deps/filezilla-optionspage.Po :info:build 1 warning and 1 error generated. :info:build make[4]: *** [libfzmac_a-toolbar.o] Error 1 3.51 compiled just fine and it seem the change in toolbar.mm is causing this because you use setToolbarStyle:NSWindowToolbarStyleExpanded, which is only available from macOS 11.0 onwards, see https://developer.apple.com/documentation/appkit/nswindowtoolbarstyle/nswindowtoolbarstyleexpanded?language=objc |