Bugzilla – Attachment 179243 Details for
Bug 334811
global proxy settings are not read by KDE4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
plaster for the proxy-problem
kdebase3-3.5.7-87.startkde.patch (text/plain), 470 bytes, created by
Dieter Jurzitza
on 2007-10-18 14:04:44 UTC
(
hide
)
Description:
plaster for the proxy-problem
Filename:
MIME Type:
Creator:
Dieter Jurzitza
Created:
2007-10-18 14:04:44 UTC
Size:
470 bytes
patch
obsolete
>--- startkde.original 2007-09-26 00:01:26.000000000 +0200 >+++ startkde 2007-10-18 15:37:40.000000000 +0200 >@@ -3,6 +3,17 @@ > # DEFAULT KDE STARTUP SCRIPT ( KDE-3.5.7 ) > # > >+PROXYCONFFILE="/etc/sysconfig/proxy" >+CAT="/bin/cat" >+SED="/bin/sed" >+ >+. ${PROXYCONFFILE} >+ >+PROXYVARLIST=`${CAT} ${PROXYCONFFILE} | ${SED} '/^$/d;/^#.*/d;s/=.*//g'` >+for i in ${PROXYVARLIST}; do >+ export "$i" >+done >+ > PATH=/opt/kde3/bin:${PATH/:\/opt\/kde3\/bin} > export PATH >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 334811
: 179243