Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
As for batch converting, which is not something that I'm aware of any other image viewer to include, you should look for a separate application. After a few minutes of digging, I found Converseen[converseen.fasterland.net], a GUI application that should suit your converting needs.
If you have run the setup, and "installed" this portable application, you should be able to just grab the installed folder and point Wine to run it (unless the installer does "something" to the lnk file to set launch options or such) in which case you should use the the appropriate Wine syntax to "launch" the lnk file. All documentation available in winehq.org
As for batch conversion imagemagik or graphicsmagik should get you covered, with all and the power of programmatically controlling them to optimize the output. I am not sure which is included in SteamOS (if at all), but should be available in Bazzite through ostree.
Also, I am not saying you shouldn't try getting Windows applications on Linux/Steam Deck, but I can guarantee that you will have an inferior experience compared to running native Linux equivalents.
Wine is not the tool for that job; while a lot of software works under it flawlessly, a lot of the time it doesn't work out of the box and most of the time you'd have a less-than-ideal experience with its filesystem access. It is, however, perfect for playing games and running various niche utilities, especially regarding game modifications.
Check out https://www.xnview.com/en/xnviewmp/
It's never a good idea to setup your default photo image viewer under a wine prefix since the applications are containerized and badly integrate with other native apps, system and file browser integration. Overall a bad idea to run a windows photo viewer on linux through wine, just .. no.
In general, you just create a Wine/Proton prefix, then "copy paste" your Windows application files wherever you'd like to have them, maybe even inside that prefix path, and run the application executable with Wine/Proton. Here's a short example[github.com] for The Bat application (skip the installer step, since your applications are portable ones).
In case of Steam, the process is even simpler, because you only need to add your application to Steam as a Non-Steam Game and select Proton on Compatibility tab. But surely you already know this.
Running wine from command line can be difficult for someone new to it.
Proton and Lutris are focused on games.
- Create a bottle for each application you want to use.
- If required, Install the dependencies for each application (Bottles has a bunch listed).
- Add a shortcut for the portable executable.
- Run.
You can install and use different "runners" if applications are not running with the default, including GE-Wine and GE-Proton.
Some runners:
- Soda (the default) is based on Steam's Proton.
- Caffe is based on the upstream Wine and include Proton patches.
- Vaniglia is based on the upstream Wine.
Keep in mind that not all applications will run, no matter what wrapper / layer you go with.
However, over time more applications become compatible.