Author Topic: SOLVED : kate and kwrite crashing  (Read 182 times)

Offline raed

  • Full Member
  • ***
  • Posts: 200
SOLVED : kate and kwrite crashing
« on: December 29, 2012, 10:20:20 PM »
hello guys

i am trying to edit "/boot/grub/menu.lst" to remove quiet splash but when i open konsole - type su - then try kate and kwrite there is error message

Code: [Select]
[b][color=brown][root@localhost raedov]# kwrite /etc/default/grub[/color][/b]
kwrite(3914)/kdeui (kdelibs): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)
KCrash: Application 'kwrite' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/root/.kde4/socket-localhost.localdomain/kdeinit4__0
Warning: connect() failed: : No such file or directory
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi directly
drkonqi(3915)/kdeui (kdelibs): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)
[b][color=brown][root@localhost raedov]# kate /etc/default/grub[/color][/b]
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
kate(4099)/kdeui (kdelibs): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)
KCrash: Application 'kate' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/root/.kde4/socket-localhost.localdomain/kdeinit4__0
Warning: connect() failed: : No such file or directory
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi directly
drkonqi(4100)/kdeui (kdelibs): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)

is it a bug ? any idea how can i fix it or how to edit "/boot/grub/menu.lst".
« Last Edit: December 30, 2012, 09:46:49 AM by raed »

Online agmg

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1919
  • Certified Windows Hater
Re: kate and kwrite crashing
« Reply #1 on: December 30, 2012, 12:15:31 AM »
The correct command would be: kdesu kwrite /boot/grub/menu.lst or kdesu kate /boot/grub/menu.lst
For the whole world, you are someone.
For someone, you are the whole world.

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10668
  • MLUs Forever!
Re: kate and kwrite crashing
« Reply #2 on: December 30, 2012, 05:05:31 AM »
Quote
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)

Do the command as instructed

export $(dbus-launch)

Then launch the application.

MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline raed

  • Full Member
  • ***
  • Posts: 200
Re: kate and kwrite crashing
« Reply #3 on: December 30, 2012, 09:46:34 AM »
thank you guys , it's solved