GSConnect / gnome-shell-extension-gsconnect

KDE Connect implementation for GNOME

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSSL not found - Fedora Silverblue

francoism90 opened this issue · comments

Describe your request

I don't think the instructions for FS are correct:

rpm-ostree install -A openssl

This seems to pull all packages, and do other weird stuff (like removing my ffmpeg/mesa overwrites from RPMFusion repo). I also understood the -A (apply-live) flag is experimental, and may cause issues. I also don't know if one can overrule openssl, as it may be in use as well.

Maybe something is wrong with my setup, but after just doing rpm-ostree install openssl followed by a reboot, GSConnect seems to work fine. :)

Proposed solution

rpm-ostree install openssl
systemctl reboot

Alternatives

No response

GSConnect version

55

Installed from

GNOME Extensions website

GNOME Shell version

44

Linux distribution/release

Fedora Silverblue 38

Additional context

rpm-ostree status                                                                                                                  15:49:54
State: idle
Deployments:
● fedora:fedora/38/x86_64/silverblue
                  Version: 38.20230806.0 (2023-08-06T01:10:50Z)
               BaseCommit: 3aeeeec3722a618531a2cad0acfa570625b2c3def89c791a6358b0e5b51636d2
             GPGSignature: Valid signature by 6A51BBABBA3D5467B6171221809A8D7CEB10B464
      RemovedBasePackages: firefox firefox-langpacks 116.0-2.fc38
                           libavfilter-free libavformat-free libpostproc-free libswresample-free libavutil-free libavcodec-free libswscale-free 6.0-4.fc38
                           mesa-va-drivers 23.1.5-1.fc38
          LayeredPackages: btrfsmaintenance ffmpeg fira-code-fonts firewall-config fzf gnome-console gnome-tweaks google-roboto-fonts gstreamer-plugins-espeak
                           gstreamer1-plugin-openh264 gstreamer1-plugins-bad-free-extras gstreamer1-plugins-bad-freeworld gstreamer1-plugins-good-extras
                           gstreamer1-plugins-good-gtk gstreamer1-plugins-ugly gstreamer1-vaapi langpacks-en libva-utils libva-vdpau-driver lm_sensors mesa-va-drivers-freeworld
                           mesa-vdpau-drivers-freeworld mozilla-fira-mono-fonts openssl papirus-icon-theme podman-compose podman-docker powerline-fonts pygmentize tmux vdpauinfo
                           zsh zsh-autosuggestions zsh-syntax-highlighting
            LocalPackages: rpmfusion-free-release-38-1.noarch rpmfusion-nonfree-release-38-1.noarch

Sorry, is your suggestion to replace rpm-ostree install -A openssl with rpm-ostree install openssh, or is openssh a typo?

I've changed it either way and placed the live-apply below with ⚠️ emoji. Thanks for reporting, I wasn't aware folks had been editing that page :/

@andyholmes Sorry, fixed my comment.

Thanks for the adjustments. :)

Edit: one final note, I don't think sudo is needed.