Live data from Hacker News

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

news.ycombinator.com

751–760 of 1001 posts

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

#751

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

Oh god yes. I forgot that one.

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

#752
FLAVOR: Ubuntu Desktop

- HEADLINE: easy way to remap keys

- DESCRIPTION: until now I had to write a script wich runs on startup and maps my print key to the secondary menu key - this gets lost after opening my laptop from its sleep state. I want a nice GUI w/o having to write a script

- ROLE/AFFILIATION: (Optional, your job role and affiliation)

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

#753
- FLAVOR: Ubuntu Desktop

- HEADLINE: Let us move the Unity top bar to the bottom.

- DESCRIPTION: I disable global menus (never liked them since the first Mac), I move everything to the bottom bar of the Gnome fallback DE and delete the top bar. I use Gnome's minified running apps list and the icons tray. I use Compiz cube to switch desktop because the 3D effect makes it easier to remember where I am.

I wish I had lenses there but no top bar trumps lenses. I could use Unity if at least I could move the top bar to the bottom. The docker is tolerable because it can be made to autohide.

- ROLE/AFFILIATION: freelancer web developer.

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

#755
- FLAVOR: Xubuntu, Lubuntu, etc (not Ubuntu)

- HEADLINE: Dash/Spotlight-like search for the rest of us

- DESCRIPTION: While Ubuntu users have the Dash, we Xubuntu'ers (and I assume the same goes for Lubuntu users, and others) would love to have something similar an `apt install` away, or even --god help me-- installed by default.

Options seem to be abundant, but few of them are truly lightweight and/or easy to get running and/or provide the relevant results that you'd normally expect. I think I've tried pretty much all of them, but after a day or two I always end up going back to Catfish.

Unity is great, just not for everyone. ;)

- ROLE/AFFILIATION: Software developer, journalist, aspiring musician.

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

#756
post #56

- FLAVOR: Ubuntu Desktop - HEADLINE: Better Mouse Settings - DESCRIPTION: Right now mouse acceleration is enabled by default, and for heavy mouse users this is really not usable. There is no way to change this behaviour in the mouse settings. The only way as a user to get a workable mouse configuration is with custom startup scripts, and it took me as an experienced Linux user and software engineer a long time to fig…

For future reference for people suffering from this issue, the most reliable solution I found so far is to add the following lines to /usr/share/X11/xorg.conf.d/90-mouse.conf

  Section "InputClass"
    Identifier "mouse"
    MatchIsPointer "on"
    Option "AccelerationProfile" "-1"
    Option "AccelerationScheme" "none"
  EndSection

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

#757
- FLAVOR: Ubuntu Desktop

- HEADLINE: Improved remote desktop

- DESCRIPTION: Remote desktop solutions for desktop Linux really haven't changed a whole lot since I first started using them in the late 90s. It would be great to get something out of the box that was as responsive and feature-rich as, say, Windows's remote desktop feature. VNC is functional of course, but lacks a lot of the fluidity of other remote desktop solutions. Bonus features would include remote clipboard, sound, printers, and files.

As it stands, if I think I'm going to need to remote into a Linux desktop, I set up a Windows host and run Ubuntu in a VM. Then I use RDC/RDP to connect to the Windows host and run the VM in full screen. That's surprisingly more responsive than just running VNC in a native Ubuntu installation.

- ROLE/AFFILIATION: Developer

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

#758

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

+1 to explore using Wayland over Mir. I think it's intuitive that everyone (distros, developers, users) would benefit from unifying the Linux graphics stack to the greatest extent possible. The display server decision should not just be based on what is best for Unity, but what is best for the Ubuntu ecosystem as a whole. Having multiple display servers means there will be a duplication of effort for developers of application toolkits, window managers, and, of course, the display servers themselves. The proper question in my mind is whether all the additional downstream and lateral effort from maintaining multiple display servers is a bigger opportunity cost to the overall Ubuntu experience than the additional development necessary to get Unity running on Wayland. It's worth revisiting the display server question because this is something that may have major consequences for quite some time.
Post reply on HN