Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 290129 Details for
Bug 282801
.xsession doesn't source profile
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
diff between Xsession on F-7 and F-8
Xsession.patch (text/plain), 1.03 KB, created by
Matěj Cepl
on 2007-12-20 07:28:30 UTC
(
hide
)
Description:
diff between Xsession on F-7 and F-8
Filename:
MIME Type:
Creator:
Matěj Cepl
Created:
2007-12-20 07:28:30 UTC
Size:
1.03 KB
patch
obsolete
>--- Xsession 2007-08-06 19:32:16.000000000 +0200 >+++ ../F-8/Xsession 2007-10-23 20:45:28.000000000 +0200 >@@ -55,20 +55,21 @@ > ;; > gnome) > exec -l $SHELL -c "$SSH_AGENT $DBUS_LAUNCH gnome-session" >+ exec $SSH_AGENT /bin/sh -c "exec -l $SHELL -c \"$DBUS_LAUNCH gnome-session\"" > ;; > kde|kde1|kde2) >- exec -l $SHELL -c "$SSH_AGENT $DBUS_LAUNCH startkde" >+ exec $SSH_AGENT /bin/sh -c "exec -l $SHELL -c \"$DBUS_LAUNCH startkde\"" > ;; > twm) > # fall back to twm >- exec -l $SHELL -c "$SSH_AGENT $DBUS_LAUNCH twm" >+ exec $SSH_AGENT /bin/sh -c "exec -l $SHELL -c \"DBUS_LAUNCH twm\"" > ;; > *) > # GDM provies either a command line as the first argument or > # provides 'failsafe', 'default' or 'custom'. KDM will do the > # same at some point > if [ "$1" != "default" -a "$1" != "custom" ]; then >- exec -l $SHELL -c "$SSH_AGENT $DBUS_LAUNCH $1" >+ exec $SSH_AGENT /bin/sh -c "exec -l $SHELL -c \"$DBUS_LAUNCH $1\"" > fi > ;; > esac
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282801
:
290128
| 290129