Changes between Initial Version and Version 1 of Ticket #70026, comment 18


Ignore:
Timestamp:
May 23, 2024, 11:08:18 AM (4 months ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70026, comment 18

    initial v1  
    55You'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.
    66
    7 Applications that crash with a SIGBUS on start can be really tricky to debug in my experience.
     7Applications 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`).