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

    What to change in strawberry.conf to open not minimized to system tray

    Scheduled Pinned Locked Moved
    Technical Help
    2
    2
    235
    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.
    • Z
      zoof
      last edited by

      strawberry.conf setting so that Strawberry does not open minimized to system tray. On Gnome 42, there seems to be no option for unminimizing Strawberry.

      E 1 Reply Last reply Reply Quote 0
      • E
        eduardo @zoof
        last edited by

        @zoof I had the same issue. You can change [Behaviour] startupbehaviour to 2, for example. Here are the possible values:

        enum StartupBehaviour {
            Startup_Remember = 1,
            Startup_Show = 2,
            Startup_Hide = 3,
            Startup_ShowMaximized = 4,
            Startup_ShowMinimized = 5,
          };
        
        1 Reply Last reply Reply Quote 1
        • First post
          Last post
        Powered by NodeBB | Contributors