this post was submitted on 07 Sep 2023
1251 points (95.8% liked)

Memes

45548 readers
1464 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 

OC for you.

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

The first thing you would do after browsing lemmy would be installing linux because there are many foss enthusiasist and linux users playing around here in lemmy making you switch to linux

[–] citrusface 10 points 1 year ago

.... Yeah... I never would have considered Linux, then after being here a few months I installed Pop!_os and I will never go back to windows...

[–] [email protected] 6 points 1 year ago (1 children)

*cries in my programs won't launch in wine*

[–] [email protected] 9 points 1 year ago (2 children)
[–] Agent641 3 points 1 year ago (1 children)
[–] [email protected] 0 points 1 year ago

This may well be the right answer!

[–] [email protected] 3 points 1 year ago (3 children)

Paint Tool SAI. After messing up a few times (I thought the C drive was my actual windows HD not wine's virtual one), I got it installed on wine, but it won't launch. Other people have got it to work, so maybe it's just me being a dumb noob.

https://appdb.winehq.org/objectManager.php?sClass=application&iId=4594

I should probably try again with a program that's less easy to mess up.

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago)

Like the other person commented, I would suggest trying Krita (open source/native painting or graphics program. That isn't my forte, but my understanding is Krita is a professional grade program that is actually used for professional work.

Edit: I ironically found this: https://docs.krita.org/fr/user_manual/introduction_from_other_software/introduction_from_sai.html

With that said, there is a useful program to help setup Wine called "Bottles". It's all graphical, and gives tons of options to tweak to try to get programs running. It has dramatically helped me get done other odd professional type software running.

One long shot thing to try: check the file properties of the program installed on wine, and make sure "executable" is enabled. It's a handy security thing to prevent random files from hiding malware, but can be a pain to new users.

An extreme solution is running a program in a Windows virtual machine. If you go that route, I highly recommend doing some research. The simplest to me solution I've found is Virtualbox, and I believe you can even directly pass USB devices through to the virtual machine, but since of the other solutions are supposed to work better.

[–] [email protected] 5 points 1 year ago (1 children)

Two things:

  • Could be Wayland. I had wine troubles in the past because if that
  • Have you tried Krita?
[–] [email protected] 2 points 1 year ago (2 children)

I'm too noob to know what either of those things are. I looked them up and I'm still scratching my head lol

Yesterday was only my second time logging onto the Linux box, so I have a lot to learn.

I tried on both wine and playonlinux, but had the same issue both times. So I'll try a simple text editor or something and see if that works.

I really don't wanna have to go back to Windows.

[–] [email protected] 5 points 1 year ago (1 children)

Kitra is a different drawing program native to linux. Linux also has native text editors, is there a reason you need these specific windows programs or would an alternative work, like gedit instead of windows notepad?

[–] [email protected] 1 points 1 year ago

The text editor I'll try just to see if I'm doing the installation properly, nothing else.

I paid for SAI and I've used it for about 15 years. I really love it. My artwork is all saved in SAI format. Worst case, I'll have to install it on the windows hard drive.

[–] [email protected] 4 points 1 year ago (1 children)

Wayland = the GUI protocol. I'll try to build up the short version: Linux is modular, you don't have to have a GUI at all to run Linux. Most GUI systems themselves are modular, but a core component of the Linux GUI for a very long time has been a thing called X11. X11 is old and busted. Wayland is the new hotness. Some distros are using Wayland now. It offers some cool features that X11 either struggles with or can't do at all, but on the other hand there's lots of software that still doesn't work well with Wayland yet. I've been a Linux user for 10 years and the transition has been in the works the entire time.

Krita = a raster image editor/art app from KDE, the impression I get is that it's really made for digital drawing and painting, with some photo editing capabilities. GIMP (The GNU Image Manipulation Program) is more for "photoshopping." For vector art I would go with Inkscape.

[–] [email protected] 2 points 1 year ago

Krita looks impressive. I might give it a try. Thanks!