[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New error in console
[Thread Prev] | [Thread Next]
- Subject: Re: New error in console
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Fri, 7 Jun 2024 09:13:59 +0100
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
This could possibly be a QT bug. After investigating i found many other people have seen this warning (mostly python coders) so i do not think it is a gambas problem. a possible solution is to remove the SESSION_MANAGER env var when running a program. env -u SESSION_MANAGER /path/to/gambasprog.gambas As it is just a "warning" not an "error" it's probably okay to ignore it. BruceS On Thu, 6 Jun 2024 at 14:14, Philippe Valarcher <philippe.valarcher@xxxxxxx> wrote: > Le jeudi 06 juin 2024 à 14:01 +0100, Bruce Steers a écrit : > > > > On Thu, 6 Jun 2024 at 12:46, Philippe Valarcher < > philippe.valarcher@xxxxxxx> wrote: > > Hi, > I got a new error in the console of the IDE, when I launch anyone of my > programs, it says this : > > Qt: Session management error: None of the authentication protocols > specified are supported > > It doesn't block the programs but what it says exactly ? > > > Here it is : > > [System] > Gambas=3.19.2 > OperatingSystem=Linux > Distribution=KDE neon 6.0 > Kernel=6.5.0-35-generic > Architecture=x86_64 > Cores=4 > Memory=5713M > Language=fr_FR.UTF-8 > Platform=x11 > Desktop=KDE > DesktopResolution=96 > DesktopScale=8 > WidgetTheme=breeze > Font=Noto Sans,11 > [Programs] > appimage-builder=appimage-builder: 1.1.0 > dpkg=Programme « dpkg » de gestion de paquets Debian version 1.21.1 > (amd64). > gcc=gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 > git=git version 2.34.1 > msgmerge=msgmerge (GNU gettext-tools) 0.21 > pngquant=2.12.2 (July 2019) > rpmbuild=RPM version 4.17.0 > [Libraries] > Cairo=libcairo.so.2.11600.0 > Curl=libcurl.so.4.7.0 > DBus=libdbus-1.so.3.19.13 > GDK2=libgdk-x11-2.0.so.0.2400.33 > GDK3=libgdk-3.so.0.2404.29 > GStreamer=libgstreamer-1.0.so.0.2003.0 > GTK+2=libgtk-x11-2.0.so.0.2400.33 > GTK+3=libgtk-3.so.0.2404.29 > OpenGL=libGL.so.1.7.0 > Poppler=libpoppler.so.118.0.0 > Poppler=libpoppler.so.119.0.0 > Poppler=libpoppler.so.134.0.0 > Poppler=libpoppler.so.97.0.0 > QT5=libQt5Core.so.5.15.13 > RSvg=librsvg-2.so.2.48.0 > SDL=libSDL2-2.0.so.0.2800.5 > SQLite 3=libsqlite3.so.0.8.6 > [Environment] > DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus > DEBUGINFOD_URLS=https://debuginfod.neon.kde.org/ > DEFAULTS_PATH=/usr/share/gconf/plasmax11.default.path > DESKTOP_SESSION=plasmax11 > DISPLAY=:0 > GB_GUI=gb.gtk3 > GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 > GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:<home>/.gtkrc-2.0:<home>/.config/gtkrc-2.0 > GTK_RC_FILES=/etc/gtk/gtkrc:<home>/.gtkrc:<home>/.config/gtkrc > HOME=<home> > ICEAUTHORITY=/run/user/1000/iceauth_DNaSMr > INVOCATION_ID=5e6d575036fc430d8268e3fb5ca2b3aa > JOURNAL_STREAM=8:30738 > KDE_APPLICATIONS_AS_SCOPE=1 > KDE_FORK_SLAVES=1 > KDE_FULL_SESSION=true > KDE_SESSION_UID=1000 > KDE_SESSION_VERSION=6 > LANG=fr_FR.UTF-8 > LANGUAGE=fr_FR.UTF-8 > LC_ALL=fr_FR.UTF-8 > LC_COLLATE=fr_FR.UTF-8 > LC_MEASUREMENT=fr_FR.UTF-8 > LC_MONETARY=fr_FR.UTF-8 > LC_NUMERIC=fr_FR.UTF-8 > LC_TIME=fr_FR.UTF-8 > LOGNAME=<user> > MANAGERPID=1034 > MANDATORY_PATH=/usr/share/gconf/plasmax11.mandatory.path > MOZ_USE_XINPUT2=1 > PAM_KWALLET5_LOGIN=/run/user/1000/kwallet5.socket > > PATH=<home>/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin > PWD=<home> > QT_ACCESSIBILITY=1 > QT_AUTO_SCREEN_SCALE_FACTOR=0 > QT_EXCLUDE_GENERIC_BEARER=1 > QT_LOGGING_RULES=*.debug=false > > QT_SCREEN_SCALE_FACTORS=LVDS-1=1;VGA-1=1;HDMI-1=1;DP-1=1;HDMI-2=1;HDMI-3=1;DP-2=1;DP-3=1; > QT_WAYLAND_RECONNECT=1 > > SESSION_MANAGER=local/<hostname>:@/tmp/.ICE-unix/1194,unix/<hostname>:/tmp/.ICE-unix/1194 > SHELL=/bin/bash > SHLVL=1 > SSH_AGENT_PID=1112 > SSH_AUTH_SOCK=/tmp/ssh-XXXXXXGoU2xM/agent.1056 > SYSTEMD_EXEC_PID=1244 > TZ=:/etc/localtime > USER=<user> > XAUTHORITY=/tmp/xauth_yMxYeE > XDG_CONFIG_DIRS=<home>/.config/kdedefaults:/etc/xdg/xdg-plasmax11:/etc/xdg > XDG_CURRENT_DESKTOP=KDE > > XDG_DATA_DIRS=/usr/share/plasmax11:<home>/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share > XDG_MENU_PREFIX=plasma- > XDG_RUNTIME_DIR=/run/user/1000 > XDG_SEAT=seat0 > XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 > XDG_SESSION_CLASS=user > XDG_SESSION_DESKTOP=KDE > XDG_SESSION_ID=3 > XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 > XDG_SESSION_TYPE=x11 > XDG_VTNR=2 > _=/usr/bin/dbus-update-activation-environment >
Re: New error in console | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
New error in console | Philippe Valarcher <philippe.valarcher@xxxxxxx> |
Re: New error in console | Bruce Steers <bsteers4@xxxxxxxxx> |