How to retrieve port number without tooltip
Hey all,
I'm running Ubuntu Gnome and pia seems to work great, except the tooltip that shows my ip and port I am on does not show up when I hover over the icon in the bottom left of my screen. I can still right click to bring up the normal menu however. Any way to easily retrieve the port number would be greatly appreciated (fixing the tooltip not appearing would also be a huge help)!
I'm running Ubuntu Gnome and pia seems to work great, except the tooltip that shows my ip and port I am on does not show up when I hover over the icon in the bottom left of my screen. I can still right click to bring up the normal menu however. Any way to easily retrieve the port number would be greatly appreciated (fixing the tooltip not appearing would also be a huge help)!
Comments
and check to see if packages libnss3 or libgconf-2-4 are installed
Edit: Shortly after posting this, I found exactly what I needed:
grep "Forwarded port is " ~/.pia_manager/log/pia_nw.log|awk 'END {print $NF}'