hello icon indicating copy to clipboard operation
hello copied to clipboard

Roadmap toward 1.0.0

Open probonopd opened this issue 3 years ago • 35 comments

This list contains must-haves for 1.0.0.

Please feel free suggest must-haves for a 1.0.0 release. Once all must-haves are implemented, we may consider starting a test cycle toward a 1.0.0 release.

  • [ ] Some way to update to new versions of helloSystem without reformatting the whole disk (see https://github.com/helloSystem/ISO/issues/55)
  • [ ] (...)

probonopd avatar Dec 05 '21 11:12 probonopd

A simple way to change keyboard layout, time zone etc

kettle-7 avatar Dec 06 '21 06:12 kettle-7

i.e. doesn't need go linux and set efi variable cause that's far from simple

kettle-7 avatar Dec 06 '21 06:12 kettle-7

Perhaps a recovery/repair install from iso? If things break that would be very useful for users as opposed to needing to clean install everytime

Or even upgrade from bootable USB without overwriting documents, media, other .appfiles etc etc 🤘🏼

Unused-Account avatar Dec 09 '21 02:12 Unused-Account

Fast boot from iso, it takes a lot of time to begin (6GB RAM).

alphamodh0 avatar Dec 09 '21 12:12 alphamodh0

0.7.0 should be very fast (under a minute) from Live ISO:

https://www.youtube.com/watch?v=0tPMa7lqm4s

probonopd avatar Dec 09 '21 20:12 probonopd

Fast boot from iso, it takes a lot of time to begin (6GB RAM).

afaik this is being worked on

kettle-7 avatar Dec 11 '21 07:12 kettle-7

Please test 0G154 or later and report the boot time. Thanks!

probonopd avatar Dec 11 '21 12:12 probonopd

As for the boot time, there is this proposed patch that could/should improve the situation further: https://reviews.freebsd.org/D33802 Shall we move the discussion on boot time to a different/new issue?

Slater91 avatar Jan 10 '22 10:01 Slater91

I know this may sound unpopular, but I think having a dark theme is very important for me as a computer user in general. It's what I use for everything and not having it here makes my system feel incomplete. I love the current look. Perhaps a simple invert of the colors would suffice for now.

As an artist, I make heavy use of hardware acceleration for video encoding, image editing, 3D modelling, etc. For me to consider a system stable, graphics programs need to be stable and have good hardware support. See issue 327 for more info. I think something could also be done about screen tearing. I run AMD and Intel hardware and notice screen/vsync issues. On Linux, there's an X configuration you need to add called "option: tearfree" or something for AMDGPU users. Besides that, graphics render pretty fast and programs feel very snappy. Just needs a little more polish.

A unified control panel would be really useful. Somewhere central to configure displays, keyboards, network, and bluetooth. Speaking of Bluetooth, a simple Bluetooth GUI program would be very vital to supporting a modern experience with many newer peripherals and gamepads.

Lastly, more robust notebook support. Every notebook I've used helloSystem on has worked really great for me. However, the mouse/touchpad settings could really benefit from a "natural scrolling" setting. Maybe even the ability to tweak scroll speeds and natural scrolling for both the X and Y axis of the touchpad. Not all touchpads work the same, so some may need more tweaking like this. The brightness keys work okay, but you need to smash them a hundred times to see any change and it flickers between brightness levels while doing this. If this could get cleaned up some, it would make a massive difference for usability on notebooks. Oh, and please add an indicator when a shortcut key modifies the brightness or volume. Not some huge overlay covering half the screen like Gnome and macOS, but a little popover near the corner of the screen, out of the way of everything.

This is not so much a necessity, but definitely a wish to have one day. FreeBSD takes a very long time to boot compared to Linux, Windows, or macOS. I don't know what the limits of fast boots on FreeBSD are but, if you could find some way to make FreeBSD boot faster... I don't understand why it loads so slowly. I can boot Ubuntu with Gnome straight to the desktop off my M.2 SSD in a few seconds. Meanwhile, FreeBSD/helloSystem takes nearly a minute on the same device. It doesn't boot much faster than the HDD in my low-end Intel laptop. I think maybe BSD is padding out time with sleep calls or wasting unnecessary time. Very weird behavior.

Great work on the system so far. I am totally stoked about its development and I'm using it as my daily driver for my laptop! I really love what you're doing with this project!

TriVoxel avatar Jan 23 '22 11:01 TriVoxel

Fix dock icons on pkg-installed apps.

alphamodh0 avatar Jan 23 '22 17:01 alphamodh0

Fix dock icons on pkg-installed apps

They are working for me. Please file an issue with a way to reproduce the problem, thanks.

probonopd avatar Jan 23 '22 17:01 probonopd

wasting unnecessary time

The FreeBSD boot system is confusing to say the least, and certainly not modern. It doesn't support parallel boot and a lot of other things without issues, the process control is primitive, ...

kettle-7 avatar Jan 24 '22 08:01 kettle-7

This might not be a super high priority, but I noticed on my 4K monitor, everything is super tiny. Hi-dpi scaling would be a really great feature for us users with high-res monitors, as well as users with accessibility issues like poor eyesight.

TriVoxel avatar Jan 24 '22 16:01 TriVoxel

There is HiDPI autodetection but apparently it is not working for your display. Please open an issue, ideally mentioning the URL to a Hardware Probe of your system. Thanks!

probonopd avatar Jan 24 '22 19:01 probonopd

Intuitive and easy to use "Screen Settings" app. Current one is kinda cryptic.

Display scaling (can we run 1080p at 120, 150...%)?

Dock (if it is there to stay as a feature) to be more modifiable (do you want it bigger/smaller, do you want it bottom, left, right)

Many UI elements (buttons, menu bar) have misaligned text. Maybe less of a headache to fix than some other things

Settings apps (mouse, keyboard) many of them lacking in options (where is the option to change button behavior, where is the option to change the key repeat speed...etc)...

This all just from the top of my mind.

This is not a list of things which I just dropped here and said "hey, developer, I demand you do this for me". Nope, nowhere near. I think this is a list of things that really need rework and I understand this is beyond the scope of one man, regardless of how good he is.

I think a lot of work is ahead of us, and we most likely need more people eager to help.

Calypso314 avatar Jun 27 '22 19:06 Calypso314

optional disk encryption during installation (native zfs encryption in aes-gcm offers authenticated encryption, but not supported by bootloader yet?)

9gay avatar Sep 03 '22 22:09 9gay

also global menu needs different and simple communication protocol or at least simple C API to avoid hard dependency on dbus and qt for people who don't want to use gtk or qt while writing apps

9gay avatar Sep 03 '22 22:09 9gay

Well, as the Menu is written in Qt (like all of the helloSystem GUI) we can't avoid the Qt dependency. But indeed something more lightweight than dbus would be preferable. Maybe we can make use of something from ravynOS one day?

probonopd avatar Sep 10 '22 11:09 probonopd

if menu is written in qt it doesn't mean programs using the menu must use qt

9gay avatar Sep 10 '22 11:09 9gay

Shall we move the discussion on boot time to a different/new issue?

+1

The FreeBSD boot system ...

https://github.com/helloSystem/hello/issues/140, plus if someone will open a discussion https://github.com/helloSystem/hello/discussions about boot time, I'll respond to some of what's above.

Thanks

grahamperrin avatar Sep 13 '22 04:09 grahamperrin

optional disk encryption during installation

https://github.com/helloSystem/ISO/issues/15 | https://github.com/helloSystem/hello/issues/60

https://github.com/helloSystem/Utilities/issues/76

grahamperrin avatar Sep 13 '22 05:09 grahamperrin

Intuitive and easy to use "Screen Settings" app. Current one is kinda cryptic.

https://github.com/helloSystem/Utilities/issues/41

https://github.com/helloSystem/ISO/issues/133

grahamperrin avatar Sep 13 '22 05:09 grahamperrin

keyboard

https://github.com/helloSystem/ISO/issues/68 and others.

grahamperrin avatar Sep 13 '22 05:09 grahamperrin

@grahamperrin since this is named Roadmap toward 1.0.0 it's better to mark here what needs to be fixed before 1.0.0 release

9gay avatar Sep 13 '22 11:09 9gay

better to mark here

The links are to encourage focused discussion in relevant areas. To discourage sprawling, overlapping discussions, which soon become difficult to follow.

grahamperrin avatar Sep 14 '22 00:09 grahamperrin

Dock customisations:

  • Scale Dock size in preferences menu (necessary, Dock doesn't scale well on 4k. I guess adding HiDPI scaling would do the trick, but manual Dock scaling would be appreciated).
  • Toggle for Dock Unhide/ Autohide/ Intelligent hide.
  • Dock position toggle from bottom, left and right.
  • Animate Dock hover (Doesn't necessarily have to be the MacOS Aqua Dock's "icon hover zoom effect", but yeah, that would be a nice addition).

Top panel customisations:

  • Toggle top panel search bar to either the front (as seen in 0.7.0) or at the end of global menus (For me, personally, after playing around on helloSystem on a spare laptop for around a month, I absolutely dislike having to accidentally mouse-click on the search bar every time I want to quickly click on the File menu).
  • Add brightness slider.
  • Add a Wired/ Wireless network + Bluetooth access menu icon on the top panel. (Second thought, this is a feature that would require quite a lot of work and holding this feature to a version following v1.0.0 is more feasible).

Theming:

  • Introduce a dark mode toggle proof-of-concept, atleast for the desktop, top panel and the dock, if not for the apps (third party and system). (Or perhaps hold this one for post v1.0.0 release as well).
  • Toggle between the current all-left-side modern-MacOS window buttons and the classic MacOS window buttons layout (currently being used in helloSystem 0.7.0). [Although I like simple, accessing window buttons that lie far apart from each other with laptop touchpad is kind-of inconvenient and slightly time-consuming].

image image

That aside, I really want to thank @probonopd for taking their quality time into this project. Lots of love :heart:.

This is and will become quite revolutionary!!

Anvith00 avatar Oct 12 '22 18:10 Anvith00

For me, personally, after playing around on helloSystem on a spare laptop for around a month, I absolutely dislike having to accidentally mouse-click on the search bar every time I want to quickly click on the File menu

Can you elaborate a bit on what is happening there? Possibly we will be able to address it in

  • https://github.com/helloSystem/Menu/issues/65

probonopd avatar Oct 12 '22 18:10 probonopd

Greetings 🙂,

So, yes about this, when one tries to quickly access the File option for an application by flicking and tapping the touchpad, the cursor will just oftentime end up with accidentally clicking of the search bar. The button does exactly as it was intended to do, the problem here is rather the user raw input(flicking the trackpad) and the placement of the search bar that naturally causes it slide further away from the first global menu option (File) and select the search bar. And the touchpad user has to be this careful will carefully aiming the cursor at the File menu. That careful aim results in user making sure they carefully (and slowly navigate their touchpad to the first global menu option).

Take for example, if we have hot corners on Gnome in the top-left, a touchpad user might face issue between quickly flicking and selecting the drop-down button over hot-corners and thus by design, hot corners are placed in the top-right by default.

Anvith00 avatar Oct 12 '22 18:10 Anvith00

Do you mean that the System menu is too close to the Search box?

(I can't imagine you want to hit File and end up in Search by accident because there is System in between the two. But still, I never wanted to click System and accidentally ended up in Search - maybe because I am using a mouse and not a touchpad...)

probonopd avatar Oct 12 '22 19:10 probonopd

Yes, precisely. Apologies, I meant the System menu and not File. I literally forgot that System menu existed after the search bar (😂 was just working on MacOS vm a few hours ago and things got mixed up).

Anvith00 avatar Oct 12 '22 19:10 Anvith00