Other Geany 2.1 terminal doesn't come up

Hi guys,

Geany terminal won't show up, and I can't find a solution or an hint:

Code:
geany -v
(process:79392): GLib-GIO-DEBUG: 12:23:16.165: Failed to initialize portal (GNetworkMonitorPortal) for gio-network-monitor: Not using portals
(process:79392): GLib-GIO-DEBUG: 12:23:16.170: Failed to initialize networkmanager (GNetworkMonitorNM) for gio-network-monitor: NetworkManager not running
(process:79392): GLib-GIO-DEBUG: 12:23:16.170: _g_io_module_get_default: Found default implementation netlink (GNetworkMonitorNetlink) for ?gio-network-monitor?
(process:79392): GLib-GIO-DEBUG: 12:23:16.305: Failed to initialize portal (GPowerProfileMonitorPortal) for gio-power-profile-monitor: Not using portals
(process:79392): GLib-GIO-DEBUG: 12:23:16.305: _g_io_module_get_default: Found default implementation dbus (GPowerProfileMonitorDBus) for ?gio-power-profile-monitor?
(process:79392): GLib-GIO-DEBUG: 12:23:16.311: _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ?gio-vfs?
(WebKitWebProcess:79844): Gdk-DEBUG: 12:23:16.473: error: XDG_RUNTIME_DIR is invalid or not set in the environment.

(WebKitWebProcess:79844): GLib-DEBUG: 12:23:16.524: unsetenv() is not thread-safe and should not be used after threads are created
(WebKitWebProcess:79844): GLib-GIO-DEBUG: 12:23:16.554: _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
(WebKitWebProcess:79844): GLib-GIO-DEBUG: 12:23:16.644: Failed to initialize portal (GPowerProfileMonitorPortal) for gio-power-profile-monitor: Not using portals
(WebKitWebProcess:79844): GLib-GIO-DEBUG: 12:23:16.644: _g_io_module_get_default: Found default implementation dbus (GPowerProfileMonitorDBus) for ‘gio-power-profile-monitor’

But I found two giants .core files, but I have to delete them...

Any idea on how troubleshoot it?

I tried to play with this settings but it didn't work out:

Code:
x-terminal-emulator -e /bin/sh %c
terminator  "-e /bin/sh %c"
xterm -e "/bin/sh %c"
xfce4-terminal -e "/bin/sh %c

Thanks... 🙏
 
Works fine here on 15.1-RELEASE-p2 amd64, no core dumps.

Try installed packages upgrade. If already done, force reinstall devel/glib20.

My systems packages are from the "latest" package repository.
Code:
 % pkg info -d geany | sort
    at-spi2-core-2.60.4
    at-spi2-core-2.60.4 (libatk-1.0.so.0)
    cairo-1.18.2,3
    cairo-1.18.2,3 (libcairo-gobject.so.2)
    cairo-1.18.2,3 (libcairo.so.2)
    desktop-file-utils-0.28
    gdk-pixbuf2-2.44.1
    gdk-pixbuf2-2.44.1 (libgdk_pixbuf-2.0.so.0)
    gettext-runtime-1.0_1
    gettext-runtime-1.0_1 (libintl.so.8)
    glib-2.88.3,2
    glib-2.88.3,2 (libgio-2.0.so.0)
    glib-2.88.3,2 (libglib-2.0.so.0)
    glib-2.88.3,2 (libgmodule-2.0.so.0)
    glib-2.88.3,2 (libgobject-2.0.so.0)
    glib-2.88.3,2 (libgthread-2.0.so.0)
    gtk3-3.24.52
    gtk3-3.24.52 (libgdk-3.so.0)
    gtk3-3.24.52 (libgtk-3.so.0)
    harfbuzz-14.2.1
    harfbuzz-14.2.1 (libharfbuzz.so.0)
    pango-1.57.1
    pango-1.57.1 (libpango-1.0.so.0)
    pango-1.57.1 (libpangocairo-1.0.so.0)
    vte3-0.80.5
geany-2.1:

Actually I use devel/geany IDE and other gui editors, supporting macros (macros recorded forum software BB codes) as external forum editor. Text seen here was mostly written on geany.
 
Back
Top