Mageia Bugzilla – Attachment 14197 Details for
Bug 32591
mercurial 5.9.2 update request
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch for Use gi.require_version('Gtk', '4.0') warning
tortoiseng-fixnautilus.patch (text/plain), 523 bytes, created by
katnatek
on 2023-12-05 06:59:18 CET
(
hide
)
Description:
Patch for Use gi.require_version('Gtk', '4.0') warning
Filename:
MIME Type:
Creator:
katnatek
Created:
2023-12-05 06:59:18 CET
Size:
523 bytes
patch
obsolete
>Index: tortoisehg-6.5.1/contrib/nautilus-thg.py >=================================================================== >--- tortoisehg-6.5.1/contrib/nautilus-thg.py >+++ tortoisehg-6.5.1/contrib/nautilus-thg.py 2023-12-04 22:34:00.758233986 -0600 >@@ -13,6 +13,9 @@ > from gi.repository import Nautilus # pytype: disable=import-error > idstr_prefix = 'HgNautilus3' > >+#Fix issue in mageia 9 >+import gi >+gi.require_version('Gtk', '4.0') > from gi.repository import ( # pytype: disable=import-error > GLib, > GObject,
Index: tortoisehg-6.5.1/contrib/nautilus-thg.py =================================================================== --- tortoisehg-6.5.1/contrib/nautilus-thg.py +++ tortoisehg-6.5.1/contrib/nautilus-thg.py 2023-12-04 22:34:00.758233986 -0600 @@ -13,6 +13,9 @@ from gi.repository import Nautilus # pytype: disable=import-error idstr_prefix = 'HgNautilus3' +#Fix issue in mageia 9 +import gi +gi.require_version('Gtk', '4.0') from gi.repository import ( # pytype: disable=import-error GLib, GObject,
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32591
:
14196
| 14197