Hi there,
My system is a hp laptop with i7 9750h and nvidia 1050ti with nouveau driver.
I recently i pressed a key combo by mistake on the login screen and after that i had a strange zoom like effect that caused my screen to behave as if it was a viewport. This coincidentally happend after a BIG system update that rolled today which i think had a new kernel as well.
After digging i found out that possibly the reason was the following in .config/kwinrc
[Effect-zoom]
InitialZoom=1.2
But i had already mixed things around so i’m not sure if i caused the real problem which is that the flatpaks either do not start at all or they only exist on the taskbar but without a window.
The zooming went away after removing that zoom setting and after i run following:
rm -rf ~/.config/kwin*
rm -rf ~/.local/share/kwin*
rm -rf ~/.cache/kwin*
rm -rf ~/.config/plasma*
rm -rf ~/.cache/plasma*
rm -f ~/.config/kwinoutputconfig.json
rm -rf ~/.cache/kwin_wayland*
But flatpaks still do not run.
When i try for example to run brave i get:
nvc0_screen_create:814 - Base screen init failed: -19
nvc0_screen_create:814 - Base screen init failed: -19
[2:2:0113/012024.285127:ERROR:chrome/browser/ui/views/user_education/impl/browser_user_education_interface_impl.cc:154] Attempting to show IPH IPH_DiscardRing before browser initialization complete; IPH will not be shown.
also when i run journalctl --user -u xdg-desktop-portal | grep Inhibit i get multiple lines of the following:
Ιαν 05 11:59:14 fedora /usr/libexec/xdg-desktop-portal[2545]: A backend call failed: No such method 'CreateMonitor' in interface 'org.freedesktop.impl.portal.Inhibit' at object path '/org/freedesktop/portal/desktop' (signature 'ooss')
Thank you in advance!