Changes

Talk:Mint Linux Distribution Reference

1,014 bytes added, 21:57, 19 May 2021
/* x11vnc.service */ new section
The following lines were added (+) and removed (-):
== Disable transmission client without uninstalling it ==Simply way to stop the binary sudo chmod 000 /usr/bin/transmission-gtk== panel tooltips ==https://github.com/linuxmint/cinnamon/issues/4549Edit your cinnamon.css file of your theme, located in ~/.themes/your_theme/cinnamon/cinnamon.cssSearch (or create) this class : #Tooltip { background-color: rgba(0,0,0,0.0); color:  rgba(0,0,0,0.0); }(display: none; doesn't work). Now the tooltip is fully transparent, so unvisible.The theme could also be in /usr/share/themes. Just check in the themes settings to find the name of the theme you are using.https://forums.linuxmint.com/viewtopic.php?t=225478== x11vnc.service ==adding logging when manually starting  x11vnc -auth guess -forever -noxdamage -repeat -rfbauth /etc/x11vnc/vncpwd -rfbport 5900 -shared -oa /var/log/x11vnc.logsystemd [Service] Type=simple ExecStart=/usr/bin/x11vnc -auth guess -forever -noxdamage -repeat -rfbauth /etc/x11vnc/vncpwd -rfbport 5900 -shared
Bureaucrat, administrator
14,711
edits