[systemsettings] [Bug 337418] after update (i think from kubuntu-ppa) systemsettings (and dolphin) doesnt work anymore

Simon Andric simonandric5 at gmail.com
Sun Jul 13 13:25:49 BST 2014


https://bugs.kde.org/show_bug.cgi?id=337418

Simon Andric <simonandric5 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simonandric5 at gmail.com

--- Comment #1 from Simon Andric <simonandric5 at gmail.com> ---
fani at avatar:~$ gdb systemsettings --nofork
gdb: unrecognized option '--nofork'
Use `gdb --help' for a complete list of options.
fani at avatar:~$ gdb systemsettings
GNU gdb (Ubuntu 7.7.1-0ubuntu4) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from systemsettings...Reading symbols from
/usr/lib/debug/.build-id/f2/5aa2687e5baa104e449a571e994821ac43a6f8.debug...done.
done.
(gdb) run
Starting program: /usr/bin/systemsettings 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe22d1700 (LWP 26122)]
Shortcut for KAction  "quit_action" "&Quit" set with QShortcut::setShortcut()!
See KAction documentation.
Shortcut for KAction  "options_configure" "Configure" set with
QShortcut::setShortcut()! See KAction documentation.
Shortcut for KAction  "searchText" "" set with QShortcut::setShortcut()! See
KAction documentation.
Shortcut for KAction  "help_contents" "System Settings &Handbook" set with
QShortcut::setShortcut()! See KAction documentation.
Shortcut for KAction  "help_whats_this" "What's &This?" set with
QShortcut::setShortcut()! See KAction documentation.
"Theme tree: (Oxygen)"
[New Thread 0x7fffd87db700 (LWP 26213)]
Couldn't start kded5 from org.kde.kded5.service:
QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kded5
was not provided by any .service files") , falling back to running
kbuildsycoca5
[New Thread 0x7fffd7da2700 (LWP 26251)]
Trying to open ksycoca from "/home/fani/.cache/ksycoca5"
Trying to open global ksycoca from 
"/home/fani/.local/share/kservices5/ksycoca5"
Still no database...
No ksycoca database available! Tried running kbuildsycoca5 ?
KServiceTypeTrader: serviceType "SystemSettingsCategory" not found
No ksycoca database available! Tried running kbuildsycoca5 ?
KServiceTypeTrader: serviceType "KCModule" not found
No ksycoca database available! Tried running kbuildsycoca5 ?
KServiceTypeTrader: serviceType "SystemSettingsExternalApp" not found
No ksycoca database available! Tried running kbuildsycoca5 ?
KServiceTypeTrader: serviceType "SystemSettingsView" not found
[Thread 0x7fffe22d1700 (LWP 26122) exited]
[Thread 0x7fffd87db700 (LWP 26213) exited]
[Thread 0x7ffff7f96780 (LWP 26064) exited]
[Inferior 1 (process 26064) exited normally]
(gdb) thread apply all backtrace
(gdb) q
fani at avatar:~$ gdb systemsettings pid
GNU gdb (Ubuntu 7.7.1-0ubuntu4) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from systemsettings...Reading symbols from
/usr/lib/debug/.build-id/f2/5aa2687e5baa104e449a571e994821ac43a6f8.debug...done.
done.
/home/fani/pid: No such file or directory.
(gdb) start
Temporary breakpoint 1 at 0x40e420: file ../../app/main.cpp, line 32.
Starting program: /usr/bin/systemsettings 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Temporary breakpoint 1, main (argc=1, argv=0x7fffffffde98) at
../../app/main.cpp:32
32      ../../app/main.cpp: No such file or directory.
(gdb) set logging file ~/gdblog2.txt
(gdb) set logging on
Copying output to /home/fani/gdblog2.txt.
(gdb) break __cxa_throw
Breakpoint 2 at 0x7ffff416a2f0
(gdb) break __cxa_rethrow
Breakpoint 3 at 0x7ffff416a360
(gdb) cont
Continuing.
[New Thread 0x7fffe22d3700 (LWP 27336)]
Shortcut for KAction  "quit_action" "&Quit" set with QShortcut::setShortcut()!
See KAction documentation.
Shortcut for KAction  "options_configure" "Configure" set with
QShortcut::setShortcut()! See KAction documentation.
Shortcut for KAction  "searchText" "" set with QShortcut::setShortcut()! See
KAction documentation.
Shortcut for KAction  "help_contents" "System Settings &Handbook" set with
QShortcut::setShortcut()! See KAction documentation.
Shortcut for KAction  "help_whats_this" "What's &This?" set with
QShortcut::setShortcut()! See KAction documentation.
"Theme tree: (Oxygen)"
[New Thread 0x7fffd87db700 (LWP 27403)]
Couldn't start kded5 from org.kde.kded5.service:
QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kded5
was not provided by any .service files") , falling back to running
kbuildsycoca5
[New Thread 0x7fffd7da2700 (LWP 27435)]
Trying to open ksycoca from "/home/fani/.cache/ksycoca5"
Trying to open global ksycoca from 
"/home/fani/.local/share/kservices5/ksycoca5"
Still no database...
No ksycoca database available! Tried running kbuildsycoca5 ?
KServiceTypeTrader: serviceType "SystemSettingsCategory" not found
No ksycoca database available! Tried running kbuildsycoca5 ?
KServiceTypeTrader: serviceType "KCModule" not found
No ksycoca database available! Tried running kbuildsycoca5 ?
KServiceTypeTrader: serviceType "SystemSettingsExternalApp" not found
No ksycoca database available! Tried running kbuildsycoca5 ?
KServiceTypeTrader: serviceType "SystemSettingsView" not found
[Thread 0x7fffe22d3700 (LWP 27336) exited]
[Thread 0x7fffd87db700 (LWP 27403) exited]
[Thread 0x7fffd7da2700 (LWP 27435) exited]
[Inferior 1 (process 27081) exited normally]
(gdb) kbuildsycoca4 running...
Error: "/var/tmp/kdecache-fani" is owned by uid 1000 instead of uid 0.
kded(21932) Kded::recreateFailed:
QDBusError("org.freedesktop.DBus.Error.NoReply", "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.") 
kbuildsycoca4(27550)/kdecore (services) KServicePrivate::init: The desktop
entry file  "/usr/share/applications/evolution-data-server-uoa.desktop"  has
Type= "Application"  but no Exec line 

kbuildsycoca4(27550) KBuildServiceFactory::createEntry: Invalid Service : 
"/usr/share/applications/evolution-data-server-uoa.desktop" 
thread apply all bt
(gdb) thread apply all bt
(gdb) killkbuildsycoca4 running...
Error: "/var/tmp/kdecache-fani" is owned by uid 1000 instead of uid 0.
kbuildsycoca4(27570)/kdecore (services) KServicePrivate::init: The desktop
entry file  "/usr/share/applications/evolution-data-server-uoa.desktop"  has
Type= "Application"  but no Exec line 

kbuildsycoca4(27570) KBuildServiceFactory::createEntry: Invalid Service : 
"/usr/share/applications/evolution-data-server-uoa.desktop" 

The program is not being run.
(gdb) quit
fani at avatar:~$

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list