Announcement

Collapse
No announcement yet.

package update failed, need help reinstalling kde

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: package update failed, need help reinstalling kde

    KDM: yes.

    All three of those commands open windows related to keyboard stuff... Is there a similar command to get to the keyboard shortcuts?

    Comment


      #17
      Re: package update failed, need help reinstalling kde

      keys allows you to select the KDE component for which youwant to set the shortcuts and then set them. standard_actions might be what you are looking for if those are not. I am surprised they did work. One of these days I will have to figure out how dbus gets started.

      Actually it gets started in /etc/init.d/dbus. I am expect KDM does something to connect to it. What dbus things are installed? I show
      dpkg --get-selections | grep dbus
      dbus install
      dbus-x11 install
      libdbus-1-3 install
      libdbus-glib-1-2 install
      libdbus-qt-1-1c2 install
      libpolkit-dbus2 install
      libqt4-dbus install
      libstrigiqtdbusclient0 install
      python-dbus install
      python-qt4-dbus install

      Comment


        #18
        Re: package update failed, need help reinstalling kde

        sudo dpkg --get-selections | grep dbus
        [sudo] password for benjamin:
        dbus install
        dbus-x11 install
        libdbus-1-3 install
        libdbus-1-qt3 install
        libdbus-glib-1-2 install
        libdbus-qt-1-1c2 install
        libnet-dbus-perl install
        libpolkit-dbus2 install
        libqt4-dbus install
        libstrigiqtdbusclient0 install
        python-dbus install
        python-qt4-dbus install

        Comment

        Working...
        X