Mageia Bugzilla – Attachment 7223 Details for
Bug 17202
mgaapplet doesn't start if homedir is on NFS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch adding debug output to /usr/lib/libDrakX/common.pm::check_for_xserver()
debug-check_for_xserver.patch (text/plain), 653 bytes, created by
Hartmut Goebel
on 2015-11-22 14:29:25 CET
(
hide
)
Description:
Patch adding debug output to /usr/lib/libDrakX/common.pm::check_for_xserver()
Filename:
MIME Type:
Creator:
Hartmut Goebel
Created:
2015-11-22 14:29:25 CET
Size:
653 bytes
patch
obsolete
>--- /usr/lib/libDrakX/common.pm~ 2015-11-22 13:52:57.659820049 +0100 >+++ /usr/lib/libDrakX/common.pm 2015-11-22 14:01:03.864803021 +0100 >@@ -603,13 +603,17 @@ > =cut > > sub check_for_xserver() { >+ print STDERR ">>> check_for_xserverxtest (running in $0)\n"; > if (!defined $::xtest) { >+ print STDERR ">>> \$::xtest not yet set, testing\n"; >+ print STDERR ">>> $DISPLAY: $ENV{DISPLAY}\n"; > $::xtest = 0; > eval { > require xf86misc::main; > $::xtest = xf86misc::main::Xtest($ENV{DISPLAY}); > } if $ENV{DISPLAY}; > } >+ print STDERR ">>> check_for_xserverxtest returns $::xtest\n\n\n"; > return $::xtest; > } >
--- /usr/lib/libDrakX/common.pm~ 2015-11-22 13:52:57.659820049 +0100 +++ /usr/lib/libDrakX/common.pm 2015-11-22 14:01:03.864803021 +0100 @@ -603,13 +603,17 @@ =cut sub check_for_xserver() { + print STDERR ">>> check_for_xserverxtest (running in $0)\n"; if (!defined $::xtest) { + print STDERR ">>> \$::xtest not yet set, testing\n"; + print STDERR ">>> $DISPLAY: $ENV{DISPLAY}\n"; $::xtest = 0; eval { require xf86misc::main; $::xtest = xf86misc::main::Xtest($ENV{DISPLAY}); } if $ENV{DISPLAY}; } + print STDERR ">>> check_for_xserverxtest returns $::xtest\n\n\n"; return $::xtest; }
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17202
: 7223 |
7224
|
7225
|
7226
|
7994
|
8009
|
8010
|
8011
|
8012