#!/bin/bash
# I don't know how to disable drkonqi so I did it this way.
# This may seem as a 'black hat' technique, as a segfaulting application
# will just silently disappear instead of showing the 
# 'application crashed' window, which makes the user experience a bit better
# (vanished window is just fine compared to a crashed application).

# Nevertheless, the real reason for disabling drkonqi is that VNC sharing in KDE
# crashes more then often. And when it crasehes, drkonqi is shown and blocks
# the server from restarting. If drkonqi just returns zero back, vnc server is
# restarted and remote user can reconnect. I need this nowadays.

exit 0
