easy_profiler icon indicating copy to clipboard operation
easy_profiler copied to clipboard

Missed libraries in linux binary package

Open mkwork opened this issue 5 years ago • 3 comments

Platform: ubuntu 18.04 x86_64

Expected Unpack package. Run command line below. Get gui running.

tar xf easy_profiler-v2.0.1-linux_x64-libc_2.23.tar.gz
cd easy_profiler-v2.0.1-linux_x64-libc_2.23/bin/
./profiler_gui

Got Following output:

Empty filename passed to function
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".

Reinstalling the application may fix this problem.
Aborted (core dumped)

Initial investigation Missed plugins/platforms content. Missed QtDbus library for xcb backend.

mkwork avatar Jul 15 '18 19:07 mkwork

Hi @mkwork

Thanks for sharing the issue and an investigation!

Strange, QtDbus is used for rpc, but there are no rpc in profiler_gui...
We will check it, thanks :)

cas4ey avatar Jul 15 '18 21:07 cas4ey

Currently, the linux release package is also have this problem

gggin avatar May 18 '20 02:05 gggin

The issue still exists.

fedorenchik avatar Aug 16 '22 11:08 fedorenchik