Mageia Bugzilla – Attachment 1095 Details for
Bug 3414
drakbug should provides more info about crash context such as used theme
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
report back which theme is used
drakbug.diff (text/plain), 1.33 KB, created by
Thierry Vignaud
on 2011-11-22 11:50:30 CET
(
hide
)
Description:
report back which theme is used
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2011-11-22 11:50:30 CET
Size:
1.33 KB
patch
obsolete
>--- drakbug.tv 2011-10-20 17:30:58.000000000 +0000 >+++ drakbug 2011-11-22 10:46:52.324046693 +0000 >@@ -122,6 +122,7 @@ > ); > $comb_app->set_popdown_strings("", uniq(sort(@generic_tool), if_($prog, $prog))); > $comb_app->set_text(""); >+my $theme_name = $table->get_settings->get('gtk-theme-name'); > > sub is_a_boot_issue() { > $prog =~ /boot|mkinitrd/; >@@ -155,6 +156,7 @@ > ), > if_($gdb_trace, format_trace_with_message(N("Its GDB trace is:"), $gdb_trace)), > ), >+ [ N("Used theme: %s", $theme_name) . "\n\n" ], > [ > N("To submit a bug report, click on the report button. \nThis will open a web browser window on %s where you'll find a form to fill in. The information displayed above will be transferred to that server", > $wizard_name). "\n" . >@@ -289,6 +291,7 @@ > 'comment=' . uri_escape( > if_($incident, > qq(The "$prog" program crashed. Drakbug-$rel caught it. >+Theme name: $theme_name > > ) . ($text || "Please describe what you were doing when it crashed.") . "\n\n" > . ($error ? qq(Backtrace was:
--- drakbug.tv 2011-10-20 17:30:58.000000000 +0000 +++ drakbug 2011-11-22 10:46:52.324046693 +0000 @@ -122,6 +122,7 @@ ); $comb_app->set_popdown_strings("", uniq(sort(@generic_tool), if_($prog, $prog))); $comb_app->set_text(""); +my $theme_name = $table->get_settings->get('gtk-theme-name'); sub is_a_boot_issue() { $prog =~ /boot|mkinitrd/; @@ -155,6 +156,7 @@ ), if_($gdb_trace, format_trace_with_message(N("Its GDB trace is:"), $gdb_trace)), ), + [ N("Used theme: %s", $theme_name) . "\n\n" ], [ N("To submit a bug report, click on the report button. \nThis will open a web browser window on %s where you'll find a form to fill in. The information displayed above will be transferred to that server", $wizard_name). "\n" . @@ -289,6 +291,7 @@ 'comment=' . uri_escape( if_($incident, qq(The "$prog" program crashed. Drakbug-$rel caught it. +Theme name: $theme_name ) . ($text || "Please describe what you were doing when it crashed.") . "\n\n" . ($error ? qq(Backtrace was:
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3414
: 1095