linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

flashgnash, in enough said.

Photoshop has no good alternative on Linux though that’s a very real reason to need windows

Personally I’m too cheap for a Photoshop license anyway so doesn’t bother me but some people need it

Xtallll,
@Xtallll@lemmy.blahaj.zone avatar

Fun fact about Photoshop, the windows version doesn’t have feature parity with the Mac version, that’s why so many graphic designers use Mac.

flashgnash,

Oh really? When I used it on windows I couldn’t move for features and this was years ago. Crazy to think it’s got even more on mac

wingsfortheirsmiles, in enough said.

I feel fortunate that I don’t rely on software that’s not on Linux, unfortunately very much not the case for all

sturlabragason,

Being a Dev is so nice❤️

lal309, in Micro***t Word on Linux and alternatives

OnlyOffice is the only one that I’ve used that has a good looking UI, works out of the box and very good compatibility (across Microsoft and other document standards). Install is just one flatpak away. Highly recommend.

irmoz,

I second this. I use it for university. Good software.

comrade_pibb, in What's your experience with bluetooth audio?
@comrade_pibb@hexbear.net avatar

Bluetooth kind of sucks ass

AMillionNames, in Based KDE 🗿

I used to use Linux exclusively, but I eventually gave in to the appeal of Windows. I’m just too into gaming, even with all the advancements Steam and Proton are bringing into Linux. The main difference I’ve had is which OS type hosts which OS type.

Promethilaus,

I managed to get it to work for me with a bit of tinkering

aldalire,

Which specific game do you play that made you switch?

AMillionNames,

It’s not a specific one, it’s about not having to worry about which one are in the ProtonDB list and how it actually performs and can be configured. I just lose less out of having Linux in a VM for what I use it for, and have less surprises running the games on the system they are marketing and testing for.

afk, in Wine 8.21 Released With HiDPI Scaling and Initial Vulkan Code For The Wayland Driver
@afk@ttrpg.network avatar

Exciting times! An end of a era, the blurry era

GFGJewbacca,

Thank goodness. I could really use this for my laptop.

Pantherina, (edited ) in What's your experience with bluetooth audio?

Fedora Kinoite, working just as well as on Android (GrapheneOS)

Using Pipewire. The issue really is the shitty firmware of my headphones.

p_consti, in Problem with KDE+Nvidia+Proton

Are you running Wayland or Xorg? I’ve had some troubles with Nvidia and Wayland before, though not like this. Just a guess, since I’m not using KDE

squaresinger,

I’m running Xorg, because I’ve read a lot about the Nvidia+Wayland troubles.

derbolle,

i am using nvidia and wayland on kde and I am experiencing no problems except those I also had in xorg(ui elements sometimes become unresponsive after playing a game)

squaresinger,

Are you using a laptop that can switch the GPU or are you running Nvidia only? What GPU and driver version do you have?

outbound, in What's your experience with bluetooth audio?

Bluetooth works great. Debian w/ XFCE (pulseaudio). But, there is some config on a fresh install:


<span style="color:#323232;"># apt install blueman pulseaudio-module-bluetooth  
</span><span style="color:#323232;">
</span><span style="color:#323232;"># nano /etc/pulse/default.pa  
</span><span style="color:#323232;">add:  
</span><span style="color:#323232;">load-module module-switch-on-connect  
</span><span style="color:#323232;">
</span><span style="color:#323232;"># nano /etc/bluetooth/input.conf  
</span><span style="color:#323232;">change:  
</span><span style="color:#323232;">IdleTimeout=0  
</span>
jcarax, in What's your experience with bluetooth audio?

I had a lot of problems back when I lived in civilization. But now that I live out of range of cell signals, and can’t even see neighbors’ wifi networks, it works a whole hell of a lot better. I still use a traditional DECT (Logitech H820e), and also a dongled 2.4ghz (Audeze Maxwell) headsets for work, but I also use the Maxwell with my phone over bluetooth without a problem. My Sennheiser Momentum 4 work fine with both my phone running Graphene, and my Thinkpad running Fedora.

I won’t even try with Windows. The bluetooth stack is such trash.

selokichtli, in What's your experience with bluetooth audio?

For me, Bluetooth in general is a problematic technology that’s been trustworthy only when the device comes with a pre-paired Bluetooth emitter.

KISSmyOS, (edited ) in Micro***t Word on Linux and alternatives

Softmaker Office uses .docx natively, so you don’t have compatibility issues with Word at all.

Its UI is also very close to MS Office. It’s a drop-in replacement for current MS Office.

manucode,
@manucode@infosec.pub avatar

Softmaker does also offer a free of charge light version FreeOffice you could try out before committing to pay for their full version.

k4j8, in Arch on semi-critical pc? (Also EndeavourOS vs raw Arch?)

I think you can use Arch for university, but I have a few suggestions:

  • Don’t update packages unless you have time to fix issues. Rare, but it happens, although usually minor.
  • Never mess with greeters, kernel modifications, bootloaders, or anything else before login. Fixing issues may require a live USB and take some time. Avoid the temptation! (Ask how I know…)
  • Use Flatpak where you can for increased stability by way of fewer packages to update.

Of course, you could also use a non-rolling release distro. Nothing wrong with that.

CatLikeLemming,
@CatLikeLemming@lemmy.blahaj.zone avatar

Excuse me if this is a bit of a dumb question, as I have never particularly worried about packaging methods and simply installed what I needed from the official Arch packages or AUR, but how does Flatpak lead to fewer updates? I know it sandboxes things, that’s why I’ve been interested in it for applications I don’t quite trust like Discord, but I never got around to actually switching applications of that sort over and trying the format out.

Speaking of Discord, hooking that out of the “normal packages”, aka everything I update via yay, would be beneficial anyways, since it’s the only thing that forces me to update my system by saying how I’m oh so lucky about a new update coming out and I don’t wanna mess with partial system updates. That’s kinda besides the point though, I just wanted to complain.

k4j8, (edited )

Good question. Flatpak doesn’t lead to fewer updates overall, but it does lead to fewer system packages installed via pacman or yay, which can run into dependency conflicts unlike Flatpak.

Flatpak provides a common runtime upon which different applications can be installed via containers, much like apps on a phone. You can then adjust the permissions for each app such as which directories it can access. It’s kind of like installing Firefox (e.g. Flatpak) and then a Firefox extension such as uBlock Origin (e.g. LibreOffice). It doesn’t matter if you’re on Ubuntu, Fedora, or Arch, from the extension’s perspective it’s the same old Firefox and doesn’t touch anything else on your computer. This means uninstalling is clean and it has no dependencies on other packages installed.

The disadvantage with Flatpak is they can be slower (sometimes not even noticeable) and take up more space, although the runtime can be re-used between Flatpak applications. Personally, I like Flatpak for large GUI applications like LibreOffice, which has 170+ dependencies if installed via pacman.

I’m not an expert, but hope this helps. For more/better info, I recommend reading itsfoss.com/what-is-flatpak/.

CatLikeLemming,
@CatLikeLemming@lemmy.blahaj.zone avatar

Huh, neat. On my current EOS Desktop PC it’s a bit too late to uninstall everything and reinstall it as a Flatpak, but I’ll keep that in mind for new Linux installs. Thank you :3

neurospice,

For discord you could tell it not to prompt you to update by editing the config.

wiki.archlinux.org/title/Discord#Discord_asks_for…

So you can update it whenever you want to.

CatLikeLemming,
@CatLikeLemming@lemmy.blahaj.zone avatar

Because of course the arch wiki has the info needed. I should’ve just checked there from the start, thanks!

Synthead, (edited ) in short question by an aspiring user

Yup! Install Steam (with your package manager!) and play. Nothing to it.

Enjoy!

Rubanski,

Thanks! I make sure to use the package manager, even, as of now, I’m not 100% what that means but I will find out

yoevli,

Just as a note, I believe you still need to tick the “Enable Steam Play for all titles” in Steam settings to allow it to be used with non-verified games.

Rubanski,

Thanks!

Synthead,

There is a GUI, but I prefer the terminal:


<span style="color:#323232;">sudo apt update
</span><span style="color:#323232;">sudo apt install steam
</span>

“Update” fetches the latest package information, and “install steam” does exactly what you think it does :)

Rubanski,

I will probably use your approach, because the windows like gui should only help me transition. Getting to know how to use the terminal is my next step. Thanks!

douz0a0bouz,

Careful here. Absolutely start learning bash, but one of the points of Mint is that everything a normal user needs to do can be done through a settings gui. Don’t feel bad for reaching for the gui if you need to get something done and don’t have time right then and there to learn. Have fun!

01189998819991197253,
@01189998819991197253@infosec.pub avatar

In the program menu (“Start” menu), search for Software Manager. It’s basically an app store.

Diplomjodler,

It’s called Software Manager in Mint. It’s in the start menu. It’s basically like an app store, but without the surveillance and ads. Just type steam in the search field and click install. Really couldn’t be easier.

ExLisper, in What's your experience with bluetooth audio?

It’s shit. Totally agree, the most irritating thing on Linux.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #