FS#72772 - [tigervnc] Xsession not loading .bash_profile

Attached to Project: Community Packages
Opened by David Hrabě (sproott) - Wednesday, 17 November 2021, 13:44 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 08 February 2023, 01:15 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

As said in [this issue](https://github.com/TigerVNC/tigervnc/issues/1376), the Xsession file shipped with the `tigervnc` package is missing the line that runs the default shell's profile script. Please add the following line to the Xsession file:

```
exec $CK_XINIT_SESSION $SSH_AGENT /bin/sh -c "exec -l $SHELL -c \"$1\""
```

Additional info:
Original upstream issue: https://github.com/TigerVNC/tigervnc/issues/1376

Steps to reproduce:
See [original issue](https://github.com/TigerVNC/tigervnc/issues/1376)
This task depends upon

Closed by  Sergej Pupykin (sergej)
Wednesday, 08 February 2023, 01:15 GMT
Reason for closing:  Not a bug
Additional comments about closing:  I think ~/.profile should be used instead
Comment by Sergej Pupykin (sergej) - Friday, 06 January 2023, 15:45 GMT
I am not sure if Xsession should load anything related to bash.
But it loads all kinds of profiles including `$HOME/.profile`.

Loading...