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 608214 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]
patch v2
startx-cpp.diff (text/plain), 649 bytes, created by
Andrew
on 2012-08-30 15:01:06 UTC
(
hide
)
Description:
patch v2
Filename:
MIME Type:
Creator:
Andrew
Created:
2012-08-30 15:01:06 UTC
Size:
649 bytes
patch
obsolete
>--- ./xinit-1.3.2/startx.cpp 2012-01-28 09:12:51.000000000 +0200 >+++ /tmp/startx.cpp 2012-08-30 17:53:30.398651704 +0300 >@@ -79,6 +79,7 @@ > defaultdisplay=":0" > clientargs="" > serverargs="" >+tty_num=$(tty | grep -oE '[0-9]+$') > > #ifdef __APPLE__ > >@@ -241,6 +242,15 @@ > serverargs=$defaultserverargs > fi > >+if [ x"$tty_num" != x ]; then >+ XCOMM Specify TTY number directly to avoid recognizing startx >+ XCOMM session as inactive: RHBZ 820675 >+ serverargs=${serverargs}" vt"${tty_num} >+else >+ echo "Error getting tty num" >+ exit 1 >+fi >+ > XCOMM 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