Arcanemuse
Member
- Messages
- 22
Did you try using that browse button to see what it would do?
It didn't use the correct prefix.Did you try using that browse button to see what it would do?
Honestly, most people do not think about their technology at all, as long as it works. We're all carrying around tracking devices with cameras and microphones because it's convenient and 99% of us do not give any thought to it. If there is going to be any significant move away from Windows as the dominant desktop computing platform it is going to be driven by pricing and convenience, not because people are rationally scrutinizing features packed into the operating system.A lot of people are looking to jump off the Windows wagon now with its dystopian features.
You really need to consider making a proper Linux port Brandon. I know it is a LOT of work, but Visual Studio should have the plugins available to make it happen.
I very highly doubt that this will happen. As of now, Windoze is the most used platform out there and as such, you reach the most people with a Windows program. There are not that many people using Linux at present. That number may escalate soon as things at Micro$oft continue to unravel or it may not. People have proven themselves to be mindless sheeple time and again and will bow to the will of corporate entities no matter the cost. Even if it means giving up privacy and personal freedom, they will do it if it means that it will be easier for them. This might be the straw that breaks the camel's back, though. Maybe enough people are broke enough and are looking at their still usable computer wondering why it is that they have to toss it and buy another just because Micro$oft says so. Maybe that will bring about a trend of people wanting to use Linux as an alternative. Time will tell. I am just very impressed that Brandon went out of his way and took the time and effort to give directions as to how to get his program to work in Linux the way that it is. That was a very cool thing.A lot of people are looking to jump off the Windows wagon now with its dystopian features.
You really need to consider making a proper Linux port Brandon. I know it is a LOT of work, but Visual Studio should have the plugins available to make it happen.
I very highly doubt that this will happen. As of now, Windoze is the most used platform out there and as such, you reach the most people with a Windows program. There are not that many people using Linux at present. That number may escalate soon as things at Micro$oft continue to unravel or it may not. People have proven themselves to be mindless sheeple time and again and will bow to the will of corporate entities no matter the cost. Even if it means giving up privacy and personal freedom, they will do it if it means that it will be easier for them. This might be the straw that breaks the camel's back, though. Maybe enough people are broke enough and are looking at their still usable computer wondering why it is that they have to toss it and buy another just because Micro$oft says so. Maybe that will bring about a trend of people wanting to use Linux as an alternative. Time will tell. I am just very impressed that Brandon went out of his way and took the time and effort to give directions as to how to get his program to work in Linux the way that it is. That was a very cool thing.
I wonder if the changes we can foresee coming to Windows might encourage us to change...Just for clarification, I didn't start this thread to proselytize for Linux. I really don't recommend Linux for "normal people" who just want to use their computer to get stuff done. Using Linux is like working under the hood of your own car. For most people, it's just not feasible or desirable. I just wanted to show people who do want to work under the hood of their own, er, computer, who are already using Linux for whatever reason, how to get going with SwordSearcher on Linux.
Hey.I would like to create a SS9 launcher on the bottom panel. I am not sure what to enter for the command box so it uses the PREFIX correctly. I tried the EXEC line in the desktop shortcut, but there must be a different format for the launcher. It would not let me click the OK button.
View attachment 2271
Any ideas?
env WINEPREFIX="/home/[user]/.local/share/wineprefixes/Swordsearcher9" wine C:\\Program\ Files\\SwordSearcher\\SwordSearcher9.exe &> /dev/null &
#!/bin/bash
env WINEPREFIX="/home/[user]/.local/share/wineprefixes/Swordsearcher9" wine C:\\Program\ Files\\SwordSearcher\\SwordSearcher9.exe &> /dev/null &
[Desktop Entry]
Version=1.0
Name=SwordSearcher 9
Exec=[path to bach script]
Icon=[path to SwordSearcher .ico file]
Type=Application
StartupNotify=true
Thank you Brandon - I really appreciate the detailed directions of loading wine and winetricks, making a prefix and installing SwordSearcher 9.1 into the prefix. But I think the most important thing i learned was to place the correct path in the desktop link to make Swordsearcher load and run smoothly.Brandon, thanks for this post on using SwordSearcher on Linux. I would like eventually to switch from Windows to Linux, but I would miss certain software - mostly Swordsearcher. One in our Bible study donated a copy of Crossover and I was able to get version 8 running fairly well - no Hebrew fonts of course but the search worked. I use it often. I want to try your method here with wine and see if I can get version 9 to work on Linux. Thankyou again for the post. Rod Porteous
It's more complicated on Mac due to needing to install Macports or Homebrew. But if you can swing that you should be able to make it work. The real key is making sure to use Winetricks to install IE8 into the Wine prefix for SwordSearcher (as stated in the original post for Linux).Since WINE also runs on a Mac, would these instructions also work on a Mac?
I own both an Intel and Apple Silicon Mac, so I'm willing to test anything if need be!
Got it. Thanks.Hey.
You can do two things.
The installation created the SwordSearcher User Modules folder in the Linux /home/<user>/Documents folder, so that was pretty convenient. I copied one into that folder to see if it appeared in SwordSearcher and it worked (I viewed it to make sure it worked normally).
Sounds good. I'm comfortable with a command line since I also spent quality time on Linux.It's more complicated on Mac due to needing to install Macports or Homebrew. But if you can swing that you should be able to make it work. The real key is making sure to use Winetricks to install IE8 into the Wine prefix for SwordSearcher (as stated in the original post for Linux).
You're welcome to try it. I was going to do it myself at some point, just haven't got around to it. Also, most Mac users are just not going to want to mess around on the command line, so I am in no rush to work up a tutorial.
Whichever you wish.Want me to try on Intel or Apple Silicon first (or do you have a preference)?