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 592704 Details for
Bug 806491
systemd-logind not tracking startx sessions
[?]
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]
proposed patch for startx
startx.diff (text/plain), 626 bytes, created by
Andrew
on 2012-06-18 16:41:09 UTC
(
hide
)
Description:
proposed patch for startx
Filename:
MIME Type:
Creator:
Andrew
Created:
2012-06-18 16:41:09 UTC
Size:
626 bytes
patch
obsolete
>--- /tmp/startx.bak 2012-06-18 18:55:06.216818288 +0300 >+++ /usr/bin/startx 2012-06-18 19:39:01.147350291 +0300 >@@ -29,6 +29,7 @@ > defaultdisplay=":0" > clientargs="" > serverargs="" >+tty_num=$(tty | grep -oE '[0-9]+$') > > enable_xauth=1 > >@@ -126,6 +127,15 @@ > serverargs=$defaultserverargs > fi > >+if [ x"$tty_num" != x ]; then >+ # Specify TTY number directly to avoid recognizing startx session as >+ # inactive: RHBZ#820675 >+ serverargs=${serverargs}" vt"${tty_num} >+else >+ echo "Error getting tty num" >+ exit 1 >+fi >+ > # if no display, use default > if [ x"$display" = x ]; then > display=$defaultdisplay
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 806491
:
592704
|
608214
|
640245
|
641054
|
829657
|
935079