FS#16624 - [tilda] cannot launch
Attached to Project:
Community Packages
Opened by andrey demidov (demas) - Tuesday, 13 October 2009, 19:34 GMT
Last edited by Ionut Biru (wonder) - Friday, 16 October 2009, 15:30 GMT
Opened by andrey demidov (demas) - Tuesday, 13 October 2009, 19:34 GMT
Last edited by Ionut Biru (wonder) - Friday, 16 October 2009, 15:30 GMT
|
Details
Description:
After upgrade GNOME to version 2.28.0 I can't launch tilda. Additional info: $ yaourt -Ss tilda community/tilda 0.9.6-2 [installed] Steps to reproduce: $ tilda 712e3c17-98e1-6996-49e53693-0c780ca7 is dumped |
This task depends upon
Closed by Ionut Biru (wonder)
Friday, 16 October 2009, 15:30 GMT
Reason for closing: Fixed
Additional comments about closing: tilda-0.9.6-3
Friday, 16 October 2009, 15:30 GMT
Reason for closing: Fixed
Additional comments about closing: tilda-0.9.6-3
can somebody test applying this patch ?
I moved the patch file to tilda/src/tilda-0.9.6/src directory and got this error message:
$ patch -i tilda-segfault-fix.patch
patching file key_grabber.c
Hunk #1 FAILED at 241.
1 out of 1 hunk FAILED -- saving rejects to file key_grabber.c.rej
$ cat key_grabber.c.rej
***************
*** 241,248 ****
if (strstr(tmp_key, "None"))
modmask = 0;
- if (!strstr(tmp_key, "+"))
perror ("Key Incorrect -- Read the README or tilda.sf.net for info, rerun as 'tilda -C' to set keybinding\n");
if (strtok(tmp_key, "+"))
key = XStringToKeysym(strtok(NULL, "+"));
--- 241,250 ----
if (strstr(tmp_key, "None"))
modmask = 0;
+ if (!strstr(tmp_key, "+")) {
perror ("Key Incorrect -- Read the README or tilda.sf.net for info, rerun as 'tilda -C' to set keybinding\n");
+ return;
+ }
if (strtok(tmp_key, "+"))
key = XStringToKeysym(strtok(NULL, "+"));
Can somebody create PKGBUILD to test this patch ?