Ask HN: What do you want to see in Ubuntu 17.10?
721–730 of 1001 posts
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#722FLAVOR: Ubuntu Desktop HEADLINE: Better QA DESCRIPTION: You have no idea how upset I am the top comment is more "fancy, flashy" stuff instead of what Ubuntu really needs: Stability. Better QA, not having my family and friends see another "$x had an issue" every time they boot into their accounts and being embarrassed that I recommended Ubuntu to them. Seriously, I use gentoo, and my gf uses GNOME Ubuntu, and she has…
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#723Earlier quoted context omitted.
> 1. HEADLINE: A way to have different scaling for external monitors hooked up to my HiDPI laptop. This would be awesome. Even when both the laptop and the external screen are 1080p, different scaling could be helpful if you want to use a dual monitor setup effectively. Unfortunately, it's a tough nut to crack given current desktop behavior. For example, you can have a window that straddles both monitors. What should…
Leaving aside the implementation difficulty, the answer to "what should the scaling be" seems obvious? Use the monitor scaling for the part shown on that monitor. The switch should happen on a monitor level, not on a window level.
Another approach would be to let the application render at higher DPI and the compositor would downsample the portion on the lower DPI display.
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#724OK here goes.. - FLAVOR: Ubuntu Desktop - HEADLINE: Drop Mir & collaborate with Wayland - DESCRIPTION: I know this is a touchy subject and I'm not looking to self-righteously re-re-re-ligitage everything but... between Intel walking away, licensing concerns, Ubuntu varients not jumping onboard, and various community concerns, would you re-consider abandoning mir and joining forces with Wayland? I understand you felt…
> Drop [Canonical-specific] & collaborate with [leading variant] That would be great in general. Linux Mint is known as "Ubuntu minus Canonical" for a reason.
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#725Re: Ask HN: What do you want to see in Ubuntu 17.10?
#726- HEADLINE: Don't force users to have taskbar on the left
- DESCRIPTION: Most users have the taskbar at the bottom. Putting it on the left by default is probably a bad idea, but making it impossibile to move it is most certaintly an awful idea.
- ROLE/AFFILIATION:
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#727- HEADLINE: Make UI more modern (icons + skeuomorphism)
- DESCRIPTION: Ubuntu looks a little dated. Please, please make it flatter, and change the (IMHO) awful icon theme and palette. It's been haunting me for many, many years, and made me never look at Ubuntu as my primary OS.
- ROLE/AFFILIATION:
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#728Earlier quoted context omitted.
User: I want hi-res apps! Dev: Sure, here you go. User: But why is it so small on my new shiny tablet high density screen? Dev: (SHit it worked okay for me) Okay now it detects the density and scale.. User: But when I move the window to my old good lcd screen it becomes way too big! Dev: Okay let's see if I can dynamically adapt to a new monitor density, it's just one scale factor. User: But when I put it on my big t…
MacOS actually in my experience seems to handle this all perfectly. Normal-DPI screens you chose resolution and dragging windows between monitors works as you naturally expect (it pops between DPIs).
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#729- FLAVOR: Ubuntu Desktop - HEADLINE: Please, please, please fix space issues with /boot. - DESCRIPTION: I'm constantly running out of space in /boot, due to kernel updates. It drives me so incredibly batty. If I had to guess, this is due to poor defaults in the installer for folks that opt to encrypt their whole disk. Even still, this system was setup back on 14.04 (don't think it started on 12.04), and I have no int…
sounds like you're keeping too many old kernels, I've had this problem too in the past..try this nice little oneliner: dpkg --list | grep linux-image | awk '{ print $2 }' | sort -V | sed -n '/'`uname -r`'/q;p' | xargs sudo apt-get -y purge really, this is what your package manager should do automatically before/after installing new kernels for your reference: http://askubuntu.com/questions/2793/how-do-i-remove-old-ke…
Just run "apt-get autoremove".
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#730HEADLINE: A non-dangerous and fast release upgrade mechanism
Currently, the upgrade (as in do-release-upgrade) process takes long, very long if not on an SSD. In my experience, apps can crash during the upgrade. During a recent upgrade I did on a family member's machine, the machine was sent to sleep and the screenlocker crashed afterwards. After powering off the machine, the X session wouldn't come up anymore, I had to complete the upgrade manually on the command line. This was all on Kubuntu, but I don't expect the mechanism to be radically different in the standard flavor, it still puts the machine in a dangerous state.
Release upgrades should be as easy and quick as on iOS or Android.