Announcement

Collapse
No announcement yet.

Systemsettings, display module can't be loaded

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

    Systemsettings, display module can't be loaded

    In systemsettings, when "display" is clicked, I get an error that the module can't be loaded. Same deal under "disks and file systems"

    Opening kcontrol yields an screen on both of those options that just says "Welcome to KDE."

    #2
    Re: Systemsettings, display module can't be loaded

    Can you use (konsole) ?:
    Code:
    kcmshell displayconfig

    Links:
    FAQ: Control Centre vs. System Settings
    http://kubuntuforums.net/forums/inde...opic=3091157.0

    Topic: {SOLVED} Missing or Orphaned Control Module
    http://kubuntuforums.net/forums/inde...opic=3093010.0
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Systemsettings, display module can't be loaded

      The latter was more helpful!

      /usr/share/python-support/kde-guidance/serviceconfig.py

      line
      rcdir = "/etc/rc.d"

      should be changed to
      rcdir = "/etc/rc0.d"

      Now it all works

      as the /etc/rc.d does not exist in ubuntu. The Distro line says "Mandrake" rather than "ubuntu" is this normal?

      Comment

      Working...
      X