For context: I habe a PC with an 8gb SSD and I somehow need to get an app on there that only has a flatpak release

    • Luffy@lemmy.mlOP
      link
      fedilink
      arrow-up
      18
      ·
      3 days ago

      Sort of, actually

      I was trying to build a PC just to play internet radio on using Shortwave, and a 30€ thin client with 4 1,5Ghz cores and no active cooling, 4 gigs of ram and an 8gb ssd were more than enough for that

      • rice@lemmy.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 day ago

        this? https://gitlab.gnome.org/World/Shortwave

        I think on a system like that you shouldn’t even run a GUI or a window manager at most. What is the service that is actually using though, it links to this https://www.radio-browser.info/ I guess I see you can play stations directly from that. It seems it makes more sense to use like lynx browser or something to just browse that website directly.

        I’ve clicked like 10 of them they are all mp3 or aac. mpv or vlc can decode those on the command line and play it with using like 15-100mb of space on your storage. Like this random station for example https://stream-uk1.radioparadise.com/aac-320

        all in all your total install should be like 400mb

        • Luffy@lemmy.mlOP
          link
          fedilink
          arrow-up
          1
          ·
          1 day ago

          It is not for me personally, but for a person who wants a gui. And a Touch screen. Also I need an on Screen Keyboard because he also does not want to use a keyboard or mouse.

          I tried using a very simple compositor like cage to just start shortwave, but I couldnt get my Keyboard to work since it needs gnome accessibility runtime to automatically show when clicking a text field.

          And also xfce is more than light enough not to take up more than 1-2 secs of the total boot time

          The flatpak thing was just the jellyfin-media-player so I can play my music from jellyfin too, but I guess ill just set up DLNA so I can stream to the device from my Phone

      • uuldika@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        2 days ago

        look into NixOS! there might already be a package for it. and NixOS can be very good about not duplicating dependencies.

        • Euphoma@lemmy.ml
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 days ago

          I had a 200 gb ssd on my laptop and kept running out of space because all the old generations from nixos,

          • uuldika@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            2 days ago

            nix collect-garbage, comrade! there’s also another command to clean up older generations. if you’re using git to version your nix config, you only really need to keep two generations: the current, and your last successful boot, since you can recover by git checkout.