-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flatpak apps installed through Pop!_Shop do not pick up Pop!_OS dark theme #972
Comments
@isantop How do we get this to work? |
When you install a GTK app from Flathub, Flatpak will automatically try and install your current theme. So if you're currently using the dark theme and you install a GTK app, it will install the Dark theme for you. However, if you were using the light theme when you installed an app, then switched to the dark theme, then you won't have the correct theme. As a potential solution, we could consider installing the Pop and Pop-dark themes when we add Flathub to the user's configuration. |
Having them pre-installed is a great idea. |
Interesting. AFAIK, I was not on the light theme when I installed it but I wonder if I was perhaps on Adwaita Dark on 19.10 when I first tested the Flathub install. Regardless, as @mmstick said, having both preinstalled sounds like the safest/easiest route :) |
Distribution (run
cat /etc/os-release
):NAME="Pop!_OS"
VERSION="20.04 LTS"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 20.04 LTS"
VERSION_ID="20.04"
HOME_URL="https://system76.com/pop"
SUPPORT_URL="http://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
LOGO=distributor-logo-pop-os
Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):Pop!_Shop, flatpak, Pop!_OS themes
Issue/Bug Description:
Flatpak apps do not automatically pick up the system theme. However, they do if the theme is installed via flatpak. Since Pop!_OS has FlatHub support in Pop!_Shop now, it should also have the Pop!_OS themes pre-installed from flatpak so installed flatpak apps just work and match the system appearance.
Steps to reproduce (if you know):
Expected behavior:
It should match the theme. It doesn’t.
The workaround (which should not be necessary), is to install the Pop!_OS dark theme manually from Flathub:
Appearance after workaround:
The text was updated successfully, but these errors were encountered: