HN user

davet91

68 karma
Posts0
Comments24
View on HN
No posts found.
Fedora 39 Released 3 years ago

Steam fractional scaling should work since their big UI update a few months ago. Try launching Steam with this environment variable: STEAM_FORCE_DESKTOPUI_SCALING=1.5

Which compositor are you using?

If it's Gnome, the very recent release 45 has improvements running the cursor in a separate thread.

I personally run KDE and agree that you can feel a difference between the X11 and Wayland session but it's not terrible.

I set a 10 second timeout for systemd-boot so I don't need to button mash to hit the narrow window of the UEFI bootloader.

Another useful feature would be editing kernel parameters for troubleshooting. Not sure if systemd-boot can do that but GRUB can.

Do they still restrict nonfree audio/video codecs?

Yes they do. If you don't like to use RPMfusion you could use something like the mpv flatpak from flathub that has all codecs bundled.

It's a pain to use when working with multiple (source independent) projects simultaneously. E.g. a library project and the main project. Eclipse lets you open anything you want to in the same window and presents them in the same explorer view.

That's a common confusion about IntelliJ.

Eclipse Workspace -> IntelliJ Project

Eclipse Project -> IntelliJ Module

In IntelliJ create an empty Project and import all your Maven or Gradle projects as Modules. Everything in one window :)

JetBrains has their own tool called 'Toolbox' to install and update their software (and Android Studio). With Toolbox you are in control when and what to update and you can install multiple versions at the same time.

It's distributed as AppImage for Linux. Very much recommended.

Firefox Replay 7 years ago

You can get every of those devices with Linux support with a bit of research before buying. It's not the fault of Linux if the manufacturer of your hardware doesn't care about the platform.

Electron 7.0 7 years ago

The core of Qt is licensed under LGPL which means you can write and ship proprietary software with it. You just need to dynamically link and provide sources for the Qt libs if a user requests it.