• strange error messages

    From William Unruh@2:250/1 to All on Sat Mar 20 21:58:58 2021
    I am gettin loads of error messages in /var/log/messages.

    Mar 16 06:28:46 syzygy xdg-desktop-por[6198]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: Cannot invoke method; proxy is for the well-known name org.gnome.Shell without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
    Mar 16 06:29:46 syzygy xdg-desktop-por[6198]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: Cannot invoke method; proxy is for the well-known name org.gnome.Shell without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag

    Any idea what these mean and how to get rid of them?
    uname -a
    Linux ***** 5.7.19-desktop-3.mga7 #1 SMP Sun Oct 18 15:46:00 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

    --- MBSE BBS v1.0.7.21 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Bit Twister@2:250/1 to All on Sat Mar 20 23:02:16 2021
    On Sat, 20 Mar 2021 21:58:58 -0000 (UTC), William Unruh wrote:
    I am gettin loads of error messages in /var/log/messages.

    Mar 16 06:28:46 syzygy xdg-desktop-por[6198]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: Cannot invoke method; proxy is for the well-known name org.gnome.Shell without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
    Mar 16 06:29:46 syzygy xdg-desktop-por[6198]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: Cannot invoke method; proxy is for the well-known name org.gnome.Shell without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag

    Any idea what these mean and how to get rid of them?
    uname -a
    Linux ***** 5.7.19-desktop-3.mga7 #1 SMP Sun Oct 18 15:46:00 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

    Probably would not hurt for you to provide the name of DM and DE being used.

    Offhand I would guess you are running some gnome app in a Plasma DE.
    Check ~/.xsession-errors. Verify all user files owned by user;
    find $HOME \( -not -user $USER -or -not -group $USER \) -exec ls -ald '{}' \;

    Suggest creating/running in a test account to see if having same problems.
    If not, then start modifying the test account to run the same as the
    failing account.

    --- MBSE BBS v1.0.7.21 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From William Unruh@2:250/1 to All on Sun Mar 21 02:17:42 2021
    On 2021-03-20, Bit Twister <BitTwister@mouse-potato.com> wrote:
    On Sat, 20 Mar 2021 21:58:58 -0000 (UTC), William Unruh wrote:
    I am gettin loads of error messages in /var/log/messages.

    Mar 16 06:28:46 syzygy xdg-desktop-por[6198]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: Cannot invoke method; proxy is for the well-known name org.gnome.Shell without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
    Mar 16 06:29:46 syzygy xdg-desktop-por[6198]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: Cannot invoke method; proxy is for the well-known name org.gnome.Shell without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag

    Any idea what these mean and how to get rid of them?
    uname -a
    Linux ***** 5.7.19-desktop-3.mga7 #1 SMP Sun Oct 18 15:46:00 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

    Probably would not hurt for you to provide the name of DM and DE being used.

    SDDM
    XFCE


    Offhand I would guess you are running some gnome app in a Plasma DE.
    Check ~/.xsession-errors. Verify all user files owned by user;
    find $HOME \( -not -user $USER -or -not -group $USER \) -exec ls -ald '{}' \;

    Suggest creating/running in a test account to see if having same problems.
    If not, then start modifying the test account to run the same as the
    failing account.

    --- MBSE BBS v1.0.7.21 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Bit Twister@2:250/1 to All on Sun Mar 21 03:12:46 2021
    On Sun, 21 Mar 2021 02:17:42 -0000 (UTC), William Unruh wrote:
    On 2021-03-20, Bit Twister <BitTwister@mouse-potato.com> wrote:
    On Sat, 20 Mar 2021 21:58:58 -0000 (UTC), William Unruh wrote:
    I am gettin loads of error messages in /var/log/messages.

    Mar 16 06:28:46 syzygy xdg-desktop-por[6198]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: Cannot invoke method; proxy is for the well-known name org.gnome.Shell without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
    Mar 16 06:29:46 syzygy xdg-desktop-por[6198]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: Cannot invoke method; proxy is for the well-known name org.gnome.Shell without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag

    Any idea what these mean and how to get rid of them?
    uname -a
    Linux ***** 5.7.19-desktop-3.mga7 #1 SMP Sun Oct 18 15:46:00 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

    Probably would not hurt for you to provide the name of DM and DE being used.

    SDDM
    XFCE

    Looking like a xfce user running under a Plasma DM type install.



    Offhand I would guess you are running some gnome app in a Plasma DE.
    Check ~/.xsession-errors. Verify all user files owned by user;
    find $HOME \( -not -user $USER -or -not -group $USER \) -exec ls -ald '{}' \;

    Suggest creating/running in a test account to see if having same problems. >> If not, then start modifying the test account to run the same as the
    failing account.

    Noticed you did not indicate if a clean/new user test account has same
    problem or not. mga7 had two or more xfce releases where you should have
    seen the message to reset xfce desktop.

    cat /usr/share/doc/mageia-xfce-config/README.update.urpmi

    I run xfce under lightdm and have unchecked
    Launch GNOME services on startup
    xfce4-settings-manager->Session and Startup->Advanced->Compatibility

    Again, I suggest a clean test account verification before any further
    research.

    --- MBSE BBS v1.0.7.21 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)