FS#66625 - [deepin-topbar] broken. unmaintained / obsolete ?

Attached to Project: Community Packages
Opened by Bernhard Landauer (oberon) - Tuesday, 12 May 2020, 11:42 GMT
Last edited by Felix Yan (felixonmars) - Thursday, 18 June 2020, 20:14 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: existing package unable to launch due to missing libdtkwidget.so.2
Rebuild against current deepin pkgs fails with multiple errors

$ deepin-topbar
deepin-topbar: error while loading shared libraries: libdtkwidget.so.2: cannot open shared object file: No such file or directory
This task depends upon

Closed by  Felix Yan (felixonmars)
Thursday, 18 June 2020, 20:14 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.6.6-3 / 0.7.0-1.
Comment by mozzi (Mozzi) - Friday, 29 May 2020, 12:17 GMT
I got same problem
$ deepin-topbar: error while loading shared libraries: libdtkwidget.so.2: cannot open shared object file: No such file or directory

I made a symlink

$ sudo ln -s /usr/lib/libdtkwidget.so /usr/lib/libdtkwidget.so.2

I get

$ deepin-topbar: error while loading shared libraries: libdtkcore.so.2: cannot open shared object file: No such file or directory

I make a new symlink
sudo ln -s /usr/lib/libdtkcore.so /usr/lib/libdtkcore.so.2

I get

deepin-topbar: symbol lookup error: deepin-topbar: undefined symbol: _ZN3Dtk6Widget20DWindowManagerHelper17windowListChangedEv

Comment by Felix Yan (felixonmars) - Friday, 29 May 2020, 17:03 GMT
Yes it's a known issue. The developer responded that he's still working on a fix.

Loading...