Flatpak problems on Tumbleweed?

Hey!

So I had/have a few apps installed from KDE Discover as flatpak. For example qbitorrent, kodi, google chrome.

Lot of times after updates kodi won’t start and had to reinstall, but last time it didn’t solve it, same happenned with qbittorrent.

Google Chrome was really unstable lately crashing often when playing youtube videos etc. Also had a lot of little stutters that it froze for 4-5 seconds.

Uninstalled the flatpak version and installed this:
https://software.opensuse.org/download/package?package=google-chrome-stable&project=home%3Amskksm

Didn’t have any crash since and the stutters and micro freezes are also gone.

Wondering if I should reinstall my other apps like Steam and Heroic games launcher the same way.

When updating a game my PC starts lagging a bit even though the games are installed on a differrent drive. I know it’s an old PC i= 4790, 16Gb GTX 1070 8Gb, but still weird.

@ChaserHUN Hi what is your hardware setup, I don’t have any issues here on Intel? Or with Nvidia (but that’s Leap 16.0)

i7 4790, 16Gb RAM, GTX 1070 8Gb

It’s just weird that since I installed chome from the opensuse repo and not flatpak it runs flawlessly

You shouldn’t use untrustworthy home repositories for installing browsers. The correct way to install Google Chrome is using the official Google repo with correct signing keys…

Adding the official Google Chrome repo:

sudo zypper ar -f https://dl.google.com/linux/chrome/rpm/stable/x86_64 google-chrome

Adding the signing key:

sudo rpm -import https://dl-ssl.google.com/linux/linux_signing_key.pub

Force the installation from the official repo:

sudo zypper in -f --from google-chrome google-chrome-stable
1 Like

If it is not trustworthy why do they let it on the opensuse software site?

What repo shoul I install Steam and Heroic Games Launcher from?

OBS is Open Build Service. Every private person can use it. Home repos are from private persons. They get only removed if they are illegal, violate licenses or other shady stuff.

Home repos do not have any quality control. They can harm your system. Only use it if you trust this person and know what you are doing. You need to check prior each update if they injected anything harmfull into the package.

…only some reasons to ALWAYS install Google Chrome from the official sources…

It is in the official openSUSE repos.

From the official upstream source which provides it via rpm and flatpak.

@ChaserHUN Um, anyone can use the openSUSE Build Service to package up anything that is not illegal/blacklisted… It’s just the binary rpm… not sure why they would do that, binary blobs are not allowed…
https://build.opensuse.org/package/show/home:mskksm/google-chrome-stable

It says this is the official:

https://software.opensuse.org/download/package?package=steam&project=openSUSE%3AFactory%3ANonFree

Better stop using https://software.opensuse.org/. The above example will add a factory repo…

Did you ever use Myrlyn or zypper seto search for packages? Steam is already available on your system. So you don’t need to add an extra repo for it.
So a plain and simple sudo zypper install steam is all what is needed.