Description of problem: I installed sparkleshare 1.0.0 on a fully updated mageia3 system and I bring up a terminal and type in (as my normal user) "sparkleshare start" and it seems to start. When I check the SparkleShare folder I find a crash_report.txt file and sparkleshare is not running. Version-Release number of selected component (if applicable): 1.0.0 How reproducible: install sparkleshare and try to start it. I've tested on two systems (both installed from beta3 and then fully updated using rpmdrake) Steps to Reproduce: 1. 2. 3. Reproducible: Steps to Reproduce:
Created attachment 3690 [details] crash report from /home/user/SparkleShare
Keywords: (none) => TriagedAssignee: bugsquad => stormiSource RPM: (none) => sparkleshare
Assignee: stormi => adriengallou
Confirmed for me on cauldron mga3 64bits with sparkleshare-1.0.0-2.mga3
CC: (none) => maat-ml
looks like Adrien will not maintain it, I guess I'll have to be a responsible mentor and take care of it
Assignee: adriengallou => stormi
*** Bug 11060 has been marked as a duplicate of this bug. ***
CC: (none) => nicolas.lecureuil
Could be https://github.com/hbons/SparkleShare/issues/1222 Does it still crash if you remove or rename sparkleshare's ~/.config/sparkleshare/ ?
Keywords: (none) => NEEDINFOCC: (none) => stormi
No, that does not help rm -rf .config/sparkleshare/ $ sparkleshare start Stale SparkleShare PID file found, starting a new instance... Starting SparkleShare... Done. $ Error setting attribute: Setting attribute metadata::custom-icon-name not supported 21:06:52 | Config | Wrote to '/home/daniel/.config/sparkleshare/config.xml' 21:06:52 | Config | Updated option notifications:True $pgrep sparkle $ crash_report.txt looks the same (and is updated to match today's date & time). Anything else I can do to help track this down?
I've played around trying to track down this problem, and found a "solution". If I run sudo link /usr/lib64/libwebkitgtk-1.0.so.0 /usr/lib64/libwebkit-1.0.so.2 sparkleshare works. I do not quite know how we can fix the package to look for libwebkitgtk-1.0.so.0 instead of libwebkit-1.0.so.2.
Version: Cauldron => 3
Good news is it works in cauldron (see bug #11060), so the problem was fixed afterwards. Probably a webkit issue that was fixed. Funda, would you know what changes of yours to webkit would have fixed that after Mageia 3's release?
Keywords: NEEDINFO => (none)CC: (none) => fundawangSource RPM: sparkleshare => webkit
Source RPM: webkit => webkit-sharp
It looks like https://bugzilla.redhat.com/show_bug.cgi?id=658502
In fact cauldron was affected as well, the problem was in webkit-sharp. Patch from the bugzilla bug report has been added to webkit-sharp in cauldron. Updates for Mageia 3 and maybe Mageia 2 too submitted (some apps might be affected too). *** Advisory *** A bug in webkit-sharp made it look from libwebkitgtk at /usr/lib{,64}/libwebkit-1.0.so.2 instead of /usr/lib{,64}/libwebkitgtk-1.0.so.0. It was detected because it made sparkleshare crash in Mageia 3, but also affects Mageia 2 (although the older version of sparkleshare there doesn't seem to crash). The update fixes this library path issue. *** RPMs *** SRPMs webkit-sharp-0.3-3.1.mga2 and webkit-sharp-0.3-5.1.mga3 The list of RPMs will be given by http://mageia.madb.org/tools/updates soon and pasted here when available.
Assignee: stormi => qa-bugsWhiteboard: (none) => MGA2TOO
(In reply to Samuel VERSCHELDE from comment #10) > Patch from the bugzilla bug report has been added to webkit-sharp in > cauldron. I meant "redhat bug report".
Advisory 9603.adv committed to svn.
CC: (none) => davidwhodgins
Testing complete mga2_32, ok for me nothing to report. before updating: $ rm -rf ~/.config/sparkleshare/ $ sparkleshare start SparkleShare stale pid file found, starting a new instance. Starting SparkleShare... Done. [david@localhost ~]$ 09:14:57 [Config] Created "/home/david/.config/sparkleshare" 09:14:57 [Config] Created "/home/david/.config/sparkleshare/icons" 09:14:57 [Config] Created "/home/david/.config/sparkleshare/config.xml" 09:14:57 [Config] Updated notifications:True 09:14:57 [Config] Updated "/home/david/.config/sparkleshare/config.xml" --------------------------------------------------------------------------- after updating: $ rm -rf ~/.config/sparkleshare/ [david@localhost ~]$ sparkleshare start SparkleShare stale pid file found, starting a new instance. Starting SparkleShare... Done. [david@localhost ~]$ 09:18:57 [Config] Created "/home/david/.config/sparkleshare" 09:18:57 [Config] Created "/home/david/.config/sparkleshare/icons" 09:18:57 [Config] Created "/home/david/.config/sparkleshare/config.xml" 09:18:58 [Config] Updated notifications:True 09:18:58 [Config] Updated "/home/david/.config/sparkleshare/config.xml" 09:19:26 [Config] Updated "/home/david/.config/sparkleshare/config.xml" 09:19:26 [Config] Updated "/home/david/.config/sparkleshare/config.xml"
CC: (none) => geiger.david68210Whiteboard: MGA2TOO => MGA2TOO mga2-32-ok
Testing complete mga3_32, ok for me nothing to report. Before updating (webkit-sharp): $ rm -rf ~/.config/sparkleshare/ [david@localhost ~]$ sparkleshare start Stale SparkleShare PID file found, starting a new instance... Starting SparkleShare... Done. [david@localhost ~]$ 09:52:53 | Config | Wrote to '/home/david/.config/sparkleshare/config.xml' 09:52:53 | Config | Updated option notifications:True sparkleshare does not start !! ---------------------------------------------------------------------- After updating (webkit-sharp): $ rm -rf ~/.config/sparkleshare/ $ sparkleshare start Stale SparkleShare PID file found, starting a new instance... Starting SparkleShare... Done. [david@localhost ~]$ 09:55:51 | Config | Wrote to '/home/david/.config/sparkleshare/config.xml' 09:55:51 | Config | Updated option notifications:True 09:55:52 | Auth | Created keypair '/home/david/.config/sparkleshare/2013-09-14 09h55.key' 09:55:52 | Auth | Imported key '/home/david/.config/sparkleshare/2013-09-14 09h55.key' Now sparkleshare will start and works fine.
Whiteboard: MGA2TOO mga2-32-ok => MGA2TOO mga2-32-ok mga3-32-ok
Testing complete mga3_64, ok for me nothing to report. Before updating (webkit-sharp): $ rm -rf ~/.config/sparkleshare/ [david@david ~]$ sparkleshare start Stale SparkleShare PID file found, starting a new instance... Starting SparkleShare... Done. [david@david ~]$ 09:59:39 | Config | Wrote to '/home/david/.config/sparkleshare/config.xml' 09:59:39 | Config | Updated option notifications:True Gtk-Message: Failed to load module "canberra-gtk-module" sparkleshare does not start !! ------------------------------------------------------------------------------ After updating (webkit-sharp): $ rm -rf ~/.config/sparkleshare/ [david@david ~]$ sparkleshare start Stale SparkleShare PID file found, starting a new instance... Starting SparkleShare... Done. [david@david ~]$ 10:02:59 | Config | Wrote to '/home/david/.config/sparkleshare/config.xml' 10:02:59 | Config | Updated option notifications:True Gtk-Message: Failed to load module "canberra-gtk-module" 10:02:59 | Auth | Created keypair '/home/david/.config/sparkleshare/2013-09-14 10h02.key' 10:03:00 | Auth | Imported key '/home/david/.config/sparkleshare/2013-09-14 10h02.key' Now sparkleshare will start and works fine.
Whiteboard: MGA2TOO mga2-32-ok mga3-32-ok => MGA2TOO mga2-32-ok mga3-32-ok mga3-64-ok
Testing complete Mageia 2 x86_64. Someone from the sysadmin team please push 9603.adv to updates.
Keywords: (none) => validated_updateWhiteboard: MGA2TOO mga2-32-ok mga3-32-ok mga3-64-ok => MGA2TOO mga2-32-ok mga3-32-ok mga3-64-ok mga2-64-okCC: (none) => sysadmin-bugs
Update pushed: http://advisories.mageia.org/MGAA-2013-0107.html
Status: NEW => RESOLVEDCC: (none) => tmbResolution: (none) => FIXED