Page MenuHomeSolus

Ensure fish shell loads profile
ClosedPublic

Authored by Harvey on Jan 23 2022, 12:50 AM.
Tags
None
Referenced Files
F11035351: D12746.id31056.diff
Wed, Aug 9, 5:47 PM
F11035350: D12746.id.diff
Wed, Aug 9, 5:47 PM
F11035349: D12746.id31046.diff
Wed, Aug 9, 5:47 PM
F11035348: D12746.id31048.diff
Wed, Aug 9, 5:47 PM
F11026688: D12746.diff
Wed, Aug 9, 2:45 AM
F10934964: D12746.id31048.diff
Jul 12 2023, 5:09 PM
F10931354: D12746.diff
Jul 11 2023, 7:06 PM
F10888678: D12746.id31048.diff
Jun 27 2023, 6:26 AM
Subscribers
Tokens
"Love" token, awarded by Jacek.

Details

Summary
  • Fix fish shell not loading profile resolving issues with flatpak, snap and PATH

Resolves T9850

Test Plan
  • Check XDG_DATA_DIRS
  • Check PATH
  • Make sure snap and flatpak applications are listed in system menu

Diff Detail

Repository
R3469 sddm
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 3109
Build 3109: arc lint + arc unit

Event Timeline

Additional information

Using fish before patch:

echo $PATH
/usr/local/bin /usr/bin /bin

echo $XDG_DATA_DIRS

After patch:

echo $PATH
/home/harvey/.local/bin /sbin /bin /usr/sbin /usr/bin

echo $XDG_DATA_DIRS
/home/harvey/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/share

Restore some deleted lines from Xsession and re-test

This revision is now accepted and ready to land.Jan 23 2022, 12:49 PM
This revision was automatically updated to reflect the committed changes.