wingpanel-monitor icon indicating copy to clipboard operation
wingpanel-monitor copied to clipboard

Indicator not visible at odin

Open b4shx0r opened this issue 3 years ago • 6 comments

Hi,

I'm using a fresh installed odin.

I follow all steps in the README but the indicator doesn't show up in wingpanel.

Anyone the same problem or did I forget something?

In settings i checked ON/OFF to true Screenshot from 2021-09-05 22 47 28

Thanks for help!

b4shx0r avatar Sep 05 '21 20:09 b4shx0r

Ok fixed it .

I have to copy the file build/libwingpanel-monitor.so to /usr/lib/x86_64-linux-gnu/wingpanel

the ninja installer copy the file into /usr/lib64/wingpanel - is this correct?

Anyone the same error?

b4shx0r avatar Sep 06 '21 11:09 b4shx0r

That worked Thanks

jatindahiya avatar Sep 07 '21 16:09 jatindahiya

Need to fix this bug. The tip from @jatindahiya also solved my problem.

diogopessoa avatar Sep 22 '21 00:09 diogopessoa

sorry guys been trying to install it but i get Neither directory contains a build file meson.build any help?

zensir avatar Oct 04 '21 14:10 zensir

Did you guys use sudo command like sudo ninja install then killall io.elementary.wingpanel ?

After killing wingpanel it should show the indicator, if not you can run com.github.plugarut.wingpanel-monitor to show the settings popup to set it to ON.

If after killing wingpanel a few times then it does not restart by itself then I just run io.elementary.wingpanel & command to let it run as background task.

vjr avatar Oct 05 '21 08:10 vjr

Thx to @b4shx0r

sudo cp build/libwingpanel-monitor.so /usr/lib/x86_64-linux-gnu/wingpanel

Works for me, too.

Has been tried:

sudo ninja install
killall io.elementary.wingpanel
io.elementary.wingpanel &

After run com.github.plugarut.wingpanel-monitor it shows the settings popup, but set it to ON doesn't make any affect. Also login/logout/restart doesn't help.

OS: elementary OS 6.1 Jólnir

pkolomeitsev avatar Jan 05 '22 23:01 pkolomeitsev