FS#54355 - [gnome-do] System.DllNotFoundException: libgnome-desktop-2.so.17

Attached to Project: Community Packages
Opened by Allen (allencch) - Thursday, 08 June 2017, 02:00 GMT
Last edited by Balló György (City-busz) - Monday, 19 June 2017, 20:24 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Balló György (City-busz)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When running gnome-do, if I enter the key "gi", the application will be closed with error.


Additional info:
* gnome-do 0.95.3-4
* Error message:

Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.DllNotFoundException: libgnome-desktop-2.so.17

* Because libgnome-desktop-2.so.17 is not available, a change from PKGBUILD can fix the issue by adding these lines.

sed -i -e 's|gnome-desktop-2|gnome-desktop-3|g' -e 's|\.so\.17|.so|' Do.Platform.Linux/Do.Platform.Linux.dll.config.in
sed -i -e 's|gnome-desktop-2|gnome-desktop-3|g' Do.Platform.Linux/src/Do.Universe/Desktop.cs


Steps to reproduce:
1. Run gnome-do
2. Enter "gi" without quote.
This task depends upon

Closed by  Balló György (City-busz)
Monday, 19 June 2017, 20:24 GMT
Reason for closing:  Fixed
Additional comments about closing:  gnome-do 0.95.3-5
Comment by Balló György (City-busz) - Thursday, 08 June 2017, 08:57 GMT
Are you enabled any plugins in gnome-do?
Comment by Balló György (City-busz) - Thursday, 08 June 2017, 09:40 GMT
Are you enabled any plugins in gnome-do?
Comment by Allen (allencch) - Thursday, 08 June 2017, 11:32 GMT
@György Balló, no, I don't enable. And I don't see any plugin in the preferences.

Loading...