Elektrine lite

← Feed

@gorplop@pleroma.m68k.church

Post #4037848

2026-07-23 13:45 UTC

I installed wxMaxima on the aarch workstation. For some reason all glib applications take a very long time to start and im not sure how to debug it.

Replies (1)

  • @CppGuy@infosec.space 2026-07-23 14:10

    @gorplop@pleroma.m68k.church First thing I'd try is to run the program from the command line under strace. That might tell me what it was doing for so long. strace /path/to/binary

    Open ##4037846