Commit

peer committed 74c8604

no need to connect to a session manager; avoid connection attempts and address Qt warning message by unsetting a variable (fixes #5261)

  • Participants
  • Parent commits 7898135

Comments (0)

Files changed (1)

File src/RelativeLink/RelativeLink.sh Modified

View file
  • Ignore whitespace
  • Hide word diff
 	exit 1
 fi
 
+# Do not (try to) connect to the session manager 
+unset SESSION_MANAGER 
+
 # Determine whether we are running in a terminal.  If we are, we
 # should send our error messages to stderr...
 ARE_WE_RUNNING_IN_A_TERMINAL=0