Page 2 of 6

Re: build 1996 - new UI, part V

Posted: Thu Feb 02, 2017 10:47 am
by JayB
Okay, the problem might have been the resource fork (or the Finder info?), because it was a .sh file with a icon. So the format is not the problem.

Re: build 1996 - new UI, part V

Posted: Thu Feb 02, 2017 10:59 am
by JayB
Tested it by selectively deleting individual extended attributes, and both Finder Info and Quarantine are not a problem. (Finder Info was a string of zeros anyway.) The resource fork was the problem (proprietary icon for the .sh file), so it seems that Nimble Commander can't handle resource forks. (?)

Re: build 1996 - new UI, part V

Posted: Thu Feb 02, 2017 3:44 pm
by hugo187
Build 1998 is crashing for me every time I open a new window (Cmd+N.

Re: build 1996 - new UI, part V

Posted: Thu Feb 02, 2017 9:12 pm
by JayB
You should attach a crash report.

Re: build 1996 - new UI, part V

Posted: Thu Feb 02, 2017 9:51 pm
by warpkanal
Hmm, strange problem: on my laptop I could remove the default F1 F2 keyboard actions (to make "Rename in place" with F2).
On my stationary mac however, I've defined F2 for "Rename in place" realized that it was already assigned to Right-Panel/Change-Folder, removed the assigned shortcut, but still NC opens the Change-Folder popup on F2. After a restart it looks like resetted: F2 is again assigned to Right-Panel/Change-Folder. Not able to remove this assignment...it just repopulates after an NC restart.

Re: build 1996 - new UI, part V

Posted: Thu Feb 02, 2017 11:46 pm
by hugo187
The crash after the New Window command is gone since I deleted ~/Library/Application Support/Nimble Commander. I am attaching the crash report anyway.
crash.txt.zip
(17.43 KiB) Downloaded 517 times

Re: build 1996 - new UI, part V

Posted: Fri Feb 03, 2017 12:09 am
by JayB
Crash reports are always also saved in $HOME/Library/Logs/DiagnosticReports/Nimble Commander_*.crash

Re: build 1996 - new UI, part V

Posted: Fri Feb 03, 2017 7:12 am
by mike
Here's the updated build:
http://magnumbytes.com/downloads/previe ... (2006).zip
JayB wrote:
Thu Feb 02, 2017 10:59 am
Tested it by selectively deleting individual extended attributes, and both Finder Info and Quarantine are not a problem. (Finder Info was a string of zeros anyway.) The resource fork was the problem (proprietary icon for the .sh file), so it seems that Nimble Commander can't handle resource forks. (?)
Ok, have fixed it, this issue was connected with size of the xattr inside a file, not with type of it.
"Premature optimization is the root of all evil".
warpkanal wrote:
Thu Feb 02, 2017 9:51 pm
Hmm, strange problem: on my laptop I could remove the default F1 F2 keyboard actions (to make "Rename in place" with F2).
On my stationary mac however, I've defined F2 for "Rename in place" realized that it was already assigned to Right-Panel/Change-Folder, removed the assigned shortcut, but still NC opens the Change-Folder popup on F2. After a restart it looks like resetted: F2 is again assigned to Right-Panel/Change-Folder. Not able to remove this assignment...it just repopulates after an NC restart.
Please check the updated build, it should work fine.
It also contains definitions of new panel-level hotkeys.
hugo187 wrote:
Thu Feb 02, 2017 11:46 pm
The crash after the New Window command is gone since I deleted ~/Library/Application Support/Nimble Commander. I am attaching the crash report anyway.
Thanks for crash report. I wasn't able to reproduce it, but added a bunch of checks around places which might may be connected.

Re: build 1996 - new UI, part V

Posted: Fri Feb 03, 2017 11:30 am
by JayB
Everything great here so far. Thank you!

Re: build 1996 - new UI, part V

Posted: Fri Feb 03, 2017 11:46 am
by warpkanal
Finally I can assign F2 to "Rename in place" and the arrow keys to enter/exit a folder, thanks!!!