Have a very simple test system: pclos2010.07 + fully updated + Opera + Kate basically nothing installed yet (no OOO)
I thought all was well, I never had any of "blakbird's topic" problems, only a small problem with konsole giving odd result, after last update but I have problem.
1.. Root terminal does not work. I can bring up login screen, for example using krunner (alt+F2) and gksu /usr/bin/xvt or any other way.
As soon as I enter the password, my display shimmers unstable like towards the right and downward, not fatal just annoying.
No terminal anywhere to be seen.
2.. The rest of the terminals can not open a kwrite session when in su mode. Trying comes up with following result
[gert@localhost ~]$ kwrite
[gert@localhost ~]$ kwrite .bashrc
kwrite(10247)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing "/usr/share/mime/magic"
kwrite(10247)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing "/home/gert/.local/share/mime/magic"
[gert@localhost ~]$ su
Password:
[root@localhost gert]# kwrite .bashrc
kwrite(10321): Session bus not found
KCrash: Application 'kwrite' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/root/.kde4/socket-localhost.localdomain/kdeinit4__0
[1]+ Stopped kwrite .bashrc
[root@localhost gert]#
In normal mode I believe all terminals will open kwrite sessions.
I thought I had just discovered a new terminal mode, it looked like Xterm with white background but nicer presentation basically because of bigger fonts. Xterm has an annoying shimmer in the left side which was absent. This mode worked fine in su mode and brought up a bashrc file which automatically had some lines entered I could scream as this seems to be the only screen I did not document. I should have noted the extra in bashrc. Tried in vain to recreate condition.
Sequence: old-polack had kindly supplied some terminal color settings
http://www.pclinuxos.com/forum/index.php/topic,77878.msg642675.html#msg642675 and instructions to open .bashrc:
[root@localhost gert]# kwrite .bashrcNote that I happened to be in su mode, the reason I found out.
Then found there was no problem opening in in normal konsole mode, entered old-polacks data, this worked fine
John Bee came up with an addition for some modernisation of the terminal, I thought well I will stick this in as well and activate (one line at the time).
His did not work, but I had made a mistake an extra character had slipped in at the end of a ver very long line well off the screen.
After this I started checking every konsole/terminal and found the su mode would not open kwrite the error is:
Executable: kwrite PID: 10321 Signal: 6 (Aborted)Content of my bashrc is now:
# .bashrc
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
#PS1="\[\e[0;1;36m\][\u@\h \[\e[0;1;33m\]\W\[\e[0;1;36m\]]$\[\e[0;1m\] $RESET" # light blue
#PS1="\[\e[0;1;32m\][\u@\h \[\e[0;1;33m\]\W\[\e[0;1;32m\]]$\[\e[0;1m\] $RESET" # green
#PS1="\[\e[0;1;35m\][\u@\h \[\e[0;1;33m\]\W\[\e[0;1;35m\]]$\[\e[0;1m\] $RESET" # lavender
PS1="\[\e[0;1;34m\][\u@\h \[\e[0;1;33m\]\W\[\e[0;1;34m\]]$\[\e[0;1m\] $RESET" # dark blue
#PS1="\[\e[0;1;31m\][\u@\h \[\e[0;1;33m\]\W\[\e[0;1;31m\]]$\[\e[0;1m\] $RESET" # red
#PS1="\[\e[0;1;33m\][\u@\h \[\e[0;1;32m\]\W\[\e[0;1;33m\]]$\[\e[0;1m\] $RESET" # yellow - green pwd
# end of old-polack's entries
#PS1="\n\[\033[1;35m\]\$(/bin/date +%a\ %b\ %e\ %r\ %Z\ %Y)\n\[\033[0;36m\]\w\n\[\033[1;32m\]\u@\h: \[\033[1;34m\] \[\033[1;36m\]\$(/bin/ls -1 | /usr/bin/wc -l | /bin/sed 's: ::g') items \[\033[1;33m\]\$(/bin/ls -lah | /bin/grep -m 1 total | /bin/sed 's/total //')b\[\033[0m\] -> \[\033[0m\]"Oh dear, oh dear that was not what my test system was ment for.