Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
spins:invis:15:testing
sddm
0001-Add-fish-etc-profile-and-HOME-.profile-sou...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Add-fish-etc-profile-and-HOME-.profile-sourcing-1331.patch of Package sddm
From cf65e99eb8abfe2ee1ef7e2f7dc43862e83bf0ab Mon Sep 17 00:00:00 2001 From: soredake <5204968+soredake@users.noreply.github.com> Date: Tue, 9 Mar 2021 09:28:11 +0200 Subject: [PATCH] Add fish /etc/profile and $HOME/.profile sourcing (#1331) --- data/scripts/Xsession | 2 ++ data/scripts/wayland-session | 2 ++ 2 files changed, 4 insertions(+) diff --git a/data/scripts/Xsession b/data/scripts/Xsession index 5449810..d0c2605 100755 --- a/data/scripts/Xsession +++ b/data/scripts/Xsession @@ -39,6 +39,8 @@ case $SHELL in rm -f $xsess_tmp ;; */fish) + [ -f /etc/profile ] && . /etc/profile + [ -f $HOME/.profile ] && . $HOME/.profile xsess_tmp=`mktemp /tmp/xsess-env-XXXXXX` $SHELL --login -c "/bin/sh -c 'export -p' > $xsess_tmp" . $xsess_tmp diff --git a/data/scripts/wayland-session b/data/scripts/wayland-session index 1f90554..552a39f 100755 --- a/data/scripts/wayland-session +++ b/data/scripts/wayland-session @@ -43,6 +43,8 @@ case $SHELL in rm -f $wlsess_tmp ;; */fish) + [ -f /etc/profile ] && . /etc/profile + [ -f $HOME/.profile ] && . $HOME/.profile xsess_tmp=`mktemp /tmp/xsess-env-XXXXXX` $SHELL --login -c "/bin/sh -c 'export -p' > $xsess_tmp" . $xsess_tmp -- 2.25.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor