Hierosme

Results 131 comments of Hierosme

OK i Got it. depend of the case but sudo have Exactlly what we need for edit a file... We should use **sudoedit** and our editor will be our app,...

The calendar is simply the defautl widget setting. The position of day depends of you Locales configuration, that mean here in France the first day of the week is Monday....

@probonopd Yes i'll remove the Apply button, at time i keep it for the Trigger, the time to provide a Sudoers policy for the Date and Time.app. Normaly evrything about...

I have no trouble to provide the Date widget for Global Menu... Then here all options you asking for will be use and functional. ![image](https://github.com/helloSystem/Utilities/assets/56162977/ae5114a2-defb-482f-b216-448e6eccdc2d) The global menu can load...

I just have confirm it work like a charm export SUDO_EDITOR=./date_and_time.py; sudoedit /etc/timezone /etc/ntpd.conf poooooooIt work. Now i can write on the two files, and havent to care about permissions......

Look ntpdate will be remove from FreeBSD: https://man.freebsd.org/cgi/man.cgi?query=ntpdate&sektion=8 (Inside the Note on the Top) ntpd i a good value, but actually chrony is the boy... can i consider edit a...

ntpd can be use on a ISO Live launcher with the option ntp -q == ntpdate. In that case The clock is Set via CLI then a dedicated sudoers policy...

Here the script i use as entry point for Date and Time.app ``` shell #!/bin/sh HERE="$(dirname "$(readlink -f "${0}")")" SUDO_EDITOR_TMP=$HERE | sed 's/\ /\\ /g' export VISUAL="${SUDO_EDITOR_TMP}/Resources/date_and_time.py" exec "sudoedit" "/etc/timezone"...

use sh for call tail inside the mainloop is certainly part of the trouble. Network Utility.app provide a good exemple of QProcess. It normaly have no need of a Singleton,...

Thanks @louies0623 for the share i just have take a look and that is based on a Proxy Model. i have a good idea about how to, but i would...