View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000026 | Kali Linux | Kali Package Bug | public | 2013-01-29 14:08 | 2013-01-30 19:58 |
Reporter | WiK | Assigned To | muts | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | x86 | OS | Kali | OS Version | 1.0 |
Summary | 0000026: john does not work correctly from desktop file | ||||
Description | sh -c "john -h;${SHELL:-bash}" Error: Invalid option -- h | ||||
Additional Information | fix: remove -h from desktop file sh -c "john;${SHELL:-bash}" | ||||