Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69933 - KDE doesn't start if bashrc present
Summary: KDE doesn't start if bashrc present
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-03 04:40 UTC by Peter Bienstman (RETIRED)
Modified: 2009-08-11 17:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Bienstman (RETIRED) gentoo-dev 2004-11-03 04:40:47 UTC
Starting from KDM, I cannot start a KDE session if I have a .bashrc in my home directory. Moving that file to a .profile allows me to log bakc in again.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
 

Portage 2.0.51-r2 (default-x86-1.4, gcc-3.3.4, uclibc-0.9.26-r7, 
2.4.24-openmosix-r4 i686) 
================================================================= 
System uname: 2.4.24-openmosix-r4 i686 Intel(R) Pentium(R) 4 CPU 2.00GHz 
Gentoo Base System version 1.4.16 
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled] 
Autoconf: sys-devel/autoconf-2.59-r5 
Automake: sys-devel/automake-1.8.5-r1 
Binutils: sys-devel/binutils-2.14.90.0.8-r1 
Headers:  
sys-kernel/linux-headers-2.4.19-r1,sys-kernel/linux-headers-2.4.21-r1 
Libtools: sys-devel/libtool-1.5.2-r5 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=pentium3 -O3 -funroll-loops -fprefetch-loop-arrays 
-fomit-frame-pointer" 
CHOST="i686-pc-linux-gnu" 
COMPILER="" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=pentium3 -O3 -funroll-loops -fprefetch-loop-arrays 
-fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache distlocks sandbox" 
GENTOO_MIRRORS="ftp://ftp.easynet.nl/mirror/gentoo/ 
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo 
http://ftp.easynet.nl/mirror/gentoo/" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X aalib alsa apm arts atlas avi berkdb bitmap-fonts cdr crypt cups encode 
esd f77 foomaticdb gdbm ggi gif gphoto2 gpm gtk gtk2 guile imap imlib java 
jpeg kde ldap libg++ libwww mad mikmod mmx motif mpeg ncurses nls oggvorbis 
opengl oss pam pda pdflib perl pic png prelink python qt qtmt quicktime 
readline samba sdl slang smime snmp spell sse ssl svga tcltk tcpd tetex tiff 
truetype x86 xml2 xmms xv zlib"
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2004-11-03 05:23:22 UTC
which version of kde/kdm? what's inside your .bashrc?
Comment 2 Peter Bienstman (RETIRED) gentoo-dev 2004-11-03 06:16:37 UTC
KDE/KDM 3.3, nothing spectacular in bashrc:

# .bashrc

source /etc/profile

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

# User specific aliases and functions

alias pico='pico -w'

export PS1="\[\e[32;1m\]\u@\h:\w:\[\e[0m\] "

export PATH=.:/home/pbienst/local/bin:$PATH:.
export LD_LIBRARY_PATH=/home/pbienst/local/lib:/opt/intel/mkl/lib/32:/opt/matlab
/extern/lib/glnx86:$LD_LIBRARY_PATH

set bell-style visible

[ -f /etc/profile.d/bash-completion ] && source /etc/profile.d/bash-completion

export GRACE_HOME="/usr/share/grace"
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2004-11-03 07:59:38 UTC
And with an empty .bashrc?

You could start removing stuff from it to narrow the problem down.
Comment 4 Peter Bienstman (RETIRED) gentoo-dev 2004-11-03 08:13:13 UTC
This seems to be the culprit: set bell-style visible

I can live without this line ;-)
Comment 5 Gregorio Guidi (RETIRED) gentoo-dev 2004-11-04 02:32:57 UTC
I can't understand why, but anyway...
Comment 6 Peter Bienstman (RETIRED) gentoo-dev 2004-11-04 02:39:26 UTC
I said I can line without this line, not that I can't live without it.

In other words, don't bother ;-)
Comment 7 Tomáš Chvátal (RETIRED) gentoo-dev 2009-08-11 17:23:55 UTC
bugzie
Comment 8 Tomáš Chvátal (RETIRED) gentoo-dev 2009-08-11 17:24:15 UTC
I tried visible true on bell now with 4.3 and it works. So fixed :]