Changes between Initial Version and Version 1 of Ticket #70026, comment 18
- Timestamp:
- May 23, 2024, 11:08:18 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70026, comment 18
initial v1 5 5 You'll probably want to install the kde4-workspace port too, so you get the systemsettings executable which allows to tweak quite a number of things. It can't hurt either to install QtCurve, which at the time was more or less the de-facto style plugin to make things at least display properly. 6 6 7 Applications that crash with a SIGBUS on start can be really tricky to debug in my experience. 7 Applications that crash with a SIGBUS on start can be really tricky to debug in my experience. Launching them in the debugger will hopefully help, or else letting dyld print out trace information to see if that helps pinpoint the sore spot (check `man dyld`).