Hi,
I would like to know, if one can define different profiles for the workspace and then switch between them.
For instance on the one hand I have some pictures, which I browse in the thumbnail-view with very large own defined thumbnail size.
On the other hand I have a very large amount of little pictures which I browse with a small thumbnail size with an other window layout.
So I would like to switch between these "profiles" like between the "View As"-profiles. One can include other preferences into the profiles, like layout, buttons etc.
Thanks!
Workspace Profiles
Moderators: helmut, XnTriq, xnview
A workaround…

• AFAIK, there is no built-in feature like this.
- I get that issue alright, since I had the same with my HTML editor.
- I found a workaround that could be applied to XnView whether you use the INI file to save the settings, and place it in the folder of the programme.
- Roughly:
- Configure XnView with the profile "A", copy the INI in a sub-folder you created so-named i.e. <Profile_A>
- Close¦restart XnView.
- Then, change the configuration to profile "B". Similarly, copy the INI in a <Profile_B> sub-folder, and so on for more profiles.
- Write a small batch-file per profile, for example below B_profile.bat :
Code: Select all
@ echo off
del [path]\XnView\xnview.ini
copy [path]\XnView\profile_b\xnview.ini [path]\XnView
exit
• You must run the batch file from a command-line while XnView is closed.
Hoping this helps,

Claude
Clo
Old user ON SELECTIVE STRIKE till further notice •
Re: Workspace Profiles
You can use command line switch in shortcut to start with different ini.Profiler wrote:Hi,
I would like to know, if one can define different profiles for the workspace and then switch between them.
Example:
C:\xnview\xnview.exe -ini 2xnview.ini
See also menu>about>command line help...
Enhanced
—> marsh
Hello B.!
• Using batch-files allows to enhance the changes, for instance change the <bookmark.ini> too, where it's located (badly, I requested to get it in the folder of the programme for each installed version…).
- So, you can get different Favourites also…
- I just showed the simplest case; no need to type on the command line.
Just click the appropriate *.bat file.
- I use this for years, it's really fast and handy…
KR
Claude
Clo

• Using batch-files allows to enhance the changes, for instance change the <bookmark.ini> too, where it's located (badly, I requested to get it in the folder of the programme for each installed version…).
- So, you can get different Favourites also…
- I just showed the simplest case; no need to type on the command line.
Just click the appropriate *.bat file.
- I use this for years, it's really fast and handy…

Claude
Clo
Old user ON SELECTIVE STRIKE till further notice •