Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap toward 1.0.0 #266

Open
2 tasks
probonopd opened this issue Dec 5, 2021 · 35 comments
Open
2 tasks

Roadmap toward 1.0.0 #266

probonopd opened this issue Dec 5, 2021 · 35 comments

Comments

@probonopd
Copy link
Member

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.

@probonopd probonopd pinned this issue Dec 5, 2021
@kettle-7
Copy link

kettle-7 commented Dec 6, 2021

A simple way to change keyboard layout, time zone etc

@kettle-7
Copy link

kettle-7 commented Dec 6, 2021

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

@Daasin
Copy link

Daasin commented Dec 9, 2021

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 🤘🏼

@alphamodh0
Copy link

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

@probonopd
Copy link
Member Author

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

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

@kettle-7
Copy link

kettle-7 commented Dec 11, 2021 via email

@probonopd
Copy link
Member Author

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

@Slater91
Copy link

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?

@TriVoxel
Copy link

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!

@alphamodh0
Copy link

Fix dock icons on pkg-installed apps.

@probonopd
Copy link
Member Author

Fix dock icons on pkg-installed apps

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

@kettle-7
Copy link

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, ...

@TriVoxel
Copy link

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.

@probonopd
Copy link
Member Author

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!

@Calypso314
Copy link

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.

@9gay
Copy link

9gay commented Sep 3, 2022

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

@9gay
Copy link

9gay commented Sep 3, 2022

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

@probonopd
Copy link
Member Author

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?

@9gay
Copy link

9gay commented Sep 10, 2022

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

@grahamperrin
Copy link
Contributor

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

+1

The FreeBSD boot system ...

#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
Copy link
Contributor

optional disk encryption during installation

helloSystem/ISO#15 | #60

helloSystem/Utilities#76

@grahamperrin
Copy link
Contributor

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

helloSystem/Utilities#41

helloSystem/ISO#133

@grahamperrin
Copy link
Contributor

keyboard

helloSystem/ISO#68 and others.

@9gay
Copy link

9gay commented Sep 13, 2022

@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

@grahamperrin
Copy link
Contributor

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.

@Anvith00
Copy link

Anvith00 commented Oct 12, 2022

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 ❤️.

This is and will become quite revolutionary!!

@probonopd
Copy link
Member Author

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

@Anvith00
Copy link

Anvith00 commented Oct 12, 2022

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.

@probonopd
Copy link
Member Author

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...)

@Anvith00
Copy link

Anvith00 commented Oct 12, 2022

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).

@louies0623
Copy link

louies0623 commented Dec 4, 2022

A package like apk, pkg or deb is required as a way to install software (click and install), such as Appimage, Clickable.
or like this
image

@Anvith00
Copy link

Anvith00 commented Dec 7, 2022

Greetings @louies0623.
helloSystem actually has .img based installer for applications (like .dmg in macOS) that automount when you execute them. It still is a work-in-progress however. You can try out some Appbundles from here (requires 0.7.0 for the time being, also, hasn't been updated). There is a developer.img as well for each helloSystem release which contains qt tools and additional packages to get started with development or contribution in helloSystem.

@louies0623
Copy link

louies0623 commented Dec 15, 2022

I hope that appimage can also be implemented. For example, our earthquake early warning system is appimage, and the developer does not intend to place it on freshports. It is related to personal safety, which will require.
UPDATE: 3 hours after I sent this message, there was an earthquake, , and it is the above example software to notify.

@svin24
Copy link

svin24 commented Jan 22, 2023

I can think of a recovery method used by PopOS.

Pop OS has an extra recovery partition that is updated over time. You can use said partition to not only update the system but also potentially upgrade it too

image

@probonopd
Copy link
Member Author

Pop OS has an extra recovery partition that is updated over time. You can use said partition to not only update the system but also potentially upgrade it too.

Interesting concept. Right now we need to find a way to install over an existing installation without wiping /home. Not sure how to do this, as bsdinstall zfsboot wipes everything.

This is what we are currently doing:

https://github.com/helloSystem/ISO/blob/60f672ef5ee3aaec8908c31dd22ef095cea27996/overlays/uzip/furybsd-live-settings/files/usr/local/bin/furybsd-install#L78-L96

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests