- Status Closed
- Percent Complete
- Task Type Patches
- Category Rbutil
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#7439 - rbutil theme installation always fails (for me on windows), fixes
On my system, rbutil can’t install Themes correctly. I found and fixed three issues here:
1. checkZip always fails for me, and it looks like because IsDir is always false. Fixed to look at the subdir of the fullname rather than assume Dir entries exist in zipfile
2. if directory creation on device fails, rbutil hangs, because UnzipFile has a codepath that just returns in the middle of the function rather than cleaning up properly. fixed.
3. creation of subdirectories on device was not working for me, again because IsDir is always false for me. Fixed to always create the subdir of the given pathname, and also create the name itself if IsDir happens to be true (perhaps on other peoples’ systems?)
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
file
Fix