Unfortunately, those do not work on my desktop (currently, I still use Ubuntu 20.04, haha), and I've realized that my gtk and nautilus are bit lower version.
> pkg-config --modversion gtk+-3.0
3.24.20
> pkg-config --modversion gtk+-3.0
> pkg-config --modversion gtk4
Package gtk4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk4' found
> nautilus --version
GNOME nautilus 3.36.3
So, as the first trial, I've changed the lines as follows:
Hi @timhughes, thanks for your wonderful code.
Unfortunately, those do not work on my desktop (currently, I still use Ubuntu 20.04, haha), and I've realized that my
gtk
andnautilus
are bit lower version.So, as the first trial, I've changed the lines as follows:
yet it did not work for me.
Could you give me advice on this problem? Thanks!