• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Running under Wine on Linux
#14
(07-07-2023, 06:09 AM)Jeffrocchio@gmail.com Wrote: MobileSheets Companion would be perfect for me. Except that I am a 100% Linux user with no access to a Windows or Mac machine. I just now tried to run it under Wine on my fedora Linux, but I get nothing. No errors or anything. The process "Mobilecompanion" appears for about 15 seconds in the process list, then disappears.

IF anyone has been able to get it running under Wine and might be able to provide some guidance, configuration knowledge, ideas, tips.... I'd be grateful.
I had a similar problem with the new Version 4:
Up to version 3.x I was successful installing the Companion with Playonlinux(POL). For version 4, the POL installation did succeed, but when launching the application I only got a black window.

My solution:
- Open a terminal
- Create a virtual environment:
WINEPREFIX=$HOME/.wine_MobileSheets winecfg
- Install the Companion:
WINEPREFIX=$HOME/.wine_MobileSheets wine /Path/to/download/MobileSheetsProCompanion.exe
- Download & install .NET 8.0:(Download from Microsoft website)
wine /Path/to/download/windowsdesktop-runtime-8.0.8-win-x64.exe
- IMPORTANT: Modify the rendering configuration using winetricks (provided by your linux distribution)
winetricks ddr=gdi

- FINALLY: launch the Companion:
wine "$HOME/.wine_MobileSheets/drive_c/Program Files/Zubersoft/MobileSheetsCompanion/MobileSheetsCompanion.exe"

Optional: Start menu entry
You may wish to manually create an entry in your start menu. For that purpose you need a shell script that executes the above program. mine is located in $HOME/bin/mobilesheetscompanion, the content is:

wine ".wine_MobileSheets/drive_c/Program Files/Zubersoft/MobileSheetsCompanion/MobileSheetsCompanion.exe"

(Make sure, that $HOME/bin is in your PATH)

Make it executable:
chmod +x $HOME/bin/mobilesheetscompanion

Select the starter entry wine/MobileSheetsCompanion
enter mobilesheetscompanion as program to be executed


Hope, this helps
I made the file
Reply


Messages In This Thread
RE: Running under Wine on Linux - by Zubersoft - 07-07-2023, 06:45 AM
RE: Running under Wine on Linux - by lesacks - 03-26-2024, 09:34 PM
RE: Running under Wine on Linux - by sciurius - 07-08-2023, 12:32 AM
RE: Running under Wine on Linux - by Niols - 11-16-2023, 09:35 AM
RE: Running under Wine on Linux - by TGBasses - 11-22-2023, 08:14 PM
RE: Running under Wine on Linux - by Niols - 02-07-2024, 10:18 PM
RE: Running under Wine on Linux - by Zubersoft - 03-27-2024, 03:03 AM
RE: Running under Wine on Linux - by sgruenbe - 08-14-2024, 09:04 PM
RE: Running under Wine on Linux - by Zubersoft - 08-15-2024, 03:08 AM
RE: Running under Wine on Linux - by sgruenbe - 08-19-2024, 05:12 PM
RE: Running under Wine on Linux - by sciurius - 08-15-2024, 04:07 PM
RE: Running under Wine on Linux - by wineuser - 10-03-2024, 07:44 PM
RE: Running under Wine on Linux - by Zubersoft - 10-04-2024, 03:48 AM
RE: Running under Wine on Linux - by tadawson - 10-04-2024, 10:07 AM



Users browsing this thread:
2 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.