FreeBSD Bugzilla – Attachment 148397 Details for
Bug 194426
seahorse-tool does not decrypt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
this fixes the glib-error in seahorse-tool
patch-plugins_nautilus_seahorse-tool-progress.c (text/plain), 735 bytes, created by
lenzi.sergio
on 2014-10-17 19:55:45 UTC
(
hide
)
Description:
this fixes the glib-error in seahorse-tool
Filename:
MIME Type:
Creator:
lenzi.sergio
Created:
2014-10-17 19:55:45 UTC
Size:
735 bytes
patch
obsolete
>diff -up plugins/nautilus/seahorse-tool-progress.c.orig plugins/nautilus/seahorse-tool-progress.c >--- plugins/nautilus/seahorse-tool-progress.c.orig 2014-10-17 16:25:23.654567332 -0300 >+++ plugins/nautilus/seahorse-tool-progress.c 2014-10-17 16:27:01.902614107 -0300 >@@ -220,7 +220,7 @@ seahorse_tool_progress_start (gchar *tit > argv[2] = title; > argv[3] = NULL; > >- ret = g_spawn_async_with_pipes (NULL, argv, NULL, G_SPAWN_STDOUT_TO_DEV_NULL | G_SPAWN_SEARCH_PATH, >+ ret = g_spawn_async_with_pipes (NULL, argv, NULL, G_SPAWN_STDOUT_TO_DEV_NULL | G_SPAWN_SEARCH_PATH | G_SPAWN_DO_NOT_REAP_CHILD, > NULL, NULL, &progress_pid, &progress_fd, NULL, NULL, &err); > > if (!ret) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194426
: 148397