What | Removed | Added |
---|---|---|
CC | ancor@suse.com |
When a certain VNC access mode (web, VNC service, etc.) is enabled, this line installs the required packages. https://github.com/yast/yast-network/blob/d7ce4f96be1314fb93e4cfd4e6659e9ee08b3cc6/src/lib/y2remote/modes/base.rb#L50 In the case of web access, that package is xorg-x11-Xvnc-novnc. I guess that forcing the installation of all recommends in that line would fix the issue. But I'm not sure if specifying that recommends are also wanted is possible in the Yast::Package API.