Mageia Bugzilla – Attachment 4924 Details for
Bug 12527
mgaapplet crashed (Can't locate object method "set_uri_hook" via package "Gtk3::LinkButton")
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
this should fix the 2nd error
12527b.diff (text/plain), 480 bytes, created by
Thierry Vignaud
on 2014-02-03 21:10:50 CET
(
hide
)
Description:
this should fix the 2nd error
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2014-02-03 21:10:50 CET
Size:
480 bytes
patch
obsolete
>diff --git a/mgaapplet-upgrade-helper b/mgaapplet-upgrade-helper >index b93ad06..9513068 100755 >--- a/mgaapplet-upgrade-helper >+++ b/mgaapplet-upgrade-helper >@@ -203,7 +203,7 @@ sub check_preparation() { > } > > sub upgrade() { >- my $xid = gtkroot()->XWINDOW; >+ my $xid = gtkroot()->get_xid; > > run_program::raw({ detach => 1 }, 'xdg-screensaver', 'suspend', $xid); > my $_w = before_leaving { run_program::raw({ detach => 1 }, 'xdg-screensaver', 'resume', $xid) };
diff --git a/mgaapplet-upgrade-helper b/mgaapplet-upgrade-helper index b93ad06..9513068 100755 --- a/mgaapplet-upgrade-helper +++ b/mgaapplet-upgrade-helper @@ -203,7 +203,7 @@ sub check_preparation() { } sub upgrade() { - my $xid = gtkroot()->XWINDOW; + my $xid = gtkroot()->get_xid; run_program::raw({ detach => 1 }, 'xdg-screensaver', 'suspend', $xid); my $_w = before_leaving { run_program::raw({ detach => 1 }, 'xdg-screensaver', 'resume', $xid) };
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 12527
:
4915
| 4924