This is a different problem, but here's a patch that should fix this.
Index: MicroHAL.py
===================================================================
--- MicroHAL.py (revision 680463)
+++ MicroHAL.py (working copy)
@@ -381,7 +381,10 @@
return self.modelname
def getName(self):
- return "Disk "+self.getModelName()
+ if self.getModelName():
+ return i18n("Disk ")+self.getModelName()
+ else:
+ return i18n("Unknown Disk")
def getPartitions(self):
return self.partitions[:]
--
kde systemsettings module "Disk & Filesystems" does not load
https://bugs.launchpad.net/bugs/109273
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kde-guidance in ubuntu.
--
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs