kde3 problems
"Roberto Sica" <[email protected]> Sun, 5 Mar 2006 23:35:51 +0100
| Newsgroups | gmane.comp.kde.devel.cygwin |
|---|---|
| Message-ID | <[email protected]> |
--===============0340612954==
Content-Type: multipart/alternative;
boundary="----=_Part_8807_11826215.1141598151433"
------=_Part_8807_11826215.1141598151433
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
i followed the istructions but kde3 after the start says cannot start apple=
t
and conqueror cant open modules..
do you have any cue? is something missing in the path?
here is the profile:
# base-files version 3.7-1
# WARNING
#
# IF THIS FILE IS MODIFIED IT WILL NOT BE UPDATED BY THE CYGWIN
# SETUP PROGRAM. IT BECOMES YOUR RESPONSIBILITY.
# The latest version as installed by the Cygwin Setup program can
# always be found at /etc/defaults/etc/profile
# Some resources...
# Customizing Your Shell: http://www.dsl.org/cookbook/cookbook_5.html#SEC69
# Consistent BackSpace and Delete Configuration:
# http://www.ibb.net/~anne/keyboard.html
# The Linux Documentation Project: http://www.tldp.org/
# The Linux Cookbook: http://www.tldp.org/LDP/linuxcookbook/html/
# Setup some default paths. Note that this order will allow user installed
# software to override 'system' software
# If you wish to change the path for all users, it is recommended you edit
# /etc/bash.bashrc
# If you wish all future users to have some default setup, it is recommende=
d
you
# edit /etc/skel/.bashrc
# If you wish to change the path on a user by user basis, it is recommended
you
# edit ~/.bashrc
PATH=3D/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH
export PATH
MANPATH=3D/usr/local/man:/usr/share/man:/usr/man:$MANPATH
export MANPATH
INFOPATH=3D/usr/local/info:/usr/share/info:/usr/info:$INFOPATH
export INFOPATH
#PATH=3D/usr/bin:/usr/local/bin:/usr/X11R6/bin:/opt/gnome/bin:/opt/kde2/bin=
:$PATH
#MANPATH=3D/usr/man:/usr/local/man:/usr/X11R6/man:/opt/gnome/man:/opt/kde2/=
share/man:$MANPATH
#INFOPATH=3D/usr/info:/usr/local/info:/opt/gnome/info:$INFOPATH
#KDEDIR=3D/opt/kde2
DISPLAY=3D127.0.0.1:0.0
export PATH MANPATH INFOPATH KDEDIR DISPLAY
# Set the user id
USER=3D"`id -un`"
export USER
# Here is how HOME is set, in order of priority, when starting from Windows
# 1) From existing HOME in the Windows environment, translated to a Posix
path
# 2) from /etc/passwd, if there is an entry with a non empty directory
field
# 3) from HOMEDRIVE/HOMEPATH
# 4) / (root)
# If the home directory doesn't exist, create it.
if [ ! -d "${HOME}" ]; then
mkdir -p "${HOME}"
echo "Copying skeleton files."
echo "These files are for the user to personalise"
echo "their cygwin experience."
echo
echo "These will never be overwritten."
echo
cd /etc/skel
/bin/find . -type f | while read f; do
fDest=3D`echo ${f} | sed -e 's/^\.//g'`
if [ ! -e "${HOME}${fDest}" -a ! -L "${HOME}${fDest}" ]; then
/usr/bin/install -D -p -v "${f}" "${HOME}/${fDest}"
fi
done
fi
chmod 1777 /tmp 2>/dev/null
# Default to unix make mode
MAKE_MODE=3Dunix
export MAKE_MODE
# It is recommended that cvs uses ssh for it's remote shell environment
CVS_RSH=3D/bin/ssh
export CVS_RSH
# Patches to Cygwin always appreciated ;)
# CVSROOT=3D:pserver:[email protected]:/cvs/src
# export CVSROOT
# Shell dependent settings
case "`echo "_$0" | /usr/bin/tr '[:upper:]' '[:lower:]' | /usr/bin/sed -e
's/^_//'`" in
bash | -bash | */bash | \
bash.exe | -bash.exe | */bash.exe )
# Set a HOSTNAME variable
HOSTNAME=3D`hostname`
export HOSTNAME
# Set a default prompt of: user@host and current_directory
PS1=3D'\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
;;
ksh* | -ksh* | */ksh* | \
ksh*.exe | -ksh*.exe | */ksh*.exe )
# Set a HOSTNAME variable
typeset -l HOSTNAME
# Set a default prompt of: user@host and current_directory
PS1=3D'^[]0;${PWD}^G
^[[32m${USER}@${HOSTNAME} ^[[33m${PWD}^[[0m
$ '
;;
zsh* | -zsh* | */zsh* | \
zsh*.exe | -zsh*.exe | */zsh*.exe )
# Set a default prompt of: user@host, a command counter, and
current_directory
PS1=3D'(%n@%m)[%h] %~ %% '
# Set SHELL if not set
if [ ! -z "${ZSH_NAME}" -a -z "${SHELL}" ]; then
SHELL=3D"/bin/zsh"
export SHELL
fi
;;
sh | -sh | */sh | \
sh.exe | -sh.exe | */sh.exe )
# Set a simple prompt
PS1=3D'$ '
;;
* )
# Sorry, this shell has no defaults in /etc/profile,
# feel free to add your own.
# If you have some recommendations for what these defaults
# should be, please contact [email protected] with the
# shell details and what you would like added.
# Thanks
PS1=3D'$ '
;;
esac
export PS1
# Run all of the profile.d scripts
# Note that these are supplied by separate packages
# Ascending alphanumerical order enforced
if [ -d "/etc/profile.d" ]; then
while read f; do
if [ -f "${f}" ]; then
. "${f}"
fi
done <<- EOF
`/bin/find -L /etc/profile.d -type f -iname '*.sh' -or -iname '*.zsh' |
LC_ALL=3DC sort`
EOF
fi
# Uncomment to use the terminal colours set in DIR_COLOR
# eval "`dircolors -b /etc/DIR_COLORS`"
# Default to removing the write permission for group and other
# (files normally created with mode 777 become 755; files created with
# mode 666 become 644)
umask 022
# Define default printer
PRINTER=3D""
case `uname -s` in
CYGWIN_NT-*)
PRINTER=3D"`regtool -q get '\user\Software\Microsoft\Windows
NT\CurrentVersion\Windows\Device' | sed 's/,.*$//'`"
;;
CYGWIN_9?-*)
PRINTER=3D"`regtool -q get
'\config\System\CurrentControlSet\Control\Print\Printers\Default'`"
;;
esac
export PRINTER
# Make sure we start in home unless invoked by CHERE
if [ ! -z "${CHERE_INVOKING}" ]; then
unset CHERE_INVOKING
else
cd "${HOME}"
fi
# Check to see if mkpasswd/mkgroup needs to be run try and cut down the
emails
# about this on the lists!
# If this message keeps appearing and you are sure it's a mistake (ie, don'=
t
# email about it!), comment out the test below.
case `id -ng` in
mkpasswd )
echo "Your group is currently \"mkpasswd\". This indicates that"
echo "the /etc/passwd (and possibly /etc/group) files should be rebuilt."
echo "See the man pages for mkpasswd and mkgroup then, for example, run"
echo "mkpasswd -l [-d] > /etc/passwd"
echo "mkgroup -l [-d] > /etc/group"
echo "Note that the -d switch is necessary for domain users."
;;
mkgroup )
echo "Your group is currently \"mkgroup\". This indicates that"
echo "the /etc/group (and possibly /etc/passwd) files should be rebuilt."
echo "See the man pages for mkpasswd and mkgroup then, for example, run"
echo "mkpasswd -l [-d] > /etc/passwd"
echo "mkgroup -l [-d] > /etc/group"
echo "Note that the -d switch is necessary for domain users."
;;
mkgroup_l_d )
echo "Your group name is currently \"mkgroup_l_d\". This indicates that
not"
echo "all domain users and groups are listed in the /etc/passwd and"
echo "/etc/group files."
echo "See the man pages for mkpasswd and mkgroup then, for example, run"
echo "mkpasswd -l -d > /etc/passwd"
echo "mkgroup -l -d > /etc/group"
echo
echo "This message is only displayed once (unless you recreate
/etc/group)"
echo "and can be safely ignored."
# only display the above once
cp -f /etc/group "${HOME}/group.mkgroup_l_d" \
&& ( [ -w /etc/group ] || chmod --silent a+w /etc/group ; )\
&& sed -e 's/^mkgroup_l_d/mkgroup-l-d/' "${HOME}/group.mkgroup_l_d" >
/etc/group \
&& chmod --silent --reference=3D/etc/passwd /etc/group
rm -f "${HOME}/group.mkgroup_l_d"
;;
esac
------=_Part_8807_11826215.1141598151433
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
<div>i followed the istructions but kde3 after the start says cannot start =
applet and conqueror cant open modules..</div>
<div>do you have any cue? is something missing in the path?</div>
<div>here is the profile:</div>
<div>
<p># base-files version 3.7-1</p>
<p># WARNING<br>#<br># IF THIS FILE IS MODIFIED IT WILL NOT BE UPDATED BY T=
HE CYGWIN<br># SETUP PROGRAM. IT BECOMES YOUR RESPONSIBILITY.</p>
<p># The latest version as installed by the Cygwin Setup program can<br># a=
lways be found at /etc/defaults/etc/profile</p>
<p># Some resources...</p>
<p># Customizing Your Shell: <a href=3D"http://www.dsl.org/cookbook/cookboo=
k_5.html#SEC69">http://www.dsl.org/cookbook/cookbook_5.html#SEC69</a><br># =
Consistent BackSpace and Delete Configuration:<br># <a href=3D"=
http://www.ibb.net/~anne/keyboard.html">
http://www.ibb.net/~anne/keyboard.html</a><br># The Linux Documentation Pro=
ject: <a href=3D"http://www.tldp.org/">http://www.tldp.org/</a><br># The Li=
nux Cookbook: <a href=3D"http://www.tldp.org/LDP/linuxcookbook/html/">http:=
//www.tldp.org/LDP/linuxcookbook/html/
</a></p>
<p># Setup some default paths. Note that this order will allow user i=
nstalled<br># software to override 'system' software</p>
<p># If you wish to change the path for all users, it is recommended you ed=
it<br># /etc/bash.bashrc</p>
<p># If you wish all future users to have some default setup, it is recomme=
nded you<br># edit /etc/skel/.bashrc</p>
<p># If you wish to change the path on a user by user basis, it is recommen=
ded you<br># edit ~/.bashrc</p>
<p>PATH=3D/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH<br>export PATH<=
/p>
<p>MANPATH=3D/usr/local/man:/usr/share/man:/usr/man:$MANPATH<br>export MANP=
ATH</p>
<p>INFOPATH=3D/usr/local/info:/usr/share/info:/usr/info:$INFOPATH<br>export=
INFOPATH</p>
<p><br>#PATH=3D/usr/bin:/usr/local/bin:/usr/X11R6/bin:/opt/gnome/bin:/opt/k=
de2/bin:$PATH<br>#MANPATH=3D/usr/man:/usr/local/man:/usr/X11R6/man:/opt/gno=
me/man:/opt/kde2/share/man:$MANPATH<br>#INFOPATH=3D/usr/info:/usr/local/inf=
o:/opt/gnome/info:$INFOPATH
<br>#KDEDIR=3D/opt/kde2<br>DISPLAY=3D<a href=3D"http://127.0.0.1:0">127.0.0=
.1:0</a>.0</p>
<p>export PATH MANPATH INFOPATH KDEDIR DISPLAY</p>
<p><br># Set the user id<br>USER=3D"`id -un`"<br>export USER</p>
<p># Here is how HOME is set, in order of priority, when starting from Wind=
ows<br># 1) From existing HOME in the Windows environment, translated=
to a Posix path<br># 2) from /etc/passwd, if there is an entry with =
a non empty directory field
<br># 3) from HOMEDRIVE/HOMEPATH<br># 4) / (root)</p>
<p># If the home directory doesn't exist, create it.<br>if [ ! -d "${H=
OME}" ]; then<br> mkdir -p "${HOME}"<br> echo &quo=
t;Copying skeleton files."<br> echo "These files are for the=
user to personalise"
<br> echo "their cygwin experience."<br> echo<br> =
echo "These will never be overwritten."<br> echo<br> cd=
/etc/skel<br> /bin/find . -type f | while read f; do<br> f=
Dest=3D`echo ${f} | sed -e 's/^\.//g'`
<br> if [ ! -e "${HOME}${fDest}" -a ! -L "${HOME}=
${fDest}" ]; then<br> /usr/bin/install -D -p -v "=
;${f}" "${HOME}/${fDest}"<br> fi<br> done<br=
>fi</p>
<p>chmod 1777 /tmp 2>/dev/null</p>
<p># Default to unix make mode<br>MAKE_MODE=3Dunix<br>export MAKE_MODE</p>
<p># It is recommended that cvs uses ssh for it's remote shell environment<=
br>CVS_RSH=3D/bin/ssh<br>export CVS_RSH</p>
<p># Patches to Cygwin always appreciated ;)<br># CVSROOT=3D:pserver:anoncv=
[email protected]:/cvs/src<br># export CVSROOT</p>
<p># Shell dependent settings<br>case "`echo "_$0" | /usr/bi=
n/tr '[:upper:]' '[:lower:]' | /usr/bin/sed -e 's/^_//'`" in<br>bash&n=
bsp; | -bash | */bash | \<br>bash=
.exe | -bash.exe | */bash.exe )<br>
# Set a HOSTNAME variable<br> HOSTNAME=3D`hostname`<br> exp=
ort HOSTNAME</p>
<p> # Set a default prompt of: <a href=3D"mailto:user@host">user@host<=
/a> and current_directory<br> PS1=3D'\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[=
\e[33m\]\w\[\e[0m\]\n\$ '<br> ;;<br>ksh* | -ks=
h* | */ksh* | \<br>ksh*.exe | -ksh*.exe | */ksh*.ex=
e )
<br> # Set a HOSTNAME variable<br> typeset -l HOSTNAME</p>
<p> # Set a default prompt of: <a href=3D"mailto:user@host">user@host<=
/a> and current_directory<br> PS1=3D'^[]0;${PWD}^G<br>^[[32m${USER}@${=
HOSTNAME} ^[[33m${PWD}^[[0m<br>$ '<br> ;;<br>zsh* &nb=
sp; | -zsh* | */zsh* | \<br>zsh*.exe | -zsh*.exe | =
*/zsh*.exe )
<br> # Set a default prompt of: <a href=3D"mailto:user@host">user@host=
</a>, a command counter, and current_directory<br> PS1=3D'(<a href=3D"=
mailto:%n@%m)[%h">%n@%m)[%h</a>] %~ %% '<br> <br> # Set SHELL if =
not set<br> if [ ! -z "${ZSH_NAME}" -a -z "${SHELL}&quo=
t; ]; then
<br> SHELL=3D"/bin/zsh"<br> export SHELL&nb=
sp;<br> fi<br> ;;<br>sh | -sh =
| */sh | \<br>sh.exe | -sh.exe | */sh.exe )<br> # Set a s=
imple prompt<br> PS1=3D'$ '<br> ;;<br>* )<br> # Sorry, this =
shell has no defaults in /etc/profile,
<br> # feel free to add your own.</p>
<p> # If you have some recommendations for what these defaults<br>&nbs=
p;# should be, please contact <a href=3D"mailto:[email protected]">cy=
[email protected]</a> with the<br> # shell details and what you wo=
uld like added.</p>
<p> # Thanks<br> <br> PS1=3D'$ '<br> ;;<br>esac</p>
<p>export PS1</p>
<p># Run all of the profile.d scripts<br># Note that these are supplied by =
separate packages<br># Ascending alphanumerical order enforced<br>if [ -d &=
quot;/etc/profile.d" ]; then<br> while read f; do<br> =
if [ -f "${f}" ]; then
<br> . "${f}"<br> fi<br> done &l=
t;<- EOF<br> `/bin/find -L /etc/profile.d -type f -iname '*.sh' -or=
-iname '*.zsh' | LC_ALL=3DC sort`<br> EOF<br>fi</p>
<p># Uncomment to use the terminal colours set in DIR_COLOR<br># eval "=
;`dircolors -b /etc/DIR_COLORS`"</p>
<p># Default to removing the write permission for group and other<br># =
; (files normally created with mode 777 become 755; files created with<br>#=
mode 666 become 644)<br>umask 022</p>
<p># Define default printer<br>PRINTER=3D""<br>case `uname -s` in=
<br>CYGWIN_NT-*)<br> PRINTER=3D"`regtool -q get '\user\Software\M=
icrosoft\Windows NT\CurrentVersion\Windows\Device' | sed 's/,.*$//'`"<=
br> ;;
<br>CYGWIN_9?-*)<br> PRINTER=3D"`regtool -q get '\config\System\C=
urrentControlSet\Control\Print\Printers\Default'`"<br> ;;<br>esac=
<br>export PRINTER</p>
<p># Make sure we start in home unless invoked by CHERE<br>if [ ! -z "=
${CHERE_INVOKING}" ]; then<br> unset CHERE_INVOKING<br>else<br>&=
nbsp; cd "${HOME}"<br>fi</p>
<p># Check to see if mkpasswd/mkgroup needs to be run try and cut down the =
emails<br># about this on the lists!<br># If this message keeps=
appearing and you are sure it's a mistake (ie, don't<br># emai=
l about it!), comment out the test below.
<br>case `id -ng` in<br>mkpasswd )<br> echo "Your group is curre=
ntly \"mkpasswd\". This indicates that"<br> echo=
"the /etc/passwd (and possibly /etc/group) files should be rebuilt.&q=
uot;<br> echo "See the man pages for mkpasswd and mkgroup then, =
for example, run"
<br> echo "mkpasswd -l [-d] > /etc/passwd"<br> ech=
o "mkgroup -l [-d] > /etc/group"<br> echo "No=
te that the -d switch is necessary for domain users."<br> ;;</p>
<p>mkgroup )<br> echo "Your group is currently \"mkgroup\&q=
uot;. This indicates that"<br> echo "the /etc/group (=
and possibly /etc/passwd) files should be rebuilt."<br> echo &qu=
ot;See the man pages for mkpasswd and mkgroup then, for example, run"
<br> echo "mkpasswd -l [-d] > /etc/passwd"<br> ech=
o "mkgroup -l [-d] > /etc/group"<br> echo "No=
te that the -d switch is necessary for domain users."<br> ;;</p>
<p>mkgroup_l_d )<br> echo "Your group name is currently \"m=
kgroup_l_d\". This indicates that not"<br> echo "all d=
omain users and groups are listed in the /etc/passwd and"<br> ec=
ho "/etc/group files."
<br> echo "See the man pages for mkpasswd and mkgroup then, for =
example, run"<br> echo "mkpasswd -l -d > /etc/passwd&quo=
t;<br> echo "mkgroup -l -d > /etc/group"<br> =
echo<br> echo "This message is only displayed once (unless you =
recreate /etc/group)"
<br> echo "and can be safely ignored."</p>
<p> # only display the above once<br> cp -f /etc/group "${=
HOME}/group.mkgroup_l_d" \<br> && ( [ -w /etc/group ] ||=
chmod --silent a+w /etc/group ; )\<br> && sed -e 's/^mkgroup=
_l_d/mkgroup-l-d/' "${HOME}/group.mkgroup_l_d" > /etc/group \
<br> && chmod --silent --reference=3D/etc/passwd /etc/group<b=
r> rm -f "${HOME}/group.mkgroup_l_d"<br> ;;<br>esac<b=
r></p></div>
------=_Part_8807_11826215.1141598151433--
--===============0340612954==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
kde-cygwin mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-cygwin
--===============0340612954==--