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 595394 Details for
Bug 836412
DrKonqi don't install debuginfo packages , when we click on install debug symbols
[?]
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 to illustrate differences
installdbgsymbols.sh.diff (text/plain), 931 bytes, created by
Rex Dieter
on 2012-06-30 00:50:15 UTC
(
hide
)
Description:
diff to illustrate differences
Filename:
MIME Type:
Creator:
Rex Dieter
Created:
2012-06-30 00:50:15 UTC
Size:
931 bytes
patch
obsolete
>--- /usr/libexec/kde4/installdbgsymbols.sh 2012-05-22 18:57:38.000000000 -0500 >+++ ./installdbgsymbols.sh 2012-05-03 14:49:07.000000000 -0500 >@@ -27,12 +27,12 @@ > mkfifo $fifo > > # start terminal >- konsole -e sh -c "echo \$\$ > $fifo; $1; exit_status=\$?; sleep 1; rm $fifo; echo \$exit_status > $fifo" & >+ konsole -e sh -c "echo \$\$ > $fifo; set -x ; $1; exit_status=\$?; sleep 10; rm $fifo; echo \$exit_status > $fifo" & > > # wait for it to finish > local pid=`cat $fifo` > while [ "$?" = "0" ]; do >- sleep 1 >+ sleep 10 > kill -0 $pid 2>/dev/null > done > >@@ -80,7 +80,8 @@ > # filter out duplicates > packages=`echo "$packages" | tr " " "\n" | sort | uniq | tr "\n" " "` > >-run_in_terminal "su -c \"debuginfo-install $packages\"" >+#run_in_terminal "su -c \"debuginfo-install $packages\"" >+run_in_terminal "pkexec debuginfo-install $packages" > > if [ "$?" = "1" ]; then > exit 3
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 836412
:
595393
| 595394