Live data from Hacker News

Ask HN: What do you want to see in Ubuntu 17.10?

news.ycombinator.com

411–420 of 1001 posts

Re: Ask HN: What do you want to see in Ubuntu 17.10?

#411
post #299

- 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…

apt autoremove will clean it up.

I've never noticed autoremove removing old kernel images in /boot.

Re: Ask HN: What do you want to see in Ubuntu 17.10?

#412
FLAVOR: Ubuntu Desktop

HEADLINE: Night mode by luminosity inversion

DESCRIPTION: Contrary to some other suggestions here, I am NOT talking about f.lux / redshift or similar blue light filters here. These are supposed to make you feel sleepy, but all I want is to remove blindingly bright lights in the middle of the night. Here is the pseudo-code for how it could work:

    Get some region on the screen (possibly the content of a window)
    convert all pixels in that region from RGB to HSL (not HSV/HSB)
    if average L value in the region > 0.5 {
        for all pixels {
            L = 1 - L
            re-render pixel
        }
    }
Similar color inversion modes that I know of:

  - a Kwin invert script, possibly assigned to meta+ctrl+i in KDE based distros

  - MS Windows color invert mode: win+"+", ctrl+alt+i
Note however that these are inferior as they change color composition since they invert RGB channels and dont do a HSL conversion

Re: Ask HN: What do you want to see in Ubuntu 17.10?

#413

Earlier 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…

Weston does multi-DPI really well. When you drag a window between monitors, the half on the HiDPI monitor is scaled and the half on the LoDPI monitor is unscaled. So it looks perfect without windows growing or shrinking when you move them to another monitor like GNOME on wayland.

[deleted]

Re: Ask HN: What do you want to see in Ubuntu 17.10?

#414
post #229

FLAVOR: Ubuntu Desktop HEADLINE: Child friendly (ad blocker, content filter) DESCRIPTION: For my son's first computer, I picked Lubuntu and spent days making it "internet ready". I installed Dansguardian + Privoxy, then added uBlock Origin to Chrome, then added OpenDNS to my home router. It was a lot of searching online and trial & error but worth it. From time to time, I check websites he visited and what got blocke…

elementary OS designed parental control, but in a bit of an opposite way as you've suggested. An administrator can create a new standard account, and restrict its access to the computer. For example, the standard user can log in between 5 PM and 10 PM, can have access to some of the applications restricted (as in, he can't run them) and he can be banned from accessing certain websites (blacklist-only options at the m…

Elementary OS looks real nice!

Lubuntu like all Ubuntu have standard users with limited access and that is what my son has but I am less worried about his access to the computer or to the computer's features than about him seeing ads or things that isn't appropriate for his age.

Re: Ask HN: What do you want to see in Ubuntu 17.10?

#415
post #96

- 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…

+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…

Doesn't `apt-get autoremove` remove those old kernels? Not that it's a solution; it should of course be done automatically! Here's what I get when using it:

    > apt-get autoremove
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages will be REMOVED:
      linux-headers-3.19.0-79 linux-headers-3.19.0-79-generic
      linux-image-3.19.0-78-generic linux-image-3.19.0-79-generic
      linux-image-extra-3.19.0-78-generic linux-image-extra-3.19.0-79-generic
    0 upgraded, 0 newly installed, 24 to remove and 39 not upgraded.
    After this operation, 1,732 MB disk space will be freed.
    Do you want to continue? [Y/n]

Re: Ask HN: What do you want to see in Ubuntu 17.10?

#416
post #205

- FLAVOR: Ubuntu Desktop - HEADLINE: Mouse Button Remapping - DESCRIPTION: I'm a disabled user and "left-click" with my thumb. At the moment, there's no visual way to do that in Ubuntu's settings. I have to run something like `xinput set-button-map "Evoluent VerticalMouse 4" 0 3 0 4 5 6 7 0 2 1 2` whenever I login, or connect my mouse, or if the phases of the moon changes. Please - all I want is a GUI where I can say…

> I have to run something like `xinput set-button-map "Evoluent VerticalMouse 4" 0 3 0 4 5 6 7 0 2 1 2` whenever I login

Can you not put this in your .bashrc or something?

Re: Ask HN: What do you want to see in Ubuntu 17.10?

#417

- 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…

Just wrote the same thing and would love to see this. It's the only thing that makes me consider moving to Gnome 3 as that will treat additional monitors as it's own workspace. Really miss MacOS handling of this as it's so seamlessly integrated.

Re: Ask HN: What do you want to see in Ubuntu 17.10?

#418
- FLAVOR: Ubuntu Desktop

- HEADLINE: Saner App Switching

- DESCRIPTION: every other time I alt-tab I am baffled by what window gets focus. I have to actually think to use this feature. Compiz is no better. OSX has this done right. Another somewhat related problem is sometimes a window is not raised when expected but I'm not sure when exactly that happens. Something like "if an app is already open and you try to launch it" but more subtle than that.

---

- FLAVOR: Ubuntu Desktop

- HEADLINE: Universal Ctrl+W command to close windows or tabs

- DESCRIPTION: Somerhing I took for granted on OSX that I thought was coming from Linux, but apparently not. Yes, you could remap the close shortcut from Alt+F4 to Ctrl+W but that closes the window in browsers instead of closing the tab. And some apps don't react to this key binding at all.

Another thing I miss dearly is a universal shortcut to open an app's settings (Cmd+,) in OSX.

---

- FLAVOR: Ubuntu Desktop

- HEADLINE: Broken Apps in App Center

- DESCRIPTION: Even apps that are featured (on 16.04 which is latest LTS) like Maps have tons on 1-star ratings because their core features are broken. I installed myself to verify. That's just embarassing compared to other app stores.

Re: Ask HN: What do you want to see in Ubuntu 17.10?

#419
post #14

- 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…

3. agree with the default WM; no issues (same or better than Win) battery life with i3wm. In my experience ofcourse.

Re: Ask HN: What do you want to see in Ubuntu 17.10?

#420

Earlier 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…

Weston does multi-DPI really well. When you drag a window between monitors, the half on the HiDPI monitor is scaled and the half on the LoDPI monitor is unscaled. So it looks perfect without windows growing or shrinking when you move them to another monitor like GNOME on wayland.

I'd love to read more about how this was done, if you have a link perhaps.
Post reply on HN