Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 860347 Details for
Bug 904663
net-p2p/deluge-2.1.1-r2: Migration to Ayatana indicators is not complete
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ayatana-detection.patch
1.patch (text/plain), 673 bytes, created by
Pacho Ramos
on 2023-04-19 13:18:03 UTC
(
hide
)
Description:
ayatana-detection.patch
Filename:
MIME Type:
Creator:
Pacho Ramos
Created:
2023-04-19 13:18:03 UTC
Size:
673 bytes
patch
obsolete
>--- a/deluge/ui/gtk3/preferences.py~ 2023-04-19 04:59:32.000000000 +0200 >+++ b/deluge/ui/gtk3/preferences.py 2023-04-19 15:11:01.426919644 +0200 >@@ -30,8 +30,12 @@ > from .path_chooser import PathChooser > > try: >- require_version('AppIndicator3', '0.1') >- from gi.repository import AppIndicator3 # noqa: F401 >+ try: >+ require_version('AyatanaAppIndicator3', '0.1') >+ from gi.repository import AyatanaAppIndicator3 as AppIndicator3 >+ except (ValueError, ImportError): >+ require_version('AppIndicator3', '0.1') >+ from gi.repository import AppIndicator3 # noqa: F401 > except (ImportError, ValueError): > appindicator = False > else:
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 904663
: 860347