Live data from Hacker News

Fedora 27 released

fedoramagazine.org

31–40 of 150 posts

Re: Fedora 27 released

#31
post #25
post #14

Earlier quoted context omitted.

That's very cool. For users of older Gnome versions, note that you can change both the font scaling (text-scaling-factor) and global UI scaling factors. If you, like me, have a screen that needs 1.5 scale, you can either set UI scale to 1 and font scale to 1.5, or UI scale to 2 and font scale to 0.5. That's almost as good as real fractional UI scaling.

I have the same problem - 14 inch WQHD screen. I use 1x UI scaling, 1.6x font scaling. I also made a custom css for GTK that resizes window decorations/buttons that make them more usable. The solution is not perfect though. I am having some problems with Qt apps. Fractional scaling on 3.28 will allow you to have different scaling for each display. Will also be more consistent across different apps (Gtk, Qt, electron,…

[deleted]

Re: Fedora 27 released

#32
post #29
post #25

Earlier quoted context omitted.

I have the same problem - 14 inch WQHD screen. I use 1x UI scaling, 1.6x font scaling. I also made a custom css for GTK that resizes window decorations/buttons that make them more usable. The solution is not perfect though. I am having some problems with Qt apps. Fractional scaling on 3.28 will allow you to have different scaling for each display. Will also be more consistent across different apps (Gtk, Qt, electron,…

Qt works fine for me. Have you set your Xft DPI? $ cat .Xresources Xft.dpi: 144 Xft.hinting: 1 Xft.hintstyle: hintslight Xft.antialias: 1 Xft.rgba: none Xcursor.size: 48 Xcursor.theme: Adwaita

Thanks lima. .Xresources does not work on Wayland. In my case Qt apps work ok until I connect an external display. Here's before/after: https://imgur.com/a/bJb0J

Re: Fedora 27 released

#33
I've switched to Fedora with version 26 (from Ubuntu and some dabbling with Manjaro) and really enjoy it. SELinux gave me a few headscratchers in the beginning but once you know how to deal with it it's great to have a distro that is both a great user experience and has some nice hardening/dont-shoot-yourself-in-the-foot features.

The best thing for me about this release is better support for shared folders in Gnome Boxes (Ubuntu 17.10 and other distros with Gnome 3.26 have this too). This was the only thing holding Boxes back from firmly beating VirtualBox for desktop virtualization. Boxes is already a better user experience and uses superior libvirt/KVM tech for virtualization, but the shared folders UX was not up to par with VirtualBox before now.

Re: Fedora 27 released

#35
Major props to the Fedora project, really gotta get this off my chest as I had Yet Another "distro-hopping just still ain't worth it even in 2017" moment yesterday.

Somehow I have accumulated 4 laptops still-in-running-condition currently. Every rare once in a while, on a lazy weekend or when caught with a cold, I feel I should experimentally check out other distros and/or DE/WM combos than the singular one that has proven time and again for me to work-out-of-the-box, on any machine, after a swift painless install, without headaches hickups or troubles: Fedora with Gnome 3 (manually tweaked down to ultra-minimalism later on of course --- wouldn't mind i3 but guess what, it just freezes out-of-the-box, and the others seem to be abandonware).

Whether it's some some Arch or some Suse, Xfce DE or i3 or other WM.. it always either bugs out severely right in the live environment or during their install, or immediately after.

Great for tinkerers, but my reasoning always immediately jumps to "meh I have enough own code-bases to tinker with --- I might wanna tweak a properly running system but not trouble-shoot its setup" and so I just restore Fedora+Gnome3 and think, "ah well, maybe in another year from now".

We're talking bog-standard laptops here: an XPS, 2 older ThinkPads, a very budget Asus.

I'm quite grateful someone pointed me to Fedora when I got over my 3D gfx fascination phase and was more than ready to ditch Windows again "stat". Really stands on its own. (Granted, Ubuntu also seems to work well for many but I don't see any benefit over F now that I know about it =)

Re: Fedora 27 released

#37
post #18

Earlier quoted context omitted.

What did you dislike about Arch? I made the opposite move years ago: I went from Fedora to Arch, and it was possibly the best choice I could have made.

I too went from Arch to Fedora and life is easier now. It's astonishing just how well Arch works, but maintaining it is still a lot of work. I'm pretty busy and spent too much time fixing my Arch machine, which outweighed the time I was saving. I still have an Arch laptop and many Arch virtual machines for playing CTFs and HAM radio stuff. Flatpak is a fine replacement for AUR in many cases, and it's more secure, too…

I'm surprised you prefer arch linux for amateur radio stuff. Hamlib, wsjtx, and fldigi are packaged and in the main repositories on fedora, but the same is not true for arch linux. What software are you using that you find easier with arch linux?

Re: Fedora 27 released

#38
post #23

How is memory consumption on Fedora 27? I am using Fedora 24. When I check with 'free' after it boots, slightly more than half a GB is used on my laptop. In any case, thanks to the team for a very fine open source OS from RedHat.

Try `free -m`

Linux tries to use as much memory as possible for buffers/cache. When a program requires more memory the cache is freed up automatically to be used.

Right now my laptop is using 2G and has 1242 "free" but as you can see the buffer's cache count toward available memory.

                  total        used        free      shared  buff/cache   available
    Mem:           7678        2089        1242         307        4346        4963
    Swap:          3711           0        3711

Re: Fedora 27 released

#39
Gnome-shell keeps crashing due to a libgobject segfault. About 4 times a day. No idea where the fault is, and even more amusingly, my other laptop works fine on the same settings.

Price of complex software, I suppose.

Re: Fedora 27 released

#40
post #33

I've switched to Fedora with version 26 (from Ubuntu and some dabbling with Manjaro) and really enjoy it. SELinux gave me a few headscratchers in the beginning but once you know how to deal with it it's great to have a distro that is both a great user experience and has some nice hardening/dont-shoot-yourself-in-the-foot features. The best thing for me about this release is better support for shared folders in Gnome…

I don't understand SELinux and I have not found a document that explains for the average Joe like me what it is for and why doesn't my qemu-libvirt work when it is enabled, which is the default. It took me two nights to figure out that SELinux prevents qemu-libvirt to read certain ROM files that I need.

So after scratching my head, I just turned it off altogether. Other than that, Fedora has been really rock solid, great distribution for me at home. I'm still using Ubuntu on my laptop and desktop at work, though. Ubuntu has been really good as well.

Post reply on HN