Live data from Hacker News

Ubuntu 17.10 Artful Aardvark released

releases.ubuntu.com

11–20 of 208 posts

Re: Ubuntu 17.10 Artful Aardvark released

#11
post #4
post #2

Obviously this is significant because this is the first release with Gnome 3 instead of Unity. I actually liked Unity a lot but also like Gnome 3, what are people's thoughts?

Gnome 3 seems quite fine, at least how it is in Fedora 27. It's rather pretty by default, and with Wayland, it handles things like multi-monitor DPI better than anything else I've seen. And not only in Linux side, but also versus Windows and Mac OS. I've been a rabid tiling WM user several years before. I'm liking the other benefits enough that I'm willing to let that go. Gnome developers are working on some sort of…

Fedora really is excellent, just a shame I couldn't get it to play ball with my XPS 15 (9560). The situation doesn't seem to have improved in 27, sadly. Anything Ubuntu-based seems to work fine, though.

Re: Ubuntu 17.10 Artful Aardvark released

#12
post #2

Obviously this is significant because this is the first release with Gnome 3 instead of Unity. I actually liked Unity a lot but also like Gnome 3, what are people's thoughts?

No proper hidpi support. Gnome3 doesn't support fractional scaling, so if you need smtg like 125% scaling, then you're out of luck. (Example: 4k 32" displays need this.)

It can be enabled but is buggy, in my experience.

Re: Ubuntu 17.10 Artful Aardvark released

#13
post #7

Pay attention to the 2nd dot point under known issues. This release uses Wayland, and that has profound implications for screenshot, streaming and remote desktop-ing. The Wayland protocol apparently made some bold decisions to enforce security through isolation, and apart from the compositor it is all but impossible for anything to sneak a peak at what other programs are doing visually. It'll be interesting to see if…

Fedora's transition to Wayland was smooth. We work with screen readers here and things just kept working.

Re: Ubuntu 17.10 Artful Aardvark released

#14
> ifupdown has been deprecated in favor of netplan and is no longer present on new installs [...]

> Given that ifupdown is no longer installed by default, its commands will not be present: ifup and ifdown are thus unavailable, replaced by ip link set $device up and ip link set $device down.

Sad to see this go; I always use ifup, ifdown and ifconfig. Yes, they're old and clunky tools but in a way they are the staple of a proper Linux installation to me.

Not to mention that it's quite a handful to write out "ip link set $device up".

Re: Ubuntu 17.10 Artful Aardvark released

#15
post #14

> ifupdown has been deprecated in favor of netplan and is no longer present on new installs [...] > Given that ifupdown is no longer installed by default, its commands will not be present: ifup and ifdown are thus unavailable, replaced by ip link set $device up and ip link set $device down. Sad to see this go; I always use ifup, ifdown and ifconfig. Yes, they're old and clunky tools but in a way they are the staple o…

fyi: you can shorten ""ip link set $device up"" to "ip l s $device up" (same for all ip commands, e.g. "ip address" can be shortened to "ip addr" or simply "ip a")

Re: Ubuntu 17.10 Artful Aardvark released

#18
post #7

Pay attention to the 2nd dot point under known issues. This release uses Wayland, and that has profound implications for screenshot, streaming and remote desktop-ing. The Wayland protocol apparently made some bold decisions to enforce security through isolation, and apart from the compositor it is all but impossible for anything to sneak a peak at what other programs are doing visually. It'll be interesting to see if…

With Fedora jumping over nearly a year ago to Wayland as default in F25, and now Ubuntu in a non-LTS release, hopefully we'll see a tipping point where software (especially third-party/proprietary software) simply must work well on Wayland in order to have a user base.

Once we've got an Ubuntu LTS and a RHEL/CentOS release out there with Wayland by default, X11 ought to rapidly become a thing of the past. There's Xwayland, but with any luck that'll become something you basically never use, just like happened with Xquartz.

Re: Ubuntu 17.10 Artful Aardvark released

#19
post #14

> ifupdown has been deprecated in favor of netplan and is no longer present on new installs [...] > Given that ifupdown is no longer installed by default, its commands will not be present: ifup and ifdown are thus unavailable, replaced by ip link set $device up and ip link set $device down. Sad to see this go; I always use ifup, ifdown and ifconfig. Yes, they're old and clunky tools but in a way they are the staple o…

I wonder why netplan instead of straight-up systemd-networkd?

To avoid the usual "systemd takes away all my toys" shitstorm? Does systemd-networkd fundamentally lack anything which netplan doesn't?

Re: Ubuntu 17.10 Artful Aardvark released

#20
post #7

Pay attention to the 2nd dot point under known issues. This release uses Wayland, and that has profound implications for screenshot, streaming and remote desktop-ing. The Wayland protocol apparently made some bold decisions to enforce security through isolation, and apart from the compositor it is all but impossible for anything to sneak a peak at what other programs are doing visually. It'll be interesting to see if…

Fedora's transition to Wayland was smooth. We work with screen readers here and things just kept working.

screen readers read metadata provided by the UI toolkit, not pixels from the display (which is the issue for screen shots, screen sharing, streaming)
Post reply on HN