Splash Screen Obscures
One of my habits for opening a solution is to open up a terminal and use rider.sh to aim at a directory.
rider <path-to-solution-dir>This opens up the prompt to select a solution within the directory ("Select a Solution to Open"), and after selecting a solution I can continue as though I had selected the file from the top menu (File→Open→Open).
As of upgrading to 2023.3.2, doing this while I have another solution already open in Rider causes a splash screen to appear that obscures my clicks. If I go with this route for opening a solution, then I currently need to use my window manager to move the splash window out of the way. The splash window goes away when the solution opening finishes or is declined.
Please sign in to leave a comment.
Hello Adeutscher ,
It appears that you've encountered a known issue: IDEA-339400 Splash screen overlaps project window choice popup. Please upvote it and click Watch to subscribe to status updates. As a temporary workaround, you can disable the splash screen:
Add
-Dnosplash=trueinto IDE main menuHelp | Edit Custom VM Optionsand restart the IDE.