Hello Jer, Andrew
Yea your seeing what I had in mind, Lets take Star Wars Jedi Academy and Jedi OutCast as examples :)
Here is what I have in my config:
[AppDefaults\\jasp.exe\\x11drv]
; Star Wars JK Jedi Academy -- needs -- +exec setlanguage.cfg +safe
"Desktop" = "800x600"
"Managed" = "N"
[AppDefaults\\jk2sp.exe\\x11drv]
; Star Wars JK-2 Jedi OutCast -- needs -- +exec setlanguage.cfg +safe
"Desktop" = "800x600"
"Managed" = "N"
You can overlook the -- +exec setlanguage.cfg +safe it is just a reminder to me that I must pass this at run time for the game to run correct 😊
It is my understanding the "Managed" = "N" is so a app or game will not be
managed by the window manager? I always set this to "N" if I run a app or game in window mode. And so far its been working very well.
So I was thinking it would be nice to have this option when installing the app/game. It would just make things easy for new users if they wanted to use this option.. Who knows after the window managment re-write this may not be needed.
And as you already pointed out the Desktop option would be nice as well.
Make sure you kick win version into this tab as Sim City 3000 will only play as win2k 😊
As for the RUN app:
Me myself when I break down and use Windows ;) I like to start apps
from the little RUN program in the Start Menu, regedit, dxdiag, notepad
are some good exaples. ("wine --cx-app word.exe") is wonderfull but you still
need to open a terminal to use it ( I'm a huge fan of terminals btw ) I was thinking if ("wine --cx-app word.exe") could be hidden in a winelib RUN application and a link to it be in the Start Menu then all the user would need to do is Start Menu/ CrossOver/ Run a small winelib RUN program pops up and the user type in winword.exe and have word to run. And if possiable have a search and have it default to /fake_windows as wine cant run Linux apps so there is no reason to start in the home directory.
But someone will say ....
I'M OUT OF MY MIND!! :) Because there are shortcut links already in the Menu. And yes that is correct, but lets say you want to run odbcad32.exe
There is not a shortcut in the Menu and there is also not a shortcut in /bin
but if you run ~/cxoffice/bin/wine odbcad32.exe the app will run and it saves you the time of.
cd /.cxoffice/dotwine/fake_windows/Windows/System
~/cxoffice/bin/wine odbcad32.exe
So to make a long story short..... it would be nice for....
1) People who know what they want to run but dont know where it is.
2) A friendly GUI for all the ex Windows user who have just found Linux.
3) Anyone who has used Windows in the past 10 years is familiar with this.
4) Something for Lazy people like myself 😊
Tom