-
Notifications
You must be signed in to change notification settings - Fork 29
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
Cannot Set Date and Time #162
Comments
Select "Chromium" from the System menu, it will ask you whether you want to download it. |
Thanks. And what about the "Date and Time not installed" message please? Is there something else which I need to install? |
Where do you see this message? Probably it is not implemented yet. |
I click the time on the top right (ex: 10:05 AM). It then displays the whole date: ex: Saturday, April 15, 2023 10:05:20 AM UTC. Then I click the whole date and it gives me this message as a pop-up: The application 'Date and Time' can't be launched because it can't be found. |
Yes, that application is not yet written. |
Noted. Thanks |
Started making it: Any volunteers want to work on it? https://github.com/helloSystem/Utilities/tree/master/Preferences/Date%20and%20Time.app |
Wow! Looks really nice. Appreciate your prompt support on this. I am interested in working on it but I would need to learn how to program in Qt using Python in order to be able to help. I know Python already. Any templates for the helloSystem as a starting point please? |
Check out https://hellosystem.github.io/docs/developer/applications.html |
Noted and visited the links provided. Please let me know where I can start from to contribute as regards application development. |
Hi @bert003, I am not sure what exactly you are looking for, but I left some TODOs in the code: Utilities/Preferences/Date and Time.app/Date and Time Lines 3 to 5 in 94eebc9
In general, when you search for "TODO" and "FIXME" you'll find areas that could benefit greatly from contributions. |
Noted. Yes I just wanted to know in which applications is help needed. Ok let me have a look at the Date and Time Application. Shall I create a personal fork of the project on my GitHub account? Or do you suggest another way? What about testing? Sorry for asking a lot but would really like to contribute in the best possible way. Thanks for your time. |
Great!
Yes. And once you are satisfied with your changes, ping me so that I can test it. Thanks. 👍 |
Hi, excuse my late reply but had a tough week and could not work on this. I have forked the repository. When I do the changes, shall I commit directly to the master branch or create a new branch for the commit? |
Hi @bert003, best make a separate branch with your changes, then ping me once you are happy with them. Thanks! |
Is there a way that I can test myself though before committing? Can I contact you separately in order not to spam this thread? Maybe I can get a sample template for the Date and Time app to test it Qt Design Studio? |
Just make your changes in the code, then run the app by double-clicking it as usual. |
Well... not really. I hadn't thought about finding a position because I couldn't get it to work properly anyway. |
I have created a pull request where I have implemented the spinner on both tabs. Have a look at it please and see if it is what you had in mind. |
Looks good, but we need to make room for the spinner. |
Uh, that is strange. The spinner should not overlay existing controls. We need to add some free space below the "Date and Time options" box, and have the spinner appear there. |
Created a new pull request. I feel that the settings window should have a fixed size because when you resize, you end up with a lot of empty space. Feel free to amend as you wish. |
Thank you very much. By the way, you should really test your version on helloSystem, as this is where the utilities will run... |
Welcome. Glad to be able to contribute. Did you have something in mind as regards the below? TODO: Implement manual date and time setting in the date and time tab |
I think this is a leftover, since one can now set the date and time manually. |
Ok noted. I also found a bug in my code which I am going to correct soon and update the branch. So what did you have in mind re: the below then please? TODO: Implement manual time zone setting in the time zone tab |
A drop down where I can select "Europe/Berlin" etc. |
Auto Time Zone fully implemented and pushed to branch. I had to use |
Any feedback please? Should this be considered as implemented? |
This is my first time using helloSystem. Please bare with me. I found the following issues:
When trying to set the date, I get a message that Date and Time is not installed.
When I install Chrome, it says it is installed but does not appear in the menu. Also the disk named chrome remains mounted and I cannot eject it.
How do you install additional software please?
The text was updated successfully, but these errors were encountered: