brndnmtthws / conky

Light-weight system monitor for X, Wayland (sort of), and other things, too
https://conky.cc
GNU General Public License v3.0
7.17k stars 615 forks source link

no transparent own_window_type dock #475

Closed johndoe71rus closed 10 months ago

johndoe71rus commented 6 years ago

beta lubutnu 18.04 conky 1.10.8. conky -v https://paste.ubuntu.com/p/XBDcRKrSW6/ conkyrc https://paste.ubuntu.com/p/p95vYKhzyR/

if own_window_type dock the is no transparent dock https://imgur.com/a/cQPXo normal, desktop, panel https://imgur.com/a/slmdk

dbriba commented 6 years ago

With your setting and with Fedora 27, no problems, my conky is transparent.

johndoe71rus commented 6 years ago

for 14.04 i use own_window_type = conky but for conky 1.10.8

conky conky: Invalid value 'conky' for setting 'own_window_type'. Valid values are: 'normal', 'dock', 'panel', 'desktop', 'override'. conky: desktop window (a000b2) is subwindow of root window (13d) conky: window type - normal

johndoe71rus commented 6 years ago

the same situation with calculate linux 17.12.2 https://i.imgur.com/Bj69tvd.png https://i.imgur.com/8E8F4oI.jpg

conky 1.10.8-r1 openbox 3.6.1-r1 xcompmgr 1.1.7

johndoe71rus commented 6 years ago

https://dropmefiles.com/2RfLh this video shows that the conky can be transparent. Something prevents this. I can not figure out what exactly. conky, openbox, xcompmgr, video driver...

johndoe71rus commented 6 years ago

@dbriba What DE do you use? Do you use compositing?

dbriba commented 6 years ago

I use KDE with compositing enable.

lasers commented 6 years ago

@johndoe71rus Anything new with this issue? Have you tried compton?

johndoe71rus commented 6 years ago

no news. yes i try compton without success.

lasers commented 6 years ago

Can you try the current master? Thanks.

git clone https://github.com/brndnmtthws/conky
cd conky
mkdir -p build
cd build
cmake ..
make -j4  # 4 cores to run in parallel
src/conky -c ~/conky.conf # <-- your config goes here
johndoe71rus commented 6 years ago

can't build. error at the end. calculate linux 17.12.2(gentoo based)

`` [ 98%] Building CXX object src/CMakeFiles/conky.dir/nc.cc.o [100%] Linking CXX executable conky /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/conky.dir/conky.cc.o: undifined link to symbol «stdscr» /lib64/libtinfo.so.6: error adding symbols: DSO is not specified on the command line collect2: error: ld completed with return code 1 make[2]: [src/CMakeFiles/conky.dir/build.make:1515: src/conky] error 1 make[1]: [CMakeFiles/Makefile2:218: src/CMakeFiles/conky.dir/all] error 2 make: *** [Makefile:152: all] error 2

johndoe71rus commented 5 years ago

finaly. Can confirm, latest git no transparent dock and pannel to https://paste.ubuntu.com/p/qnz9n5FrtV/

i can build only with this patch https://github.com/gentoo/gentoo/blob/master/app-admin/conky/files/conky-1.10.8-use-pkgconfig.patch

johndoe71rus commented 5 years ago

check latest conky 1.11.1_pre compiled problem still present

github-actions[bot] commented 11 months ago

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment, or this issue will be closed in 30 days.

github-actions[bot] commented 10 months ago

This issue was closed because it has been stalled for 30 days with no activity.