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.&nbsp; 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>#&nbsp;&nbsp; <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.&nbsp; Note that this order will allow user i=
nstalled<br>#&nbsp; software to override 'system' software</p>
<p># If you wish to change the path for all users, it is recommended you ed=
it<br>#&nbsp; /etc/bash.bashrc</p>
<p># If you wish all future users to have some default setup, it is recomme=
nded you<br>#&nbsp; 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>#&nbsp; 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&quot;`id -un`&quot;<br>export USER</p>
<p># Here is how HOME is set, in order of priority, when starting from Wind=
ows<br>#&nbsp; 1) From existing HOME in the Windows environment, translated=
 to a Posix path<br>#&nbsp; 2) from /etc/passwd, if there is an entry with =
a non empty directory field
<br>#&nbsp; 3) from HOMEDRIVE/HOMEPATH<br>#&nbsp; 4) / (root)</p>
<p># If the home directory doesn't exist, create it.<br>if [ ! -d &quot;${H=
OME}&quot; ]; then<br>&nbsp;mkdir -p &quot;${HOME}&quot;<br>&nbsp;echo &quo=
t;Copying skeleton files.&quot;<br>&nbsp;echo &quot;These files are for the=
 user to personalise&quot;
<br>&nbsp;echo &quot;their cygwin experience.&quot;<br>&nbsp;echo<br>&nbsp;=
echo &quot;These will never be overwritten.&quot;<br>&nbsp;echo<br>&nbsp;cd=
 /etc/skel<br>&nbsp;/bin/find . -type f | while read f; do<br>&nbsp;&nbsp;f=
Dest=3D`echo ${f} | sed -e 's/^\.//g'`
<br>&nbsp;&nbsp;if [ ! -e &quot;${HOME}${fDest}&quot; -a ! -L &quot;${HOME}=
${fDest}&quot; ]; then<br>&nbsp;&nbsp;&nbsp;/usr/bin/install -D -p -v &quot=
;${f}&quot; &quot;${HOME}/${fDest}&quot;<br>&nbsp;&nbsp;fi<br>&nbsp;done<br=
>fi</p>
<p>chmod 1777 /tmp 2&gt;/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 &quot;`echo &quot;_$0&quot; | /usr/bi=
n/tr '[:upper:]' '[:lower:]' | /usr/bin/sed -e 's/^_//'`&quot; in<br>bash&n=
bsp;&nbsp;&nbsp;&nbsp; | -bash&nbsp;&nbsp;&nbsp;&nbsp; | */bash | \<br>bash=
.exe | -bash.exe | */bash.exe )<br>
&nbsp;# Set a HOSTNAME variable<br>&nbsp;HOSTNAME=3D`hostname`<br>&nbsp;exp=
ort HOSTNAME</p>
<p>&nbsp;# Set a default prompt of: <a href=3D"mailto:user@host">user@host<=
/a> and current_directory<br>&nbsp;PS1=3D'\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[=
\e[33m\]\w\[\e[0m\]\n\$ '<br>&nbsp;;;<br>ksh*&nbsp;&nbsp;&nbsp;&nbsp; | -ks=
h*&nbsp;&nbsp;&nbsp;&nbsp; | */ksh* | \<br>ksh*.exe | -ksh*.exe | */ksh*.ex=
e )
<br>&nbsp;# Set a HOSTNAME variable<br>&nbsp;typeset -l HOSTNAME</p>
<p>&nbsp;# Set a default prompt of: <a href=3D"mailto:user@host">user@host<=
/a> and current_directory<br>&nbsp;PS1=3D'^[]0;${PWD}^G<br>^[[32m${USER}@${=
HOSTNAME} ^[[33m${PWD}^[[0m<br>$ '<br>&nbsp;;;<br>zsh*&nbsp;&nbsp;&nbsp;&nb=
sp; | -zsh*&nbsp;&nbsp;&nbsp;&nbsp; | */zsh* | \<br>zsh*.exe | -zsh*.exe | =
*/zsh*.exe )
<br>&nbsp;# Set a default prompt of: <a href=3D"mailto:user@host">user@host=
</a>, a command counter, and current_directory<br>&nbsp;PS1=3D'(<a href=3D"=
mailto:%n@%m)[%h">%n@%m)[%h</a>] %~ %% '<br>&nbsp;<br>&nbsp;# Set SHELL if =
not set<br>&nbsp;if [ ! -z &quot;${ZSH_NAME}&quot; -a -z &quot;${SHELL}&quo=
t; ]; then
<br>&nbsp;&nbsp;SHELL=3D&quot;/bin/zsh&quot;<br>&nbsp;&nbsp;export SHELL&nb=
sp;<br>&nbsp;fi<br>&nbsp;;;<br>sh&nbsp;&nbsp;&nbsp;&nbsp; | -sh&nbsp;&nbsp;=
&nbsp;&nbsp; | */sh | \<br>sh.exe | -sh.exe | */sh.exe )<br>&nbsp;# Set a s=
imple prompt<br>&nbsp;PS1=3D'$ '<br>&nbsp;;;<br>* )<br>&nbsp;# Sorry, this =
shell has no defaults in /etc/profile,
<br>&nbsp;#&nbsp; feel free to add your own.</p>
<p>&nbsp;# If you have some recommendations for what these defaults<br>&nbs=
p;#&nbsp; should be, please contact <a href=3D"mailto:[email protected]">cy=
[email protected]</a> with the<br>&nbsp;#&nbsp; shell details and what you wo=
uld like added.</p>
<p>&nbsp;# Thanks<br>&nbsp;<br>&nbsp;PS1=3D'$ '<br>&nbsp;;;<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&quot; ]; then<br>&nbsp;while read f; do<br>&nbsp;&nbsp;=
if [ -f &quot;${f}&quot; ]; then
<br>&nbsp;&nbsp;&nbsp;. &quot;${f}&quot;<br>&nbsp;&nbsp;fi<br>&nbsp;done &l=
t;&lt;- EOF<br>&nbsp;`/bin/find -L /etc/profile.d -type f -iname '*.sh' -or=
 -iname '*.zsh' | LC_ALL=3DC sort`<br>&nbsp;EOF<br>fi</p>
<p># Uncomment to use the terminal colours set in DIR_COLOR<br># eval &quot=
;`dircolors -b /etc/DIR_COLORS`&quot;</p>
<p># Default to removing the write permission for group and other<br>#&nbsp=
; (files normally created with mode 777 become 755; files created with<br>#=
&nbsp; mode 666 become 644)<br>umask 022</p>
<p># Define default printer<br>PRINTER=3D&quot;&quot;<br>case `uname -s` in=
<br>CYGWIN_NT-*)<br>&nbsp;PRINTER=3D&quot;`regtool -q get '\user\Software\M=
icrosoft\Windows NT\CurrentVersion\Windows\Device' | sed 's/,.*$//'`&quot;<=
br>&nbsp;;;
<br>CYGWIN_9?-*)<br>&nbsp;PRINTER=3D&quot;`regtool -q get '\config\System\C=
urrentControlSet\Control\Print\Printers\Default'`&quot;<br>&nbsp;;;<br>esac=
<br>export PRINTER</p>
<p># Make sure we start in home unless invoked by CHERE<br>if [ ! -z &quot;=
${CHERE_INVOKING}&quot; ]; then<br>&nbsp; unset CHERE_INVOKING<br>else<br>&=
nbsp; cd &quot;${HOME}&quot;<br>fi</p>
<p># Check to see if mkpasswd/mkgroup needs to be run try and cut down the =
emails<br>#&nbsp;&nbsp; about this on the lists!<br># If this message keeps=
 appearing and you are sure it's a mistake (ie, don't<br>#&nbsp;&nbsp; emai=
l about it!), comment out the test below.
<br>case `id -ng` in<br>mkpasswd )<br>&nbsp; echo &quot;Your group is curre=
ntly \&quot;mkpasswd\&quot;.&nbsp; This indicates that&quot;<br>&nbsp; echo=
 &quot;the /etc/passwd (and possibly /etc/group) files should be rebuilt.&q=
uot;<br>&nbsp; echo &quot;See the man pages for mkpasswd and mkgroup then, =
for example, run&quot;
<br>&nbsp; echo &quot;mkpasswd -l [-d] &gt; /etc/passwd&quot;<br>&nbsp; ech=
o &quot;mkgroup&nbsp; -l [-d] &gt; /etc/group&quot;<br>&nbsp; echo &quot;No=
te that the -d switch is necessary for domain users.&quot;<br>&nbsp; ;;</p>
<p>mkgroup )<br>&nbsp; echo &quot;Your group is currently \&quot;mkgroup\&q=
uot;.&nbsp; This indicates that&quot;<br>&nbsp; echo &quot;the /etc/group (=
and possibly /etc/passwd) files should be rebuilt.&quot;<br>&nbsp; echo &qu=
ot;See the man pages for mkpasswd and mkgroup then, for example, run&quot;
<br>&nbsp; echo &quot;mkpasswd -l [-d] &gt; /etc/passwd&quot;<br>&nbsp; ech=
o &quot;mkgroup&nbsp; -l [-d] &gt; /etc/group&quot;<br>&nbsp; echo &quot;No=
te that the -d switch is necessary for domain users.&quot;<br>&nbsp; ;;</p>
<p>mkgroup_l_d )<br>&nbsp; echo &quot;Your group name is currently \&quot;m=
kgroup_l_d\&quot;. This indicates that not&quot;<br>&nbsp; echo &quot;all d=
omain users and groups are listed in the /etc/passwd and&quot;<br>&nbsp; ec=
ho &quot;/etc/group files.&quot;
<br>&nbsp; echo &quot;See the man pages for mkpasswd and mkgroup then, for =
example, run&quot;<br>&nbsp; echo &quot;mkpasswd -l -d &gt; /etc/passwd&quo=
t;<br>&nbsp; echo &quot;mkgroup&nbsp; -l -d &gt; /etc/group&quot;<br>&nbsp;=
 echo<br>&nbsp; echo &quot;This message is only displayed once (unless you =
recreate /etc/group)&quot;
<br>&nbsp; echo &quot;and can be safely ignored.&quot;</p>
<p>&nbsp; # only display the above once<br>&nbsp; cp -f /etc/group &quot;${=
HOME}/group.mkgroup_l_d&quot; \<br>&nbsp; &amp;&amp; ( [ -w /etc/group ] ||=
 chmod --silent a+w /etc/group ; )\<br>&nbsp; &amp;&amp; sed -e 's/^mkgroup=
_l_d/mkgroup-l-d/' &quot;${HOME}/group.mkgroup_l_d&quot; &gt; /etc/group \
<br>&nbsp; &amp;&amp; chmod --silent --reference=3D/etc/passwd /etc/group<b=
r>&nbsp; rm -f &quot;${HOME}/group.mkgroup_l_d&quot;<br>&nbsp; ;;<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==--