• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Linux/Flatpak: Cannot run Strawberry again after crash

    Scheduled Pinned Locked Moved
    Technical Help
    2
    2
    218
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • yarnsaddleY
      yarnsaddle
      last edited by

      I installed the Linux binary on Arch using flatpak.

      When the app crashes, it cannot start again. It thinks that the app is still running, and tries to connect to it:

      > flatpak run org.strawberrymusicplayer.strawberry
      13:24:25.639 INFO  main:165                         Strawberry is already running - activating existing window (1)
      13:24:30.689 WARN  unknown                          Connection timed out 
      13:24:30.690 ERROR main:168                         Could not send message to primary instance.
      

      But the app is obviously not running:

      > ps -ef | grep strawberry
      user      123329  115326  0 13:31 pts/1    00:00:00 grep --color=auto strawberry
      > flatpak kill org.strawberrymusicplayer.strawberry
      error: org.strawberrymusicplayer.strawberry is not running
      

      Is there a socket left open somewhere? How can I close it so that I can run the app again?

      jonasJ 1 Reply Last reply Reply Quote 0
      • jonasJ
        jonas @yarnsaddle
        last edited by

        @yarnsaddle

        rm /tmp/kdsingleapp-*-strawberry*
        
        1 Reply Last reply Reply Quote 1
        • First post
          Last post
        Powered by NodeBB | Contributors