You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a thought and I'm open to discussion.
How about distributing a desktop entry file?
For example the following works (an official icon is still missing):
/usr/share/applications/umu.desktop
[Desktop Entry]
Type=Application
Name=umu-Launcher
Comment=Run applications with Proton outside of Steam
Exec=umu-run %f
Categories=Game;Utility;
MimeType=application/x-ms-dos-executable;
PrefersNonDefaultGPU=true
The text was updated successfully, but these errors were encountered:
application/x-ms-dos-executable is, as the name suggests, an MS-DOS executable and nothing else. Windows NT executables have mimetype application/vnd.microsoft.portable-executable.
Just a thought and I'm open to discussion.
How about distributing a desktop entry file?
For example the following works (an official icon is still missing):
/usr/share/applications/umu.desktop
The text was updated successfully, but these errors were encountered: