I have freebsd-6.4 (unmodified kernel) i386 ... kde4.1.1 ... and i am trying to open a konsole window and it opens and closes immediately ... what can i do to fix this? .... Thanks
everypot said:I have the same problem with FreeBSD 7.1 + KDE 4.2.
bostik said:Then added a new profile under Settings > Manage Profiles
to use bash and setted as default
zeta_immersion said:konsole(1766) KLocalePrivate::initEncoding: Cannot resolve system encoding, defaulting to ISO 8859-1
Mel_Flynn said:Add the following line to /etc/login.conf, under the default section:
:lang=en_US.ISO8859-1:\
Then run cap_mkdb /etc/login.conf. Relog for changes to take effect.
zeta_immersion said:When i try to run konsole from xterm this is what i get
$konsole
konsole(1766) KLocalePrivate::initEncoding: Cannot resolve system encoding, defaulting to ISO 8859-1
$konsole(1766)/kdeui (KNotification) Knotification::~KNotification: ~1
and that's about it, konsole seems to run fine in root, no problems there
dvl said:Same problem encountered on FreeBSD 7.2-BETA1 with KDE 4.2.2
My conclusion: neither message relates to the actual problem. When starting konsole with 'konsole -e bash', you get the same messages. The problem is particular to /bin/sh. csh, tcsh, bash, and rbash all work.
Solution:
- Press ALT-F2
- enter 'konsole -e csh'
- konsole should now be running
- Settings | Change Profile | Shell
- Settings | Edit Current Profile
- On the general tab, set the Command field to a shell other than /bin/sh (e.g. /bin/csh). I have mine set to /usr/local/bin/bash. See /etc/shells for a list of shells installed on your system (do not alter this file).
- click on OK
- terminate konsole
Now you should be able to start and run konsole.
More likely konsole tries to pass something bashy to the shell that angers /bin/shFryShadow said:thanks dvl
it's work. maybe the current shell (sh) got some bug