Hi all, I have a 4k monitor and the steam app is very tiny. I have found out that I can fix it by running the app in the terminal with steam -forcedesktopscaling 2, but it is getting tiring launching it through the terminal. Is there any way I can change something in the app itself and make it launch with that command? KDE Plasma on endeavour OS is what I’m running Tried going into the .desktop file to add the command somewhere in the “exec”, but failed. Could someone please help? Thank you

  • @penquinOP
    link
    210 months ago

    Ok, so there is this line in there /usr/bin/steam-native, what do I append to it?

    • Dandroid
      link
      fedilink
      2
      edit-2
      10 months ago

      You got it working by appending -forcedesktopscaling 2, right? try appending that so it is /usr/bin/steam-native -forcedesktopscaling 2.

      I would bet that your steam command is a link pointing to /usr/bin/steam-native. You could find out with which steam | xargs ls -al

      • @penquinOP
        link
        210 months ago

        It fails to launch when I appended that line. It’s ok, I will just use the terminal. I’m getting sick of it. Thank you for your help

        • @Spectrism@feddit.de
          link
          fedilink
          Deutsch
          1
          edit-2
          10 months ago

          Launch options need to be set in their own “Arguments” line, it should work then. Like this:

          And if you also want to use the “GDK_SCALE=2” environment variable, as suggested elsewhere in this thread, this would need to be set in the “Environment Variables” line.

          • @penquinOP
            link
            210 months ago

            Didn’t work. I just gave up on it. Lol