Advertisement
Guest User

.xsession-errors: black screen after kde start

a guest
Sep 10th, 2011
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.01 KB | None | 0 0
  1. /etc/X11/xim: Checking whether an input method should be started.
  2. sourcing /etc/sysconfig/language to get the value of INPUT_METHOD
  3. INPUT_METHOD is not set or empty (no user selected input method).
  4. Trying to start a default input method for the locale en_US.UTF-8 ...
  5. There is no default input method for the current locale.
  6. Dummy input method "none" (do not use any fancy input method by default)
  7. startkde: Starting up...
  8. Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
  9. kbuildsycoca4 running...
  10. kbuildsycoca4(11946) KBuildSycoca::checkTimestamps: checking file timestamps
  11. kbuildsycoca4(11946) KBuildSycoca::checkTimestamps: timestamps check ok
  12. kbuildsycoca4(11946) kdemain: Emitting notifyDatabaseChanged ()
  13. kded(11945)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
  14. Agent registered
  15. kded(11945) LayoutMemoryPersister::restoreFromFile: Failed to open layout memory xml file for reading "/home/test/.kde4/share/apps/kded/session/keyboard/layout_memory.xml" error: 5
  16. Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
  17. Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
  18. No outputs have backlight property
  19. QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.5'
  20. kded(11945)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
  21. QDBusConnection: name 'org.kde.powerdevil.backlighthelper' had owner '' but we thought it was ':1.185'
  22. Object::connect: No such signal QDBusAbstractInterface::Changed()
  23. OpenGL vendor string: NVIDIA Corporation
  24. OpenGL renderer string: GeForce 9600M GT/PCI/SSE2
  25. OpenGL version string: 3.3.0 NVIDIA 275.21
  26. OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
  27. Driver: NVIDIA
  28. Driver version: 275.21
  29. GPU class: G80/G90
  30. OpenGL version: 3.3
  31. GLSL version: 3.30
  32. X server version: 1.9.3
  33. Linux kernel version: 2.6.37
  34. Direct rendering: yes
  35. Requires strict binding: no
  36. GLSL shaders: yes
  37. Texture NPOT support: yes
  38. klauncher(11943) KConfigGroup::readXdgListEntry: List entry OnlyShowIn in "/etc/xdg/autostart/ksmolt-autostart.desktop" is not compliant with XDG standard (missing trailing semicolon).
  39. klauncher(11943) KConfigGroup::readXdgListEntry: List entry OnlyShowIn in "/usr/share/applications/kde4/nepomukcontroller.desktop" is not compliant with XDG standard (missing trailing semicolon).
  40. QDBusObjectPath: invalid path ""
  41. plasma-desktop(11985)/kdecore (services) KServicePrivate::init: The desktop entry file "/usr/share/kde4/services/sysinfo.protocol" has Type= "Application" but no Exec line
  42.  
  43. Object::connect: No such signal QDBusAbstractInterface::Changed()
  44. link XMLID_34_ hasn't been detected!
  45. link XMLID_34_ hasn't been detected!
  46. link XMLID_36_ hasn't been detected!
  47. "/usr/bin/kactivitymanagerd(11980)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
  48. "/usr/bin/kactivitymanagerd(11980)" Soprano: "QLocalSocket::connectToServer: Invalid name"
  49. "/usr/bin/kactivitymanagerd(11980)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
  50. "/usr/bin/kactivitymanagerd(11980)" Soprano: "QLocalSocket::connectToServer: Invalid name"
  51. "/usr/bin/kactivitymanagerd(11980)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
  52. "/usr/bin/kactivitymanagerd(11980)" Soprano: "QLocalSocket::connectToServer: Invalid name"
  53. Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
  54. QGridLayoutEngine::addItem: Cell (1, 1) already taken
  55. plasma-desktop(11985)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name"
  56. XdgBaseDirs::saveDir: failed to create directory ' "/home/test/.local/share/akonadi" '
  57. plasma-desktop(11985)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Invalid name"
  58. plasma-desktop(11985)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Invalid name"
  59. Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
  60. QSqlDatabasePrivate::removeDatabase: connection 'initConnection' is still in use, all queries will cease to work.
  61. sqlite version is "3.7.7.1"
  62. sqlite journal mode is "wal"
  63. QSqlDatabasePrivate::removeDatabase: connection 'initConnection' is still in use, all queries will cease to work.
  64. Database "/home/test/.local/share/akonadi/akonadi.db" opened using driver "QSQLITE3"
  65. DbInitializer::run()
  66. checking table "SchemaVersionTable"
  67. "CREATE TABLE SchemaVersionTable (version INTEGER NOT NULL DEFAULT 0)"
  68. "INSERT INTO SchemaVersionTable (version) VALUES (19)"
  69. checking table "ResourceTable"
  70. "CREATE TABLE ResourceTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, name TEXT UNIQUE NOT NULL, isVirtual BOOL DEFAULT false)"
  71. "INSERT INTO ResourceTable (name,isVirtual) VALUES ('akonadi_search_resource',1)"
  72. checking table "CollectionTable"
  73. "CREATE TABLE CollectionTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, remoteId TEXT, remoteRevision TEXT, name TEXT NOT NULL, parentId BIGINT, resourceId BIGINT NOT NULL, subscribed BOOL NOT NULL DEFAULT true, cachePolicyInherit BOOL NOT NULL DEFAULT true, cachePolicyCheckInterval INTEGER NOT NULL DEFAULT -1, cachePolicyCacheTimeout INTEGER NOT NULL DEFAULT -1, cachePolicySyncOnDemand BOOL NOT NULL DEFAULT false, cachePolicyLocalParts TEXT, queryString TEXT, queryLanguage TEXT)"
  74. adding index "CREATE UNIQUE INDEX CollectionTable_parentAndNameIndex ON CollectionTable (parentId,name)"
  75. "INSERT INTO CollectionTable (resourceId,name,parentId) VALUES (1,'Search',NULL)"
  76. checking table "MimeTypeTable"
  77. "CREATE TABLE MimeTypeTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, name TEXT UNIQUE NOT NULL)"
  78. "INSERT INTO MimeTypeTable (name) VALUES ('application/octet-stream')"
  79. "INSERT INTO MimeTypeTable (name) VALUES ('message/rfc822')"
  80. "INSERT INTO MimeTypeTable (name) VALUES ('text/calendar')"
  81. "INSERT INTO MimeTypeTable (name) VALUES ('text/vcard')"
  82. "INSERT INTO MimeTypeTable (name) VALUES ('inode/directory')"
  83. checking table "PimItemTable"
  84. "CREATE TABLE PimItemTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, rev INTEGER NOT NULL DEFAULT 0, remoteId TEXT, remoteRevision TEXT, collectionId BIGINT, mimeTypeId BIGINT, datetime TIMESTAMP DEFAULT CURRENT_TIMESTAMP, atime TIMESTAMP, dirty BOOL, size BIGINT NOT NULL DEFAULT 0)"
  85. adding index "CREATE INDEX PimItemTable_collectionIndex ON PimItemTable (collectionId)"
  86. checking table "FlagTable"
  87. "CREATE TABLE FlagTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, name TEXT UNIQUE NOT NULL)"
  88. "INSERT INTO FlagTable (name) VALUES ('important')"
  89. "INSERT INTO FlagTable (name) VALUES ('has_attachment')"
  90. "INSERT INTO FlagTable (name) VALUES ('spam')"
  91. "INSERT INTO FlagTable (name) VALUES ('\ANSWERED')"
  92. "INSERT INTO FlagTable (name) VALUES ('\FLAGGED')"
  93. "INSERT INTO FlagTable (name) VALUES ('\DELETED')"
  94. "INSERT INTO FlagTable (name) VALUES ('\SEEN')"
  95. "INSERT INTO FlagTable (name) VALUES ('\DRAFT')"
  96. checking table "PartTable"
  97. "CREATE TABLE PartTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, pimItemId BIGINT NOT NULL, name TEXT NOT NULL, data LONGBLOB, datasize BIGINT NOT NULL, version INTEGER DEFAULT 0, external BOOL DEFAULT false)"
  98. adding index "CREATE UNIQUE INDEX PartTable_pimItemIdNameIndex ON PartTable (pimItemId,name)"
  99. adding index "CREATE INDEX PartTable_pimItemNameIndex ON PartTable (name)"
  100. checking table "CollectionAttributeTable"
  101. "CREATE TABLE CollectionAttributeTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, collectionId BIGINT NOT NULL, type LONGBLOB NOT NULL, value LONGBLOB)"
  102. adding index "CREATE INDEX CollectionAttributeTable_collectionIndex ON CollectionAttributeTable (collectionId)"
  103. checking relation "PimItemFlagRelation"
  104. "CREATE TABLE PimItemFlagRelation (PimItem_id INTEGER REFERENCES PimItemTable(id), Flag_id INTEGER REFERENCES FlagTable(id), PRIMARY KEY (PimItem_id, Flag_id))"
  105. checking relation "CollectionMimeTypeRelation"
  106. "CREATE TABLE CollectionMimeTypeRelation (Collection_id INTEGER REFERENCES CollectionTable(id), MimeType_id INTEGER REFERENCES MimeTypeTable(id), PRIMARY KEY (Collection_id, MimeType_id))"
  107. checking relation "CollectionPimItemRelation"
  108. "CREATE TABLE CollectionPimItemRelation (Collection_id INTEGER REFERENCES CollectionTable(id), PimItem_id INTEGER REFERENCES PimItemTable(id), PRIMARY KEY (Collection_id, PimItem_id))"
  109. DbInitializer::run() done
  110. skipping update 2
  111. skipping update 3
  112. skipping update 4
  113. skipping update 8
  114. skipping update 10
  115. skipping update 12
  116. skipping update 13
  117. skipping update 14
  118. skipping update 15
  119. skipping update 16
  120. skipping update 17
  121. skipping update 18
  122. skipping update 19
  123. Database "/home/test/.local/share/akonadi/akonadi.db" opened using driver "QSQLITE3"
  124. Nepomuk Query Server not available
  125. DataStore::unhideAllPimItems()
  126. Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
  127. Database "/home/test/.local/share/akonadi/akonadi.db" opened using driver "QSQLITE3"
  128. PLUGINS: "/usr/share/akonadi/agents"
  129. PLUGINS: ("akonotesresource.desktop", "birthdaysresource.desktop", "calendarsearchagent.desktop", "contactsresource.desktop", "davgroupwareresource.desktop", "icalresource.desktop", "imapresource.desktop", "invitationsagent.desktop", "kabcresource.desktop", "kcalresource.desktop", "kdeaccountsresource.desktop", "kolabproxyresource.desktop", "localbookmarksresource.desktop", "maildirresource.desktop", "maildispatcheragent.desktop", "mboxresource.desktop", "microblog.desktop", "mixedmaildirresource.desktop", "mtdummyresource.desktop", "nepomukcalendarfeeder.desktop", "nepomukcontactfeeder.desktop", "nepomuktagresource.desktop", "nntpresource.desktop", "notesresource.desktop", "openxchangeresource.desktop", "pop3resource.desktop", "vcarddirresource.desktop", "vcardresource.desktop")
  130. PLUGINS inserting: "akonadi_akonotes_resource" 0 ("Resource", "Notes")
  131. search paths: ("/usr/lib64/mpi/gcc/openmpi/bin", "/home/test/bin", "/usr/local/bin", "/usr/bin", "/bin", "/usr/bin/X11", "/usr/X11R6/bin", "/usr/games", "/opt/kde3/bin", "/usr/lib/mit/bin", "/usr/lib/mit/sbin", ".")
  132. PLUGINS inserting: "akonadi_birthdays_resource" 0 ("Resource", "Unique")
  133. PLUGINS inserting: "akonadi_calendarsearch_agent" 0 ("Unique", "NoConfig")
  134. PLUGINS inserting: "akonadi_contacts_resource" 0 ("Resource")
  135. PLUGINS inserting: "akonadi_davgroupware_resource" 0 ("Resource")
  136. PLUGINS inserting: "akonadi_ical_resource" 0 ("Resource")
  137. PLUGINS inserting: "akonadi_imap_resource" 0 ("Resource")
  138. PLUGINS inserting: "akonadi_invitations_agent" 0 ("NoConfig")
  139. PLUGINS inserting: "akonadi_kabc_resource" 0 ("Resource")
  140. PLUGINS inserting: "akonadi_kcal_resource" 0 ("Resource")
  141. PLUGINS inserting: "akonadi_kdeaccounts_resource" 0 ("Resource")
  142. PLUGINS inserting: "akonadi_kolabproxy_resource" 0 ("Resource", "Unique")
  143. PLUGINS inserting: "akonadi_localbookmarks_resource" 0 ("Resource")
  144. PLUGINS inserting: "akonadi_maildir_resource" 0 ("Resource")
  145. PLUGINS inserting: "akonadi_maildispatcher_agent" 0 ("Unique", "Autostart", "NoConfig")
  146. PLUGINS inserting: "akonadi_mbox_resource" 0 ("Resource")
  147. PLUGINS inserting: "akonadi_microblog_resource" 0 ("Resource")
  148. PLUGINS inserting: "akonadi_mixedmaildir_resource" 0 ("Resource")
  149. PLUGINS inserting: "akonadi_mailtransport_dummy_resource" 0 ("Resource", "MailTransport")
  150. PLUGINS inserting: "akonadi_nepomuk_calendar_feeder" 0 ("Unique", "Autostart", "NoConfig")
  151. PLUGINS inserting: "akonadi_nepomuk_contact_feeder" 0 ("Unique", "Autostart", "NoConfig")
  152. PLUGINS inserting: "akonadi_nepomuktag_resource" 0 ("Resource", "Virtual", "Unique", "NoConfig")
  153. PLUGINS inserting: "akonadi_nntp_resource" 0 ("Resource")
  154. PLUGINS inserting: "akonadi_notes_resource" 0 ("Resource")
  155. PLUGINS inserting: "akonadi_openxchange_resource" 0 ("Resource")
  156. PLUGINS inserting: "akonadi_pop3_resource" 0 ("Resource")
  157. PLUGINS inserting: "akonadi_vcarddir_resource" 0 ("Resource")
  158. PLUGINS inserting: "akonadi_vcard_resource" 0 ("Resource")
  159. Akonadi server is now operational.
  160. Known subscriber "akonadi_maildispatcher_agent" subscribes again
  161. Known subscriber "akonadi_maildispatcher_agent" subscribes again
  162. "/usr/bin/akonadi_nepomuk_calendar_feeder(12007)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
  163. "/usr/bin/akonadi_nepomuk_calendar_feeder(12007)" Soprano: "QLocalSocket::connectToServer: Invalid name"
  164. "/usr/bin/akonadi_nepomuk_calendar_feeder(12007)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
  165. "/usr/bin/akonadi_nepomuk_calendar_feeder(12007)" Soprano: "QLocalSocket::connectToServer: Invalid name"
  166. "/usr/bin/akonadi_nepomuk_calendar_feeder(12007)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
  167. "/usr/bin/akonadi_nepomuk_calendar_feeder(12007)" Soprano: "QLocalSocket::connectToServer: Invalid name"
  168. "/usr/bin/akonadi_nepomuk_calendar_feeder(12007)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
  169. "/usr/bin/akonadi_nepomuk_calendar_feeder(12007)" Soprano: "QLocalSocket::connectToServer: Invalid name"
  170. Database "/home/test/.local/share/akonadi/akonadi.db" opened using driver "QSQLITE3"
  171. Database "/home/test/.local/share/akonadi/akonadi.db" opened using driver "QSQLITE3"
  172. "/usr/bin/akonadi_nepomuk_contact_feeder(12008)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
  173. "/usr/bin/akonadi_nepomuk_contact_feeder(12008)" Soprano: "QLocalSocket::connectToServer: Invalid name"
  174. "/usr/bin/akonadi_nepomuk_contact_feeder(12008)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
  175. "/usr/bin/akonadi_nepomuk_contact_feeder(12008)" Soprano: "QLocalSocket::connectToServer: Invalid name"
  176. "/usr/bin/akonadi_nepomuk_contact_feeder(12008)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
  177. "/usr/bin/akonadi_nepomuk_contact_feeder(12008)" Soprano: "QLocalSocket::connectToServer: Invalid name"
  178. "/usr/bin/akonadi_nepomuk_contact_feeder(12008)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
  179. "/usr/bin/akonadi_nepomuk_contact_feeder(12008)" Soprano: "QLocalSocket::connectToServer: Invalid name"
  180. Database "/home/test/.local/share/akonadi/akonadi.db" opened using driver "QSQLITE3"
  181. Nepomuk server already running.
  182. "AgentManager::setAgentInstanceName" Agent instance "akonadi_contacts_resource_0" has no resource interface!
  183. plasma-desktop(11985)/libakonadi: Unable to obtain the KConfigXT D-Bus interface of "akonadi_contacts_resource_0"
  184. Nepomuk server already running.
  185. Initializing tracker-store...
  186. Tracker-Message: Checking XDG_DATA_HOME is writable and exists
  187. Tracker-Message: XDG_DATA_HOME is '(null)'
  188. Tracker-Message: Path is OK
  189. Tracker-Message: XDG_DATA_HOME set to '/home/test/.local/share'
  190. Tracker-Message: Path is OK
  191. Initializing tracker-miner-fs...
  192. Tracker-Message: Checking XDG_DATA_HOME is writable and exists
  193. Tracker-Message: XDG_DATA_HOME is '(null)'
  194. Creating config directory:'/home/test/.config/tracker'
  195. Tracker-Message: Setting up monitor for changes to config file:'/home/test/.config/tracker/tracker-store.cfg'
  196. Tracker-Message: Loading defaults into GKeyFile...
  197. Tracker-Message: Setting details to GKeyFile object...
  198. Tracker-Message: Saving config to disk...
  199. Tracker-Message: Wrote config to '/home/test/.config/tracker/tracker-store.cfg' (82 bytes)
  200. Tracker-Message: Setting up monitor for changes to config file:'/home/test/.config/tracker/tracker-db.cfg'
  201. Tracker-Message: Loading defaults into GKeyFile...
  202. Tracker-Message: Setting details to GKeyFile object...
  203. Tracker-Message: Saving config to disk...
  204. Tracker-Message: Wrote config to '/home/test/.config/tracker/tracker-db.cfg' (167 bytes)
  205. Tracker-Message: Log verbosity is set to 0, disabling D-Bus client lookup
  206. Tracker-Message: Path is OK
  207. Tracker-Message: XDG_DATA_HOME set to '/home/test/.local/share'
  208. Tracker-Message: Path is OK
  209. Tracker-Message: Setting process priority
  210. Tracker-Message: Setting up monitor for changes to config file:'/home/test/.config/tracker/tracker-miner-fs.cfg'
  211. Tracker-Message: Loading defaults into GKeyFile...
  212. Tracker-Message: Setting details to GKeyFile object...
  213. Tracker-Message: Saving config to disk...
  214. Could not open log:'/home/test/.local/share/tracker/tracker-store.log', No such file or directory
  215. All logging will go to stderr
  216. Starting log:
  217. File:'/home/test/.local/share/tracker/tracker-store.log'
  218. Tracker-Message: Wrote config to '/home/test/.config/tracker/tracker-miner-fs.cfg' (2500 bytes)
  219. Starting log:
  220. File:'/home/test/.local/share/tracker/tracker-miner-fs.log'
  221.  
  222. (tracker-miner-fs:12056): GLib-GObject-WARNING **: g_object_new_valist: object class `TrackerMinerFiles' has no property named `processing-pool-requests-limit'
  223. search paths: ("/home/test/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/test/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
  224. Agent instance created in separate process.
  225. Database "/home/test/.local/share/akonadi/akonadi.db" opened using driver "QSQLITE3"
  226. search paths: ("/home/test/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/test/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
  227. search paths: ("/home/test/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/test/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
  228. [/usr/bin/nepomukservicestub] Using Virtuoso Version: "6.1.3.3127-pthreads"
  229. Using Virtuoso Version: "6.1.3.3127-pthreads"
  230. void Soprano::VirtuosoController::writeConfigFile(const QString&, const Soprano::BackendSettings&) "/tmp/virtuoso_w12032.ini"
  231. Starting Virtuoso server: "/usr/bin/virtuoso-t" ("+foreground", "+configfile", "/tmp/virtuoso_w12032.ini", "+wait")
  232. [/usr/bin/nepomukservicestub] "
  233. "
  234. [/usr/bin/nepomukservicestub] " Sat Sep 10 2011
  235. "
  236. [/usr/bin/nepomukservicestub] "12:13:13 OpenLink Virtuoso Universal Server
  237. "
  238. [/usr/bin/nepomukservicestub] "12:13:13 Version 06.01.3127-pthreads for Linux as of ??? ?? ????
  239. "
  240. [/usr/bin/nepomukservicestub] "12:13:13 uses parts of OpenSSL, PCRE, Html Tidy
  241. "
  242. Known subscriber "AkonadiAgentServer" subscribes again
  243. void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.41", ":1.45")
  244. Known subscriber "AkonadiAgentServer" subscribes again
  245. void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.41", ":1.45", ":1.43")
  246. Agent instance created in separate process.
  247. [/usr/bin/nepomukservicestub] "12:13:13 Entering Lite Mode
  248. "
  249. [/usr/bin/nepomukservicestub] "12:13:13 SQL Optimizer enabled (max 1000 layouts)
  250. "
  251. Database "/home/test/.local/share/akonadi/akonadi.db" opened using driver "QSQLITE3"
  252. AkonadiAgentServer(12029)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
  253. akonadi_maildispatcher_agent(12009)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
  254. AkonadiAgentServer(12029) MaildirResource::maildirForCollection: Got incomplete ancestor chain: Collection ID: 3 remote ID: ""
  255. name: "outbox"
  256. url: KUrl("akonadi:?collection=3")
  257. parent: 2 "/home/test/.local/share/local-mail"
  258. resource: "akonadi_maildir_resource_0"
  259. rights: QFlags(0x1|0x2|0x4|0x8|0x10|0x20)
  260. contents mime type: ("message/rfc822", "inode/directory")
  261. CachePolicy:
  262. inherit: true
  263. interval: -1
  264. timeout: 1
  265. sync on demand: true
  266. local parts: ("ENVELOPE")
  267. CollectionStatistics:
  268. count: -1
  269. unread count: -1
  270. size: -1
  271.  
  272. (knotify4:11973): GStreamer-CRITICAL **: gst_debug_add_log_function: assertion `func != NULL' failed
  273. [/usr/bin/nepomukservicestub] "12:13:13 Compiler unit is timed at 0.002805 msec
  274. "
  275. Agent instance created in separate process.
  276. Database "/home/test/.local/share/akonadi/akonadi.db" opened using driver "QSQLITE3"
  277. [/usr/bin/nepomukservicestub] "12:13:14 Checkpoint started
  278. "
  279. grepHelper: File does not exists: "/proc/asound/card1/pcm0p/info"
  280. Database "/home/test/.local/share/akonadi/akonadi.db" opened using driver "QSQLITE3"
  281. Database "/home/test/.local/share/akonadi/akonadi.db" opened using driver "QSQLITE3"
  282. kded(11945)/kmix sink_input_cb: Ignoring sink-input due to it being designated as an event and thus handled by the Event slider
  283. search paths: ("/home/test/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/test/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
  284. kded(11945)/kmix sink_input_cb: Ignoring sink-input due to it being designated as an event and thus handled by the Event slider
  285. New PolkitAgentListener 0x63fd00
  286. Adding new listener PolkitQt1::Agent::Listener(0x747fe0) for 0x63fd00
  287. Known subscriber "AkonadiAgentServer" subscribes again
  288. void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.41", ":1.45", ":1.43", ":1.77")
  289. Agent instance created in separate process.
  290. AkonadiAgentServer(12121)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
  291. [/usr/bin/nepomukservicestub] "12:13:14 Roll forward started
  292. "
  293. [/usr/bin/nepomukservicestub] "12:13:14 Roll forward complete
  294. "
  295. AkonadiAgentServer(12037)/kio (KDirWatch) KDirWatchPrivate::removeEntry: doesn't know "/home/test/.kde4/share/apps/korganizer"
  296. Error during executing query "INSERT INTO MimeTypeTable (name) VALUES (:0)" : "constraint failed Unable to fetch row"
  297. Error during insertion into table "MimeTypeTable" "constraint failed Unable to fetch row"
  298. Database "/home/test/.local/share/akonadi/akonadi.db" opened using driver "QSQLITE3"
  299. [/usr/bin/nepomukservicestub] "12:13:14 Checkpoint started
  300. "
  301. [/usr/bin/nepomukservicestub] "12:13:14 Checkpoint finished, log reused
  302. "
  303. [/usr/bin/nepomukservicestub] "12:13:14 Server online at 1133 (pid 12106)
  304. "
  305. [/usr/bin/nepomukservicestub] Virtuoso started: 12106
  306. [/usr/bin/nepomukservicestub] Soprano::ODBC::ConnectionPool::ConnectionPool(const QString&, const QStringList&, QObject*) "host=localhost:1133;uid=dba;pwd=dba;driver=/usr/lib64/virtodbc_r.so"
  307. [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() QThread(0x60e970)
  308. [/usr/bin/nepomukservicestub] virtual Soprano::ODBC::Connection::~Connection() QThread(0x60e970)
  309. [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() QThread(0x60e970)
  310. [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() Nepomuk::GraphMaintainer(0x6c7910)
  311. [/usr/bin/nepomukservicestub] virtual Soprano::ODBC::Connection::~Connection() Nepomuk::GraphMaintainer(0x6c7910)
  312. [/usr/bin/nepomukservicestub] void Soprano::VirtuosoController::writeConfigFile(const QString&, const Soprano::BackendSettings&) "/tmp/virtuoso_T12032.ini"
  313. [/usr/bin/nepomukservicestub] Starting Virtuoso server: "/usr/bin/virtuoso-t" ("+foreground", "+configfile", "/tmp/virtuoso_T12032.ini", "+wait")
  314. [/usr/bin/nepomukservicestub] "
  315. "
  316. [/usr/bin/nepomukservicestub] " Sat Sep 10 2011
  317. "
  318. [/usr/bin/nepomukservicestub] "12:13:15 OpenLink Virtuoso Universal Server
  319. "
  320. [/usr/bin/nepomukservicestub] "12:13:15 Version 06.01.3127-pthreads for Linux as of ??? ?? ????
  321. "
  322. [/usr/bin/nepomukservicestub] "12:13:15 uses parts of OpenSSL, PCRE, Html Tidy
  323. "
  324. [/usr/bin/nepomukservicestub] "12:13:15 Entering Lite Mode
  325. "
  326. [/usr/bin/nepomukservicestub] "12:13:15 SQL Optimizer enabled (max 1000 layouts)
  327. "
  328. plasma-desktop(11985)/plasma StatusNotifierItemSource::refreshCallback: DBusMenu disabled for this application
  329. [/usr/bin/nepomukservicestub] "12:13:15 Compiler unit is timed at 0.002815 msec
  330. "
  331. Object::connect: No such signal KWindowSystem::compositingChanged(bool)
  332. [/usr/bin/nepomukservicestub] "12:13:15 Checkpoint started
  333. "
  334. kmix(12092) sink_input_cb: Ignoring sink-input due to it being designated as an event and thus handled by the Event slider
  335. unnamed app(12143) main: Migrator instance already running for type "contact"
  336. unnamed app(12145) main: Migrator instance already running for type "calendar"
  337. [/usr/bin/nepomukservicestub] "12:13:16 Roll forward started
  338. "
  339. [/usr/bin/nepomukservicestub] "12:13:16 Roll forward complete
  340. "
  341. [/usr/bin/nepomukservicestub] "12:13:16 Checkpoint started
  342. "
  343. kmix(12092) sink_input_cb: Ignoring sink-input due to it being designated as an event and thus handled by the Event slider
  344. [/usr/bin/nepomukservicestub] "12:13:16 Checkpoint finished, log reused
  345. "
  346. Object::disconnect: No such signal TaskManager::TaskItem::destroyed(QObect*)
  347. Object::disconnect: No such signal TaskManager::TaskItem::destroyed(QObect*)
  348. Object::disconnect: No such signal TaskManager::TaskItem::destroyed(QObect*)
  349. Object::disconnect: No such signal TaskManager::TaskItem::destroyed(QObect*)
  350. QGridLayoutEngine::addItem: Cell (1, 1) already taken
  351. QGridLayoutEngine::addItem: Cell (2, 1) already taken
  352. "/usr/bin/kdeinit4(12019)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  353. "/usr/bin/kdeinit4(12019)" Soprano: "QLocalSocket::connectToServer: Invalid name"
  354. "/usr/bin/kdeinit4(12019)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  355. "/usr/bin/kdeinit4(12019)" Soprano: "QLocalSocket::connectToServer: Invalid name"
  356. "/usr/bin/kdeinit4(12019)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  357. "/usr/bin/kdeinit4(12019)" Soprano: "QLocalSocket::connectToServer: Invalid name"
  358. search paths: ("/home/test/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/test/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
  359. Known subscriber "AkonadiAgentServer" subscribes again
  360. void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.41", ":1.45", ":1.43", ":1.77", ":1.91")
  361. Agent instance created in separate process.
  362. Database "/home/test/.local/share/akonadi/akonadi.db" opened using driver "QSQLITE3"
  363. I/O warning : failed to load external entity "/usr/share/qalculate/prefixes.xml"
  364. I/O warning : failed to load external entity "/usr/share/qalculate/currencies.xml"
  365. I/O warning : failed to load external entity "/usr/share/qalculate/units.xml"
  366. I/O warning : failed to load external entity "/usr/share/qalculate/functions.xml"
  367. I/O warning : failed to load external entity "/usr/share/qalculate/datasets.xml"
  368. I/O warning : failed to load external entity "/usr/share/qalculate/variables.xml"
  369. I/O warning : failed to load external entity "/usr/share/qalculate/currencies.xml"
  370. I/O warning : failed to load external entity "/home/test/.qalculate/eurofxref-daily.xml"
  371. I/O warning : failed to load external entity "/home/test/.qalculate/eurofxref-daily.xml"
  372. krunner(12019)/libplasma Plasma::Package::isValid: Could not find required file mainscript
  373.  
  374. (tracker-miner-fs:12056): GLib-GObject-WARNING **: g_object_new_valist: object class `TrackerMinerApplications' has no property named `processing-pool-requests-limit'
  375. Database "/home/test/.local/share/akonadi/akonadi.db" opened using driver "QSQLITE3"
  376. [/usr/bin/nepomukservicestub] "12:13:18 Server online at 1134 (pid 12140)
  377. "
  378. Virtuoso started: 12140
  379. [/usr/bin/nepomukservicestub] Soprano::ODBC::ConnectionPool::ConnectionPool(const QString&, const QStringList&, QObject*) "host=localhost:1134;uid=dba;pwd=dba;driver=/usr/lib64/virtodbc_r.so"
  380. [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() QThread(0x60e970)
  381. [/usr/bin/nepomukservicestub] virtual Soprano::ODBC::Connection::~Connection() QThread(0x60e970)
  382. [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() QThread(0x60e970)
  383. [/usr/bin/nepomukservicestub] virtual Soprano::ODBC::Connection::~Connection() QThread(0x60e970)
  384. [/usr/bin/nepomukservicestub] Shutting down virtuoso instance 12140
  385. [/usr/bin/nepomukservicestub] Virtuoso server stopped: 0
  386. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  387. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  388. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  389. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  390. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  391. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  392. /usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py:127: RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK
  393. set_interactive(1)
  394. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  395. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  396. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  397. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  398. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  399. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  400. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  401. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  402. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  403. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  404. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  405. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  406. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  407. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  408. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  409. [/usr/bin/nepomukservicestub] (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
  410. [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() QThread(0x7efde0)
  411. "/usr/bin/kactivitymanagerd(11980)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  412. "/usr/bin/akonadi_nepomuk_calendar_feeder(12007)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  413. "/usr/bin/akonadi_nepomuk_contact_feeder(12008)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  414. "/usr/bin/kdeinit4(12019)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  415. [/usr/bin/nepomukservicestub] virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
  416. void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 1
  417. virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
  418. void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 2
  419. virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
  420. void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 3
  421. virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
  422. void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 4
  423. "/usr/bin/kactivitymanagerd(11980)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  424. [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0xd943a0)
  425. "/usr/bin/akonadi_nepomuk_calendar_feeder(12007)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  426. "/usr/bin/akonadi_nepomuk_contact_feeder(12008)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  427. "/usr/bin/akonadi_nepomuk_calendar_feeder(12007)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  428. "/usr/bin/akonadi_nepomuk_calendar_feeder(12007)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  429. "/usr/bin/kactivitymanagerd(11980)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  430. "/usr/bin/akonadi_nepomuk_contact_feeder(12008)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  431. "/usr/bin/akonadi_nepomuk_contact_feeder(12008)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  432. "/usr/bin/akonadi_nepomuk_calendar_feeder(12007)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  433. "/usr/bin/akonadi_nepomuk_calendar_feeder(12007)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  434. Akonadi::NepomukSearchEngine(0x81fb00) QDBusServiceWatcher(0x7f2c4c001bf0)
  435. [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0xd8d1b0)
  436. Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0xd8f930)
  437. virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
  438. void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 5
  439. QObject::connect: Cannot queue arguments of type 'Soprano::Statement'
  440. (Make sure 'Soprano::Statement' is registered using qRegisterMetaType().)
  441. virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
  442. void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 6
  443. Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0x7f8080092910)
  444. virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
  445. void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 7
  446. virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
  447. void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 8
  448. virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
  449. void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 9
  450. Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0xdba5d0)
  451. [/usr/bin/nepomukservicestub] "/usr/bin/nepomukservicestub(12175)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  452. "/usr/bin/nepomukservicestub(12175)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
  453. QGraphicsLinearLayout::removeAt: invalid index 1
  454. [/usr/bin/nepomukservicestub] virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
  455. void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 10
  456. [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0xd9ee40)
  457. [/usr/bin/nepomukservicestub] virtual void Soprano::Server::ServerConnection::run() thread done.
  458. [/usr/bin/nepomukservicestub] virtual Soprano::ODBC::Connection::~Connection() Soprano::Server::ServerConnection(0xd9ee40)
  459. [/usr/bin/nepomukservicestub] void Soprano::Server::ServerCore::serverConnectionFinished()
  460. virtual Soprano::Server::ServerConnection::~ServerConnection() Removing connection
  461. void Soprano::Server::ServerCore::serverConnectionFinished() Connection removed. Current count: 9
  462. [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() QThread(0xdcd600)
  463. [/usr/bin/nepomukservicestub] virtual Soprano::ODBC::Connection::~Connection() QThread(0x7efde0)
  464. Listener adapter polkit_qt_listener_initiate_authentication
  465. GSimpleAsyncResult: 0x79f580
  466. polkit_qt_listener_initiate_authentication callback for 0x63fd00
  467.  
  468. (process:12057): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
  469.  
  470. (process:12057): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
  471. REQUEST
  472. "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
  473. kded(11945) PowerDevilUPowerBackend::brightness: org.kde.powerdevil.backlighthelper.brightness failed
  474. kded(11945) PowerDevilUPowerBackend::brightness: org.kde.powerdevil.backlighthelper.brightness failed
  475. kded(11945) PowerDevil::Action::trigger: Unsatisfied policies, the action has been aborted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement