Custom Query (8105 matches)
Results (307 - 309 of 8105)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#12196 | fixed | Remote site window keeps resizing | ||
Description |
So i have reinstalled filezilla twice because i thought that could fix my issue. Not. Im using the blackboard theme with multiple tabs for remote servers. The issues is when opening the client all windows tabs are sized to the previous use. Perfect. BUT upon opening a new server in a new tab the remote site window fills the entire right side. It ignores the window size i have set. This is really annoying because when connecting to allot of servers, you need to manually resize the remove site window again, and again, and again.... |
|||
#12192 | fixed | libfilezilla does not build on case-sensitive filesystems due to incorrect header case in process.cpp | ||
Description |
Tryig to compile libfilezilla on macOS with case-sensitive APFS file system gives: libtool: compile: /usr/bin/clang++ -std=c++17 -DHAVE_CONFIG_H -I. -I../lib/libfilezilla/private -DBUILDING_LIBFILEZILLA -I/opt/local/include/p11-kit-1 -I./libfilezilla -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fvisibility=hidden -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -Wall -g -Werror=partial-availability -MT libfilezilla_la-mutex.lo -MD -MP -MF .deps/libfilezilla_la-mutex.Tpo -c mutex.cpp -o libfilezilla_la-mutex.o >/dev/null 2>&1 process.cpp:266:10: fatal error: 'CoreFoundation/CFUrl.h' file not found #include <CoreFoundation/CFUrl.h> ^~~~~~~~~~~~~~~~~~~~~~~~ process.cpp:266:10: note: did not find header 'CFUrl.h' in framework 'CoreFoundation' (loaded from '/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks') Doing the same on a case-insensitive file system works just fine. Cause: the header file is actually named "CFURL.h" not "CFUrl.h". PLease find a patch to fix this attached. |
|||
#12186 | rejected | Include full date in raw directory listing | ||
Description |
Hi lovely Filezilla devs, would it be possible to include the full date (i.e. including the year) in the log when raw directory listing is enabled? Right now it displays only the 3-letter shortened month and day of that month, which is of limited use. Example of current: Listing: -rw-rw---- 1 no-user no-group 24985600 Dec 1 17:42 e80.87.cpvpn.win.msi After proposed change: Listing: -rw-rw---- 1 no-user no-group 24985600 Dec 1 2019 17:42 e80.87.cpvpn.win.msi Thank you for your consideration! |