After upgrading Yad 0.39 to Yad 0.40, the --html option stop working.Here is my code example:yad --html --browser --uri="http://wttr.in/$location" : returns empty dialog.How can i fix that?
Any help will be appreciated.
--
You received this message because you are subscribed to the Google Groups "yad-common" group.
To unsubscribe from this group and stop receiving emails from it, send an email to yad-common+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/yad-common/63a067ab-b7e2-4297-8428-395c80e0ba3en%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/yad-common/d4116686-054f-49d7-a061-4fb4acd63840n%40googlegroups.com.
Obtain Source Code
You should only obtain the YAD Source code from its Author's official Repsitory which resides on Github. https://github.com/v1cont/yad/releaseshttps://github.com/v1cont/yad/releases
If your are new to Linux, I suggest that you download the Yad*.zip file.
Decompress Source Code -
Decompress Source code to a folder on the computer for which you will be compiling and installing YAD.
Terminal Method - (Commands are after -> arrow)
1. Open terminal (From Desktop you can use ctrl+t)
2. Decompress Yad Source code:
"Change to directory that contains the yad*.zip file", for example: -> cd Downloads (on my pc for example its -> cd /home/linux/Downloads)
"unzip the yad*.zip file" -> unzip ./yad*.zip
3. Install Compile Specific Dependices:
-> sudo apt-get update
-> sudo apt-get upgrade
-> sudo apt-get install automake build-essential intltool
Also, verify you have these plugins, at very least gstreamer1.0-plugins-good & gstreamer1.0-libav
Versions of packages libwebkit2gtk-4.0-37:amd64 recommends: gstreamer1.0-alsa 1.16.2-4 gstreamer1.0-libav 1.16.2-2 (this lib fixes "No Video" issue with ffmpeg & mpv) gstreamer1.0-plugins-good 1.16.2-3 gstreamer1.0-pulseaudio 1.16.2-3 libgl1-mesa-dri 20.1.1-1
4. Install YAD Specific Dependies: (for "--html --browser" functionality)
-> sudo apt-get install libwebkit2gtk-4.0 libwebkit2gtk-4.0-dev
---------------------------
(Updated: 9-18-22: If you are going to compile yad with text-info box script hightlighting option, --sourceview | then install these:)
-> sudo apt-get install libgtksourceview-3.0-1 libgtksourceview-3.0-common libgtksourceview-3.0-dev
----------------------------
-> cd yad-12.0 (or whatever yad* folder was created by unzipping. On my pc its: -> cd /home/linux/Downloads/yad-12.0 )
-> sudo -s-
-> autoreconf -ivf && intltoolize
-> ./configure --enable-html --enable-sourceview
-> make
-> make install
-> exit
-> gtk-update-icon-cache
DONE ! - Test yad. in terminal type -> yad