You can force the Steam Survey Popup to appear on Linux as follows:
- Entirely shutdown / quit from steam.
- run:
sed -i -e '/\"SurveyDate\"/ s/"[0-9].*"/"'$(date +%Y-%m-%d -d "1 year ago")'"/' ~/.local/share/Steam/config/config.vdf
- Start steam.
Source: Reddit, Changes: Reddit