- FLAVOR: Ubuntu Desktop: 1. HEADLINE: A way to have different scaling for external monitors hooked up to my HiDPI laptop. Currently I need can only set a single scaling factor, so I need to ajust my laptop screen resolution to match scaling of the external monitor. If that's not possible, a way to automatically set resolution and scale for both screens once you hook one up would already save me a lot of manual switc…
Ask HN: What do you want to see in Ubuntu 17.10?
581–590 of 1001 posts
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#582HEADLINE: Open terminal from Nautilus right-click menu
DESCRIPTION: It would be great to be able to open terminal from Nautilus right-click menu from any directory and the terminal would point to the same directory immediatelly, so users don't have to cd to directory from home directory all the time.
ROLE: IT PM
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#583- FLAVOR: Ubuntu Server - HEADLINE: Built-in support for installing up-to-date packages - DESCRIPTION: Currently, `apt install [package]` on LTS Ubuntu will install a package that is up to 24 months out of date (or more if you're not on the latest LTS). Literally one month ago, using the latest version of Windows 10, I installed Ubuntu for Windows (which installed Ubuntu 14.04 LTS), and `apt-get install nodejs` insta…
You use an LTS release when you want to do 'apt-get upgrade' and not change anything. No new features, no deprecated features, no changes other than back ported bug and security patches. No moving to a newer version of Apache which uses different modules by default, or a newer version of PHP which changes a critical default variable. It's always the same software, just fixed when it's broken.
If you're looking to keep your system up-to-date with the latest and greatest, then there are a few suggested solutions:
1. Install stuff yourself 2. Use a backports PPA or vendor packages 3. Use a more specific package manager (e.g. pip for python, cpan for perl, npm for node, etc) 4. Update your servers more than once every four years
If you want the latest version of software, you need to not use the LTS version, and you need to update to the newer releases as they're released, because the entire point of LTS is not to do the thing you're asking to do.
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#584- FLAVOR: Ubuntu Desktop: 1. HEADLINE: A way to have different scaling for external monitors hooked up to my HiDPI laptop. Currently I need can only set a single scaling factor, so I need to ajust my laptop screen resolution to match scaling of the external monitor. If that's not possible, a way to automatically set resolution and scale for both screens once you hook one up would already save me a lot of manual switc…
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 tv flat screen it is too small!!
Dev: (Oh shit you gotta be kidding me, the pixels are actually a viewing distance relative unit??!)
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#585FLAVOUR: All HEADLINE: Convenient snapshot & rollback by default DESCRIPTION: Possibly implemented as snapper + lvm thin provisioning or btrfs. Other distros already have this, but it is far from user friendly.
ZFS is the drop-in FS for /root to allow this. (btrfs et al are not production ready).
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#586- FLAVOR: Ubuntu Desktop: 1. HEADLINE: A way to have different scaling for external monitors hooked up to my HiDPI laptop. Currently I need can only set a single scaling factor, so I need to ajust my laptop screen resolution to match scaling of the external monitor. If that's not possible, a way to automatically set resolution and scale for both screens once you hook one up would already save me a lot of manual switc…
Fedora with Gnome shell on Wayland already handles both 1 and 2, although power managements is about the same as Ubuntu and Wayland comes with its own set of issues.
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#587- FLAVOR: Desktop - HEADLINE: An advanced mode for the file manager - DESCRIPTION: I find that the default file manager is a bit dumb. There should be a mode to enable advanced features; like 'connect to server' when one can pick sftp. ftp, smb, nfs, vboxsf etc. It's fine if it's hidden in a configuration modal but 'advanced mode' should be an option. - ROLE/AFFILIATION: user
Vboxsf is not a network redirector as it is in Windows; look for vboxfs mounts in the /media directory.
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#588Earlier quoted context omitted.
+1 -- This is the one and only problem I have to regularly help my non-technical Ubuntu friends (and their friends) with. Every few months they cannot install updates anymore because their /boot fills up and apt fails to install a new kernel package. The simplest fix would probably be to make /boot large enough by default (in the order of 10GB or 20GB or so -- the current size is 512MB IIRC). A better fix would be to…
> The simplest fix would probably be to make /boot large enough by default (in the order of 10GB or 20GB or so -- the current size is 512MB IIRC). Sure, I'll just use 1/6th of SSD to store 60 megabytes. $ du -hs /boot/ 56M /boot/ If 512M is not enough space for /boot you're doing something wrong.
And I believe my boot partition is only 256MB, and I didn't set it to that. That was a system default.
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#589Flavor: Ubuntu Desktop Headline: Good (or even acceptable) high-DPI & multi-monitor support Description: High-DPI support is really bad in Ubuntu right now, and multiple external monitors are poorly supported. Here are some of problems I experience regularly: - Ubuntu won't remember screen configurations when unplugging and "replugging" external monitors, which means I have to reconfigure them again and again. - Ofte…
I still haven't gotten it all to work reliably. And I have no idea if it's Ubuntu, if it's the window manager, if it's the desktop environment, if it's X (or Mir, or whatever they are calling the window system these days) if it's individual applications, or a combination of some of those. It's crazy land.
Re: Ask HN: What do you want to see in Ubuntu 17.10?
#590- FLAVOR: Ubuntu Desktop - HEADLINE: Proper virtual desktop / spaces for multiple monitors (i.e. independent, per-monitor spaces) - DESCRIPTION: Right now it isn't possible to switch workspaces on two or more monitors independently. This is possible on Mac, and is a huge productivity boost. Coming home from work to use my personal Ubuntu machine always feels like a step backwards for this reason alone. I want to be a…