Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 671812 Details for
Bug 754783
xfce-base/xfce4-settings causing kernel traps
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
testing patch
gtkinit.patch (text/plain), 706 bytes, created by
Michał Górny
on 2020-11-17 11:01:46 UTC
(
hide
)
Description:
testing patch
Filename:
MIME Type:
Creator:
Michał Górny
Created:
2020-11-17 11:01:46 UTC
Size:
706 bytes
patch
obsolete
>diff --git a/xfsettingsd/main.c b/xfsettingsd/main.c >index ccb19ac..1d487ea 100644 >--- a/xfsettingsd/main.c >+++ b/xfsettingsd/main.c >@@ -267,22 +267,7 @@ main (gint argc, gchar **argv) > } > } > >- if (!gtk_init_check (&argc, &argv)) >- { >- if (G_LIKELY (error)) >- { >- g_printerr ("%s: %s.\n", G_LOG_DOMAIN, error->message); >- g_printerr (_("Type '%s --help' for usage."), G_LOG_DOMAIN); >- g_printerr ("\n"); >- g_error_free (error); >- } >- else >- { >- g_error ("Unable to open display."); >- } >- >- return EXIT_FAILURE; >- } >+ gtk_init(&argc, &argv); > > setlocale(LC_NUMERIC,"C"); >
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 754783
:
671701
|
671806
| 671812 |
671878
|
671887
|
671890