[Thinlinc-technical] MATE not working in thinlinc session

Torben Hansen torbine at sciomnis.com
Mon Jan 13 09:35:28 CET 2020


Hi All

MATE on OpenSUSE 15.1 cannot open in thinlinc session.

I have made a workaround by adding the following to tl-run-profile

##########################################################
    if  "SESSION_MANAGER" in environ:
        del environ["SESSION_MANAGER"]
    if  "DBUS_SESSION_BUS_ADDRESS" in environ:
        del environ["DBUS_SESSION_BUS_ADDRESS"]
##########################################################

There is probably a better way to do this

I also tried to add a file in /opt/thinlinc/etc/xstartup.d/
containing
#################
#!/bin/bash
unset DBUS_SESSION_BUS_ADDRESS
unset SESSION_MANAGER
################
but that did not work.

Torben


More information about the Thinlinc-technical mailing list