Commit 70a6d1b2 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play flatpak: fix for plasma 6 (eterbug #17720)

parent 9bffd58c
......@@ -28,6 +28,7 @@ done <<EOF
muffin xdg-desktop-portal-xapp
liblxqt xdg-desktop-portal-lxqt
lxde-common xdg-desktop-portal-gtk
kwin xdg-desktop-portal-kde
EOF
epm install --skip-installed $install_portals xdg-desktop-portal
......@@ -38,6 +39,10 @@ if epm installed plasma5-discover ; then
epm install --skip-installed plasma5-discover-flatpak
fi
if epm installed plasma-discover ; then
epm install --skip-installed plasma-discover-flatpak
fi
# Без перезагрузки dbus, порталы не заработают
serv dbus reload
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment