this post was submitted on 12 Nov 2023
161 points (92.6% liked)

Linux

47366 readers
1818 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I've been seeing all these posts about Linux lately, and looking at them, I can honestly see the appeal. I'd love having so much autonomy over the OS I use, and customize it however I like, even having so many options to choose from when it comes to distros. The only thing holding me back, however, is incompatibility issues. A lot of programs I work with very often are Windows-exclusive, and alternatives supporting Linux are rare. So I guess I'm stuck with Windows, since I deem those particular programs really important.

Any advice from Linux nerds here? All constructive replies are very appreciated.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 10 months ago (2 children)

Virtual machine or Bottles. If neither can help then I just take the L

[–] [email protected] 3 points 10 months ago (1 children)
[–] [email protected] 5 points 10 months ago

It's a thing that's built on top of wine (Windows application compatibility thingy). Its purpose is to create environments for Windows applications in a very user-friendly manner with a GUI. I think whatever you can do in Bottles, someone could do with the terminal using wine but that's difficult.

Haven't used Bottles in a while but you just get the .exe file like you would when using Windows OS, then you put it in the Bottles, and it should run. I have no clue about the details, but if you click enough buttons, it should work properly.

[–] [email protected] 1 points 10 months ago (1 children)

A question regarding bottles, do I have to install dependencies in the settings? My exe all installed without error but can't open.

[–] [email protected] 1 points 10 months ago (1 children)

Not sure. I guess it depends on the software you're trying to use. Watcha downloading? Maybe I can try it on my end.

[–] [email protected] 1 points 10 months ago* (last edited 10 months ago) (1 children)

I am just testing things out, so I'm trying to install Kindle Previewer and Caesium image compressor. All install correctly, but crash upon execute.

This is the error for Kindle Previewer

18:13:06 (INFO) Catalog installers loaded 
18:13:06 (INFO) Catalog dependencies loaded 
18:13:06 (INFO) Catalog components loaded 
18:13:09 (INFO) Launching an executable… 
18:13:09 (WARNING) Windows path detected. Avoiding validation. 
18:13:09 (INFO) Using Wine Starter -- run 
wineserver: using server-side synchronization.
wine: RLIMIT_NICE is <= 20, unable to use setpriority safely
002c:err:wineboot:process_run_key Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -r" (2).
0118:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
[–] [email protected] 1 points 10 months ago* (last edited 10 months ago) (1 children)

I'm having issues too. I'd just use a VM at that point xD. With Bottles it's usually hit or miss but with a VM, almost anything works. Sorry friend🤧

Edit: my virtual machine manager of choice is GNOME Boxes because it's very easy to use. If it doesn't work it usually means KVM or SVM (one of them) is disabled in your BIOS.

[–] [email protected] 2 points 10 months ago

NP, I guess I'll just have to accept it (I only use it to convert ebooks to KFX format, it seems a bit overkill to have VM Windows just for that.)

Thank you for trying to help.