Skip to content

Tinyproxy recipy uses the wrong user on sumo - #98

Closed
stfl wants to merge 2 commits into
openembedded:sumo-nextfrom
stfl:tinyproxy
Closed

Tinyproxy recipy uses the wrong user on sumo#98
stfl wants to merge 2 commits into
openembedded:sumo-nextfrom
stfl:tinyproxy

Conversation

@stfl

@stfl stfl commented Oct 8, 2018

Copy link
Copy Markdown

Fixes a typo in the useradd params description. (tinypoxy -> tinyproxy)
the tinyproxy.service uses the correct user/group tinyproxy/nogroup
add a default tinyproxy.conf that also sets the correct user and group

the same also applies on master actually..

@stfl
stfl changed the base branch from sumo to sumo-next October 9, 2018 08:51
@kraj

kraj commented Dec 21, 2018

Copy link
Copy Markdown
Contributor

can you post this too oe mailing list please

@kraj

kraj commented Feb 25, 2019

Copy link
Copy Markdown
Contributor

@akuster can you take a look

file://disable-documentation.patch \
file://tinyproxy.service"
file://tinyproxy.service \
file://tinyproxy.conf"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix the indentation here

@kraj

kraj commented Jan 10, 2020

Copy link
Copy Markdown
Contributor

I see that these patches are needed on master as well. I have ported them over to master and soon sent to mailing list.

@kraj

kraj commented Jan 14, 2020

Copy link
Copy Markdown
Contributor

This has been now merged into master
ec0a1b2
2f4b434

@kraj kraj closed this Jan 14, 2020
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 12, 2021
2.071 2021/05/23
- fix t/nonblock.t race on some systems. Fixes issue openembedded#102, maybe openembedded#98 too.
2.070 2021/02/26
- changed bugtracker in Makefile.PL to github, away from obsolete rt.cpan.org
2.069 2021/01/22
- IO::Socket::Utils CERT_asHash and CERT_create now support subject and issuer
  with multiple same parts (like multiple OU). In this case an array ref instead
  of a scalar is used as hash value.

References:
noxxi/p5-io-socket-ssl#102
noxxi/p5-io-socket-ssl#98
noxxi/p5-io-socket-ssl#95

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 13, 2021
2.071 2021/05/23
- fix t/nonblock.t race on some systems. Fixes issue openembedded#102, maybe openembedded#98 too.
2.070 2021/02/26
- changed bugtracker in Makefile.PL to github, away from obsolete rt.cpan.org
2.069 2021/01/22
- IO::Socket::Utils CERT_asHash and CERT_create now support subject and issuer
  with multiple same parts (like multiple OU). In this case an array ref instead
  of a scalar is used as hash value.

References:
noxxi/p5-io-socket-ssl#102
noxxi/p5-io-socket-ssl#98
noxxi/p5-io-socket-ssl#95

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 25, 2026
- add missing dependencies
- fetch missing subprojects
- LIC_FILES_CHKSUM has changed but LICENSE is still LGPL-2.1

Overview of changes in malcontent 0.14.0
========================================

* Bugs fixed:
  - openembedded#89 After reworking user selector and navigation, removing currently viewed
    users isn't handled (Philip Withnall)
  - openembedded#101 Integrate NSS web filtering module in flatpak (Philip Withnall)
  - openembedded#122 Allow viewing screen time usage when using malcontent-control as a
    child user (Philip Withnall)
  - openembedded#129 Hide level bar if there’s no data available yet
  - openembedded#133 EstimatedTimesChanged signal is not emitted after a screen time
    extension request is granted (Philip Withnall)
  - !292 docs: Add diagram and some more notes to screen time design document
  - !293 malcontent-client: Improve some error messages for invalid command
    lines
  - !294 build: Post-release version bump
  - !295 po: Fix a few localisation problems
  - !296 Update Chinese translation
  - !297 docs: Add a diagram of web filtering IPC
  - !298 Update Czech translation
  - !299 updated ru.po
  - !300 Replace sl.po with translation update
  - !305 Update Czech translation
  - !306 Update Chinese translation
  - !307 Update Georgian translation
  - !309 Update Slovenian (sl) translation
  - !311 build: Use system libcdb library if available
  - !312 malcontent-webd-update/tests: Only install webd template if tests are
    installed
  - !314 nss/tests/nss-objdump: Also allow linker library
  - !315 Update Swedish translation
  - !316 build/ci: Minor cleanups related to docs
  - !317 Update Kazakh translation

* Translation updates:
  - Chinese (China) (lumingzh)
  - Czech (AsciiWolf)
  - Georgian (NorwayFun)
  - Kazakh (Baurzhan Muftakhidinov)
  - Russian (Ser82-png)
  - Slovenian (filmsi)
  - Swedish (Anders Jonsson)

Overview of changes in malcontent 0.14.alpha
============================================

* This is an unstable development release previewing some new features; a lot of
  things have changed around, so it’s expected that there may be some packaging
  issues; please file an issue on
  https://gitlab.freedesktop.org/pwithnall/malcontent/-/issues if so

* Add developer API documentation

* Refresh UI

* Add support for screen time limits

* Add backend for web filtering

* Bugs fixed:
  - openembedded#2 Build developer documentation (Philip Withnall)
  - openembedded#73 Updated sl.po translationn
  - openembedded#74 Add family API (Philip Withnall)
  - openembedded#75 Ensure MctSessionLimits can do daily time limit and bedtime schedule
    (Philip Withnall)
  - openembedded#76 Add org.freedesktop.MalcontentTimer1.Parent API for querying child
    computer usage (Philip Withnall)
  - openembedded#80 Refresh UI for unlock page
  - openembedded#81 Rework user selector
  - openembedded#83 Add screen time subpage with basic screen limits options
  - openembedded#84 Add screen time chart
  - openembedded#88 Implement NSS web filtering module and filter list daemon (Philip
    Withnall)
  - openembedded#91 Port documentation comments to gi-docgen format
  - openembedded#95 Build sysext image in CI for integration testing with gnome-shell
    (Philip Withnall)
  - openembedded#96 Selecting username from commandline fails (Ignacy Kuchciński)
  - openembedded#97 Add org.freedesktop.MalcontentTimer1.Child API for extending a child’s
    session time (Philip Withnall)
  - openembedded#98 After adding screen time subpage, the previous value of bedtime/screen
    limit are not preserved (Philip Withnall)
  - openembedded#100 Bump the app copyright date (Philip Withnall)
  - openembedded#102 Add tests for filter list parsing code in malcontent-webd (Philip
    Withnall)
  - openembedded#107 Follow-up from "Add screen time chart"
  - openembedded#109 Set a default daily screen time limit value
  - openembedded#110 Show logged-in child accounts in the parental controls application
  - openembedded#111 Screen time summary level bar overflows
  - openembedded#112 Fix assertion when closing the application (Philip Withnall)
  - openembedded#113 Investigate gtklevelbar breaking
  - openembedded#115 Improve documentation of the malcontent-client record-usage command
    (Philip Withnall)
  - openembedded#117 Emit EstimatedTimesChanged signal from malcontent-timerd if session
    limits settings change (Philip Withnall)
  - openembedded#118 Malcontent-timerd daemon error on GNOME OS child account login (Philip
    Withnall)
  - openembedded#119 Fix duration picker breaking in 12-hour clock mode
  - openembedded#120 Update Turkish translation
  - !189 build: Post-release version bump
  - !190 Bulgarian translation by kraftwerk
  - !191 malcontent-control: Port about dialog to AdwAboutDialog
  - !192 ci: Add various linting tests for shell and Python
  - !193 malcontent-client: Add support for setting a session limit policy
  - !194 Improve REUSE license/copyright tagging somewhat
  - !195 Update Georgian translation
  - !196 malcontent-timerd: Add initial implementation of timer daemon
  - !197 po: Add new malcontent-timerd files to POTFILES.in
  - !198 updated ru.po
  - !200 ui: Fix wrong a11y role in button
  - !202 nss: Add a new libnss_malcontent.so.2 NSS module for web filtering
  - !204 libmalcontent: Add web filtering settings storage and API
  - !205 malcontent-client: Add {get,set}-web-filter commands
  - !210 Add icons to libmalcontent-ui gresources
  - !211 docs: Add Code of Conduct
  - !213 Add missing mct_session_limits_equal() and mct_web_filter_equal()
    functions
  - !214 manager: Rework change notification from AccountsService and support
    notification for session limits and web filters
  - !215 Various minor type and terminology fixes
  - !216 user-selector: Factor out getuid() calls into a :current-user property
  - !217 Fix icons in dark theme
  - !218 tools: Add a sysext build tool
  - !219 malcontent-control: Add D-Bus service file
  - !220 malcontent-control: Change component type to "desktop-application"
  - !221 accounts-service: Make extension symlinks relative
  - !222 Handle external changes to users and settings
  - !224 Fix waiting asynchronously for user manager
  - !225 malcontent-webd: Add initial implementation of web filtering daemon
  - !226 Adjust malcontent-timer for shell integration
  - !227 po: Add missing files to POTFILES.in
  - !228 Replace sl.po; this is the updated translation (100%).
  - !229 nss: Add unit tests for NSS module
  - !230 Update of sl.po
  - !231 malcontent-timer: Remove an invalid attribute from a D-Bus XML file
  - !232 tests: Add test for the sandboxing of malcontent-webd.service and
    malcontent-timerd.service
  - !233 Update Czech translation
  - !235 Malcontent client improvements
  - !236 Update Polish translation 250828
  - openembedded#83 Add screen time subpage with basic screen limits options
  - openembedded#84 Add screen time chart
  - openembedded#88 Implement NSS web filtering module and filter list daemon (Philip
    Withnall)
  - openembedded#91 Port documentation comments to gi-docgen format
  - openembedded#95 Build sysext image in CI for integration testing with gnome-shell
    (Philip Withnall)
  - openembedded#96 Selecting username from commandline fails (Ignacy Kuchciński)
  - openembedded#97 Add org.freedesktop.MalcontentTimer1.Child API for extending a child’s
    session time (Philip Withnall)
  - openembedded#98 After adding screen time subpage, the previous value of bedtime/screen
    limit are not preserved (Philip Withnall)
  - openembedded#100 Bump the app copyright date (Philip Withnall)
  - openembedded#102 Add tests for filter list parsing code in malcontent-webd (Philip
    Withnall)
  - openembedded#107 Follow-up from "Add screen time chart"
  - openembedded#109 Set a default daily screen time limit value
  - openembedded#110 Show logged-in child accounts in the parental controls application
  - openembedded#111 Screen time summary level bar overflows
  - openembedded#112 Fix assertion when closing the application (Philip Withnall)
  - openembedded#113 Investigate gtklevelbar breaking
  - openembedded#115 Improve documentation of the malcontent-client record-usage command
    (Philip Withnall)
  - openembedded#117 Emit EstimatedTimesChanged signal from malcontent-timerd if session
    limits settings change (Philip Withnall)
  - openembedded#118 Malcontent-timerd daemon error on GNOME OS child account login (Philip
    Withnall)
  - openembedded#119 Fix duration picker breaking in 12-hour clock mode
  - openembedded#120 Update Turkish translation
  - !189 build: Post-release version bump
  - !190 Bulgarian translation by kraftwerk
  - !191 malcontent-control: Port about dialog to AdwAboutDialog
  - !192 ci: Add various linting tests for shell and Python
  - !193 malcontent-client: Add support for setting a session limit policy
  - !194 Improve REUSE license/copyright tagging somewhat
  - !195 Update Georgian translation
  - !196 malcontent-timerd: Add initial implementation of timer daemon
  - !197 po: Add new malcontent-timerd files to POTFILES.in
  - !198 updated ru.po
  - !200 ui: Fix wrong a11y role in button
  - !202 nss: Add a new libnss_malcontent.so.2 NSS module for web filtering
  - !204 libmalcontent: Add web filtering settings storage and API
  - !205 malcontent-client: Add {get,set}-web-filter commands
  - !210 Add icons to libmalcontent-ui gresources
  - !211 docs: Add Code of Conduct
  - !213 Add missing mct_session_limits_equal() and mct_web_filter_equal()
    functions
  - !214 manager: Rework change notification from AccountsService and support
    notification for session limits and web filters
  - !215 Various minor type and terminology fixes
  - !216 user-selector: Factor out getuid() calls into a :current-user property
  - !217 Fix icons in dark theme
  - !218 tools: Add a sysext build tool
  - !219 malcontent-control: Add D-Bus service file
  - !220 malcontent-control: Change component type to "desktop-application"
  - !221 accounts-service: Make extension symlinks relative
  - !222 Handle external changes to users and settings
  - !224 Fix waiting asynchronously for user manager
  - !225 malcontent-webd: Add initial implementation of web filtering daemon
  - !226 Adjust malcontent-timer for shell integration
  - !227 po: Add missing files to POTFILES.in
  - !228 Replace sl.po; this is the updated translation (100%).
  - !229 nss: Add unit tests for NSS module
  - !230 Update of sl.po
  - !231 malcontent-timer: Remove an invalid attribute from a D-Bus XML file
  - !232 tests: Add test for the sandboxing of malcontent-webd.service and
    malcontent-timerd.service
  - !233 Update Czech translation
  - !235 Malcontent client improvements
  - !236 Update Polish translation 250828
  - !237 docs: Add web filtering design document
  - !238 docs: Add a document about system integration (packaging)
  - !240 Update Czech translation
  - !241 malcontent-client: Fix --help output for set-web-filter subcommand
  - !242 Calculate next session times in malcontent-timer
  - !243 Update Czech translation
  - !245 po: Add false positves to POTFILES.skip
  - !246 Update Polish translation 250907
  - !247 manager: Handle UnknownInterface error from AccountsService
  - !249 Minor malcontent-webd fixes
  - !251 docs: Mention the update-error file in malcontent-webd.8
  - !252 libmalcontent-ui: Update documentation to use gi-docgen
  - !254 docs: Add some reference links to screen time design document
  - !255 Update Chinese translation
  - !256 Update Slovenian translation
  - !257 libmalcontent-timer: Retry queries if the timer store is busy
  - !258 time-page: Prevent calling unref on a NULL pointer
  - !259 malcontent-webd-update: Disable timeout when updating filters
  - !260 malcontent-webd: Relax UMask in service file
  - !261 Update Czech translation
  - !262 po: Add missing file to POTFILES.in
  - !263 Update Chinese translation
  - !264 build: Use exposed interfaces directory
  - !265 libmalcontent-ui: Add missing gir include path
  - !266 Minor fixes for malcontent-control
  - !268 Replace sl.po with translation update.
  - !269 Russian translation updated
  - !270 Update Czech translation
  - !271 Update Chinese translation
  - !272 Updated RU against most recent pot
  - !273 Statically link libgsystemservice
  - !274 Various minor fixes and build system tests
  - !277 l10n: Replace sl.po (Slovenian)
  - !279 Update Swedish translation
  - !282 tests: Add unit tests for `MctExtensionAgentObject`
  - !286 libmalcontent: Port remaining doc comments to gi-docgen format
  - !289 malcontent-control: Fix a crash when quitting just after making changes
  - !291 po: Update Bulgarian translation

* Translation updates:
  - Bulgarian (twlvnn, twlvnn kraftwerk)
  - Chinese (China) (lumingzh)
  - Czech (AsciiWolf)
  - Georgian (NorwayFun)
  - Polish (Piotr Drąg)
  - Russian (Julia Dronova, Ser82-png)
  - Slovenian (filmsi, Martin Srebotnjak)
  - Swedish (Anders Jonsson)
  - Turkish (Sabri Ünal)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 26, 2026
- add missing dependencies
- fetch missing subprojects
- LIC_FILES_CHKSUM has changed but LICENSE is still LGPL-2.1

Overview of changes in malcontent 0.14.0
========================================

* Bugs fixed:
  - openembedded#89 After reworking user selector and navigation, removing currently viewed
    users isn't handled (Philip Withnall)
  - openembedded#101 Integrate NSS web filtering module in flatpak (Philip Withnall)
  - openembedded#122 Allow viewing screen time usage when using malcontent-control as a
    child user (Philip Withnall)
  - openembedded#129 Hide level bar if there’s no data available yet
  - openembedded#133 EstimatedTimesChanged signal is not emitted after a screen time
    extension request is granted (Philip Withnall)
  - !292 docs: Add diagram and some more notes to screen time design document
  - !293 malcontent-client: Improve some error messages for invalid command
    lines
  - !294 build: Post-release version bump
  - !295 po: Fix a few localisation problems
  - !296 Update Chinese translation
  - !297 docs: Add a diagram of web filtering IPC
  - !298 Update Czech translation
  - !299 updated ru.po
  - !300 Replace sl.po with translation update
  - !305 Update Czech translation
  - !306 Update Chinese translation
  - !307 Update Georgian translation
  - !309 Update Slovenian (sl) translation
  - !311 build: Use system libcdb library if available
  - !312 malcontent-webd-update/tests: Only install webd template if tests are
    installed
  - !314 nss/tests/nss-objdump: Also allow linker library
  - !315 Update Swedish translation
  - !316 build/ci: Minor cleanups related to docs
  - !317 Update Kazakh translation

* Translation updates:
  - Chinese (China) (lumingzh)
  - Czech (AsciiWolf)
  - Georgian (NorwayFun)
  - Kazakh (Baurzhan Muftakhidinov)
  - Russian (Ser82-png)
  - Slovenian (filmsi)
  - Swedish (Anders Jonsson)

Overview of changes in malcontent 0.14.alpha
============================================

* This is an unstable development release previewing some new features; a lot of
  things have changed around, so it’s expected that there may be some packaging
  issues; please file an issue on
  https://gitlab.freedesktop.org/pwithnall/malcontent/-/issues if so

* Add developer API documentation

* Refresh UI

* Add support for screen time limits

* Add backend for web filtering

* Bugs fixed:
  - openembedded#2 Build developer documentation (Philip Withnall)
  - openembedded#73 Updated sl.po translationn
  - openembedded#74 Add family API (Philip Withnall)
  - openembedded#75 Ensure MctSessionLimits can do daily time limit and bedtime schedule
    (Philip Withnall)
  - openembedded#76 Add org.freedesktop.MalcontentTimer1.Parent API for querying child
    computer usage (Philip Withnall)
  - openembedded#80 Refresh UI for unlock page
  - openembedded#81 Rework user selector
  - openembedded#83 Add screen time subpage with basic screen limits options
  - openembedded#84 Add screen time chart
  - openembedded#88 Implement NSS web filtering module and filter list daemon (Philip
    Withnall)
  - openembedded#91 Port documentation comments to gi-docgen format
  - openembedded#95 Build sysext image in CI for integration testing with gnome-shell
    (Philip Withnall)
  - openembedded#96 Selecting username from commandline fails (Ignacy Kuchciński)
  - openembedded#97 Add org.freedesktop.MalcontentTimer1.Child API for extending a child’s
    session time (Philip Withnall)
  - openembedded#98 After adding screen time subpage, the previous value of bedtime/screen
    limit are not preserved (Philip Withnall)
  - openembedded#100 Bump the app copyright date (Philip Withnall)
  - openembedded#102 Add tests for filter list parsing code in malcontent-webd (Philip
    Withnall)
  - openembedded#107 Follow-up from "Add screen time chart"
  - openembedded#109 Set a default daily screen time limit value
  - openembedded#110 Show logged-in child accounts in the parental controls application
  - openembedded#111 Screen time summary level bar overflows
  - openembedded#112 Fix assertion when closing the application (Philip Withnall)
  - openembedded#113 Investigate gtklevelbar breaking
  - openembedded#115 Improve documentation of the malcontent-client record-usage command
    (Philip Withnall)
  - openembedded#117 Emit EstimatedTimesChanged signal from malcontent-timerd if session
    limits settings change (Philip Withnall)
  - openembedded#118 Malcontent-timerd daemon error on GNOME OS child account login (Philip
    Withnall)
  - openembedded#119 Fix duration picker breaking in 12-hour clock mode
  - openembedded#120 Update Turkish translation
  - !189 build: Post-release version bump
  - !190 Bulgarian translation by kraftwerk
  - !191 malcontent-control: Port about dialog to AdwAboutDialog
  - !192 ci: Add various linting tests for shell and Python
  - !193 malcontent-client: Add support for setting a session limit policy
  - !194 Improve REUSE license/copyright tagging somewhat
  - !195 Update Georgian translation
  - !196 malcontent-timerd: Add initial implementation of timer daemon
  - !197 po: Add new malcontent-timerd files to POTFILES.in
  - !198 updated ru.po
  - !200 ui: Fix wrong a11y role in button
  - !202 nss: Add a new libnss_malcontent.so.2 NSS module for web filtering
  - !204 libmalcontent: Add web filtering settings storage and API
  - !205 malcontent-client: Add {get,set}-web-filter commands
  - !210 Add icons to libmalcontent-ui gresources
  - !211 docs: Add Code of Conduct
  - !213 Add missing mct_session_limits_equal() and mct_web_filter_equal()
    functions
  - !214 manager: Rework change notification from AccountsService and support
    notification for session limits and web filters
  - !215 Various minor type and terminology fixes
  - !216 user-selector: Factor out getuid() calls into a :current-user property
  - !217 Fix icons in dark theme
  - !218 tools: Add a sysext build tool
  - !219 malcontent-control: Add D-Bus service file
  - !220 malcontent-control: Change component type to "desktop-application"
  - !221 accounts-service: Make extension symlinks relative
  - !222 Handle external changes to users and settings
  - !224 Fix waiting asynchronously for user manager
  - !225 malcontent-webd: Add initial implementation of web filtering daemon
  - !226 Adjust malcontent-timer for shell integration
  - !227 po: Add missing files to POTFILES.in
  - !228 Replace sl.po; this is the updated translation (100%).
  - !229 nss: Add unit tests for NSS module
  - !230 Update of sl.po
  - !231 malcontent-timer: Remove an invalid attribute from a D-Bus XML file
  - !232 tests: Add test for the sandboxing of malcontent-webd.service and
    malcontent-timerd.service
  - !233 Update Czech translation
  - !235 Malcontent client improvements
  - !236 Update Polish translation 250828
  - openembedded#83 Add screen time subpage with basic screen limits options
  - openembedded#84 Add screen time chart
  - openembedded#88 Implement NSS web filtering module and filter list daemon (Philip
    Withnall)
  - openembedded#91 Port documentation comments to gi-docgen format
  - openembedded#95 Build sysext image in CI for integration testing with gnome-shell
    (Philip Withnall)
  - openembedded#96 Selecting username from commandline fails (Ignacy Kuchciński)
  - openembedded#97 Add org.freedesktop.MalcontentTimer1.Child API for extending a child’s
    session time (Philip Withnall)
  - openembedded#98 After adding screen time subpage, the previous value of bedtime/screen
    limit are not preserved (Philip Withnall)
  - openembedded#100 Bump the app copyright date (Philip Withnall)
  - openembedded#102 Add tests for filter list parsing code in malcontent-webd (Philip
    Withnall)
  - openembedded#107 Follow-up from "Add screen time chart"
  - openembedded#109 Set a default daily screen time limit value
  - openembedded#110 Show logged-in child accounts in the parental controls application
  - openembedded#111 Screen time summary level bar overflows
  - openembedded#112 Fix assertion when closing the application (Philip Withnall)
  - openembedded#113 Investigate gtklevelbar breaking
  - openembedded#115 Improve documentation of the malcontent-client record-usage command
    (Philip Withnall)
  - openembedded#117 Emit EstimatedTimesChanged signal from malcontent-timerd if session
    limits settings change (Philip Withnall)
  - openembedded#118 Malcontent-timerd daemon error on GNOME OS child account login (Philip
    Withnall)
  - openembedded#119 Fix duration picker breaking in 12-hour clock mode
  - openembedded#120 Update Turkish translation
  - !189 build: Post-release version bump
  - !190 Bulgarian translation by kraftwerk
  - !191 malcontent-control: Port about dialog to AdwAboutDialog
  - !192 ci: Add various linting tests for shell and Python
  - !193 malcontent-client: Add support for setting a session limit policy
  - !194 Improve REUSE license/copyright tagging somewhat
  - !195 Update Georgian translation
  - !196 malcontent-timerd: Add initial implementation of timer daemon
  - !197 po: Add new malcontent-timerd files to POTFILES.in
  - !198 updated ru.po
  - !200 ui: Fix wrong a11y role in button
  - !202 nss: Add a new libnss_malcontent.so.2 NSS module for web filtering
  - !204 libmalcontent: Add web filtering settings storage and API
  - !205 malcontent-client: Add {get,set}-web-filter commands
  - !210 Add icons to libmalcontent-ui gresources
  - !211 docs: Add Code of Conduct
  - !213 Add missing mct_session_limits_equal() and mct_web_filter_equal()
    functions
  - !214 manager: Rework change notification from AccountsService and support
    notification for session limits and web filters
  - !215 Various minor type and terminology fixes
  - !216 user-selector: Factor out getuid() calls into a :current-user property
  - !217 Fix icons in dark theme
  - !218 tools: Add a sysext build tool
  - !219 malcontent-control: Add D-Bus service file
  - !220 malcontent-control: Change component type to "desktop-application"
  - !221 accounts-service: Make extension symlinks relative
  - !222 Handle external changes to users and settings
  - !224 Fix waiting asynchronously for user manager
  - !225 malcontent-webd: Add initial implementation of web filtering daemon
  - !226 Adjust malcontent-timer for shell integration
  - !227 po: Add missing files to POTFILES.in
  - !228 Replace sl.po; this is the updated translation (100%).
  - !229 nss: Add unit tests for NSS module
  - !230 Update of sl.po
  - !231 malcontent-timer: Remove an invalid attribute from a D-Bus XML file
  - !232 tests: Add test for the sandboxing of malcontent-webd.service and
    malcontent-timerd.service
  - !233 Update Czech translation
  - !235 Malcontent client improvements
  - !236 Update Polish translation 250828
  - !237 docs: Add web filtering design document
  - !238 docs: Add a document about system integration (packaging)
  - !240 Update Czech translation
  - !241 malcontent-client: Fix --help output for set-web-filter subcommand
  - !242 Calculate next session times in malcontent-timer
  - !243 Update Czech translation
  - !245 po: Add false positves to POTFILES.skip
  - !246 Update Polish translation 250907
  - !247 manager: Handle UnknownInterface error from AccountsService
  - !249 Minor malcontent-webd fixes
  - !251 docs: Mention the update-error file in malcontent-webd.8
  - !252 libmalcontent-ui: Update documentation to use gi-docgen
  - !254 docs: Add some reference links to screen time design document
  - !255 Update Chinese translation
  - !256 Update Slovenian translation
  - !257 libmalcontent-timer: Retry queries if the timer store is busy
  - !258 time-page: Prevent calling unref on a NULL pointer
  - !259 malcontent-webd-update: Disable timeout when updating filters
  - !260 malcontent-webd: Relax UMask in service file
  - !261 Update Czech translation
  - !262 po: Add missing file to POTFILES.in
  - !263 Update Chinese translation
  - !264 build: Use exposed interfaces directory
  - !265 libmalcontent-ui: Add missing gir include path
  - !266 Minor fixes for malcontent-control
  - !268 Replace sl.po with translation update.
  - !269 Russian translation updated
  - !270 Update Czech translation
  - !271 Update Chinese translation
  - !272 Updated RU against most recent pot
  - !273 Statically link libgsystemservice
  - !274 Various minor fixes and build system tests
  - !277 l10n: Replace sl.po (Slovenian)
  - !279 Update Swedish translation
  - !282 tests: Add unit tests for `MctExtensionAgentObject`
  - !286 libmalcontent: Port remaining doc comments to gi-docgen format
  - !289 malcontent-control: Fix a crash when quitting just after making changes
  - !291 po: Update Bulgarian translation

* Translation updates:
  - Bulgarian (twlvnn, twlvnn kraftwerk)
  - Chinese (China) (lumingzh)
  - Czech (AsciiWolf)
  - Georgian (NorwayFun)
  - Polish (Piotr Drąg)
  - Russian (Julia Dronova, Ser82-png)
  - Slovenian (filmsi, Martin Srebotnjak)
  - Swedish (Anders Jonsson)
  - Turkish (Sabri Ünal)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 26, 2026
- add missing dependencies
- fetch missing subprojects
- LIC_FILES_CHKSUM has changed but LICENSE is still LGPL-2.1
- The malcontent-timer-ext-agent, malcontent-timerd, and malcontent-webd services
  are configured to run under their own user accounts. Create the users so that
  the services can run.

Overview of changes in malcontent 0.14.0
========================================

* Bugs fixed:
  - openembedded#89 After reworking user selector and navigation, removing currently viewed
    users isn't handled (Philip Withnall)
  - openembedded#101 Integrate NSS web filtering module in flatpak (Philip Withnall)
  - openembedded#122 Allow viewing screen time usage when using malcontent-control as a
    child user (Philip Withnall)
  - openembedded#129 Hide level bar if there’s no data available yet
  - openembedded#133 EstimatedTimesChanged signal is not emitted after a screen time
    extension request is granted (Philip Withnall)
  - !292 docs: Add diagram and some more notes to screen time design document
  - !293 malcontent-client: Improve some error messages for invalid command
    lines
  - !294 build: Post-release version bump
  - !295 po: Fix a few localisation problems
  - !296 Update Chinese translation
  - !297 docs: Add a diagram of web filtering IPC
  - !298 Update Czech translation
  - !299 updated ru.po
  - !300 Replace sl.po with translation update
  - !305 Update Czech translation
  - !306 Update Chinese translation
  - !307 Update Georgian translation
  - !309 Update Slovenian (sl) translation
  - !311 build: Use system libcdb library if available
  - !312 malcontent-webd-update/tests: Only install webd template if tests are
    installed
  - !314 nss/tests/nss-objdump: Also allow linker library
  - !315 Update Swedish translation
  - !316 build/ci: Minor cleanups related to docs
  - !317 Update Kazakh translation

* Translation updates:
  - Chinese (China) (lumingzh)
  - Czech (AsciiWolf)
  - Georgian (NorwayFun)
  - Kazakh (Baurzhan Muftakhidinov)
  - Russian (Ser82-png)
  - Slovenian (filmsi)
  - Swedish (Anders Jonsson)

Overview of changes in malcontent 0.14.alpha
============================================

* This is an unstable development release previewing some new features; a lot of
  things have changed around, so it’s expected that there may be some packaging
  issues; please file an issue on
  https://gitlab.freedesktop.org/pwithnall/malcontent/-/issues if so

* Add developer API documentation

* Refresh UI

* Add support for screen time limits

* Add backend for web filtering

* Bugs fixed:
  - openembedded#2 Build developer documentation (Philip Withnall)
  - openembedded#73 Updated sl.po translationn
  - openembedded#74 Add family API (Philip Withnall)
  - openembedded#75 Ensure MctSessionLimits can do daily time limit and bedtime schedule
    (Philip Withnall)
  - openembedded#76 Add org.freedesktop.MalcontentTimer1.Parent API for querying child
    computer usage (Philip Withnall)
  - openembedded#80 Refresh UI for unlock page
  - openembedded#81 Rework user selector
  - openembedded#83 Add screen time subpage with basic screen limits options
  - openembedded#84 Add screen time chart
  - openembedded#88 Implement NSS web filtering module and filter list daemon (Philip
    Withnall)
  - openembedded#91 Port documentation comments to gi-docgen format
  - openembedded#95 Build sysext image in CI for integration testing with gnome-shell
    (Philip Withnall)
  - openembedded#96 Selecting username from commandline fails (Ignacy Kuchciński)
  - openembedded#97 Add org.freedesktop.MalcontentTimer1.Child API for extending a child’s
    session time (Philip Withnall)
  - openembedded#98 After adding screen time subpage, the previous value of bedtime/screen
    limit are not preserved (Philip Withnall)
  - openembedded#100 Bump the app copyright date (Philip Withnall)
  - openembedded#102 Add tests for filter list parsing code in malcontent-webd (Philip
    Withnall)
  - openembedded#107 Follow-up from "Add screen time chart"
  - openembedded#109 Set a default daily screen time limit value
  - openembedded#110 Show logged-in child accounts in the parental controls application
  - openembedded#111 Screen time summary level bar overflows
  - openembedded#112 Fix assertion when closing the application (Philip Withnall)
  - openembedded#113 Investigate gtklevelbar breaking
  - openembedded#115 Improve documentation of the malcontent-client record-usage command
    (Philip Withnall)
  - openembedded#117 Emit EstimatedTimesChanged signal from malcontent-timerd if session
    limits settings change (Philip Withnall)
  - openembedded#118 Malcontent-timerd daemon error on GNOME OS child account login (Philip
    Withnall)
  - openembedded#119 Fix duration picker breaking in 12-hour clock mode
  - openembedded#120 Update Turkish translation
  - !189 build: Post-release version bump
  - !190 Bulgarian translation by kraftwerk
  - !191 malcontent-control: Port about dialog to AdwAboutDialog
  - !192 ci: Add various linting tests for shell and Python
  - !193 malcontent-client: Add support for setting a session limit policy
  - !194 Improve REUSE license/copyright tagging somewhat
  - !195 Update Georgian translation
  - !196 malcontent-timerd: Add initial implementation of timer daemon
  - !197 po: Add new malcontent-timerd files to POTFILES.in
  - !198 updated ru.po
  - !200 ui: Fix wrong a11y role in button
  - !202 nss: Add a new libnss_malcontent.so.2 NSS module for web filtering
  - !204 libmalcontent: Add web filtering settings storage and API
  - !205 malcontent-client: Add {get,set}-web-filter commands
  - !210 Add icons to libmalcontent-ui gresources
  - !211 docs: Add Code of Conduct
  - !213 Add missing mct_session_limits_equal() and mct_web_filter_equal()
    functions
  - !214 manager: Rework change notification from AccountsService and support
    notification for session limits and web filters
  - !215 Various minor type and terminology fixes
  - !216 user-selector: Factor out getuid() calls into a :current-user property
  - !217 Fix icons in dark theme
  - !218 tools: Add a sysext build tool
  - !219 malcontent-control: Add D-Bus service file
  - !220 malcontent-control: Change component type to "desktop-application"
  - !221 accounts-service: Make extension symlinks relative
  - !222 Handle external changes to users and settings
  - !224 Fix waiting asynchronously for user manager
  - !225 malcontent-webd: Add initial implementation of web filtering daemon
  - !226 Adjust malcontent-timer for shell integration
  - !227 po: Add missing files to POTFILES.in
  - !228 Replace sl.po; this is the updated translation (100%).
  - !229 nss: Add unit tests for NSS module
  - !230 Update of sl.po
  - !231 malcontent-timer: Remove an invalid attribute from a D-Bus XML file
  - !232 tests: Add test for the sandboxing of malcontent-webd.service and
    malcontent-timerd.service
  - !233 Update Czech translation
  - !235 Malcontent client improvements
  - !236 Update Polish translation 250828
  - openembedded#83 Add screen time subpage with basic screen limits options
  - openembedded#84 Add screen time chart
  - openembedded#88 Implement NSS web filtering module and filter list daemon (Philip
    Withnall)
  - openembedded#91 Port documentation comments to gi-docgen format
  - openembedded#95 Build sysext image in CI for integration testing with gnome-shell
    (Philip Withnall)
  - openembedded#96 Selecting username from commandline fails (Ignacy Kuchciński)
  - openembedded#97 Add org.freedesktop.MalcontentTimer1.Child API for extending a child’s
    session time (Philip Withnall)
  - openembedded#98 After adding screen time subpage, the previous value of bedtime/screen
    limit are not preserved (Philip Withnall)
  - openembedded#100 Bump the app copyright date (Philip Withnall)
  - openembedded#102 Add tests for filter list parsing code in malcontent-webd (Philip
    Withnall)
  - openembedded#107 Follow-up from "Add screen time chart"
  - openembedded#109 Set a default daily screen time limit value
  - openembedded#110 Show logged-in child accounts in the parental controls application
  - openembedded#111 Screen time summary level bar overflows
  - openembedded#112 Fix assertion when closing the application (Philip Withnall)
  - openembedded#113 Investigate gtklevelbar breaking
  - openembedded#115 Improve documentation of the malcontent-client record-usage command
    (Philip Withnall)
  - openembedded#117 Emit EstimatedTimesChanged signal from malcontent-timerd if session
    limits settings change (Philip Withnall)
  - openembedded#118 Malcontent-timerd daemon error on GNOME OS child account login (Philip
    Withnall)
  - openembedded#119 Fix duration picker breaking in 12-hour clock mode
  - openembedded#120 Update Turkish translation
  - !189 build: Post-release version bump
  - !190 Bulgarian translation by kraftwerk
  - !191 malcontent-control: Port about dialog to AdwAboutDialog
  - !192 ci: Add various linting tests for shell and Python
  - !193 malcontent-client: Add support for setting a session limit policy
  - !194 Improve REUSE license/copyright tagging somewhat
  - !195 Update Georgian translation
  - !196 malcontent-timerd: Add initial implementation of timer daemon
  - !197 po: Add new malcontent-timerd files to POTFILES.in
  - !198 updated ru.po
  - !200 ui: Fix wrong a11y role in button
  - !202 nss: Add a new libnss_malcontent.so.2 NSS module for web filtering
  - !204 libmalcontent: Add web filtering settings storage and API
  - !205 malcontent-client: Add {get,set}-web-filter commands
  - !210 Add icons to libmalcontent-ui gresources
  - !211 docs: Add Code of Conduct
  - !213 Add missing mct_session_limits_equal() and mct_web_filter_equal()
    functions
  - !214 manager: Rework change notification from AccountsService and support
    notification for session limits and web filters
  - !215 Various minor type and terminology fixes
  - !216 user-selector: Factor out getuid() calls into a :current-user property
  - !217 Fix icons in dark theme
  - !218 tools: Add a sysext build tool
  - !219 malcontent-control: Add D-Bus service file
  - !220 malcontent-control: Change component type to "desktop-application"
  - !221 accounts-service: Make extension symlinks relative
  - !222 Handle external changes to users and settings
  - !224 Fix waiting asynchronously for user manager
  - !225 malcontent-webd: Add initial implementation of web filtering daemon
  - !226 Adjust malcontent-timer for shell integration
  - !227 po: Add missing files to POTFILES.in
  - !228 Replace sl.po; this is the updated translation (100%).
  - !229 nss: Add unit tests for NSS module
  - !230 Update of sl.po
  - !231 malcontent-timer: Remove an invalid attribute from a D-Bus XML file
  - !232 tests: Add test for the sandboxing of malcontent-webd.service and
    malcontent-timerd.service
  - !233 Update Czech translation
  - !235 Malcontent client improvements
  - !236 Update Polish translation 250828
  - !237 docs: Add web filtering design document
  - !238 docs: Add a document about system integration (packaging)
  - !240 Update Czech translation
  - !241 malcontent-client: Fix --help output for set-web-filter subcommand
  - !242 Calculate next session times in malcontent-timer
  - !243 Update Czech translation
  - !245 po: Add false positves to POTFILES.skip
  - !246 Update Polish translation 250907
  - !247 manager: Handle UnknownInterface error from AccountsService
  - !249 Minor malcontent-webd fixes
  - !251 docs: Mention the update-error file in malcontent-webd.8
  - !252 libmalcontent-ui: Update documentation to use gi-docgen
  - !254 docs: Add some reference links to screen time design document
  - !255 Update Chinese translation
  - !256 Update Slovenian translation
  - !257 libmalcontent-timer: Retry queries if the timer store is busy
  - !258 time-page: Prevent calling unref on a NULL pointer
  - !259 malcontent-webd-update: Disable timeout when updating filters
  - !260 malcontent-webd: Relax UMask in service file
  - !261 Update Czech translation
  - !262 po: Add missing file to POTFILES.in
  - !263 Update Chinese translation
  - !264 build: Use exposed interfaces directory
  - !265 libmalcontent-ui: Add missing gir include path
  - !266 Minor fixes for malcontent-control
  - !268 Replace sl.po with translation update.
  - !269 Russian translation updated
  - !270 Update Czech translation
  - !271 Update Chinese translation
  - !272 Updated RU against most recent pot
  - !273 Statically link libgsystemservice
  - !274 Various minor fixes and build system tests
  - !277 l10n: Replace sl.po (Slovenian)
  - !279 Update Swedish translation
  - !282 tests: Add unit tests for `MctExtensionAgentObject`
  - !286 libmalcontent: Port remaining doc comments to gi-docgen format
  - !289 malcontent-control: Fix a crash when quitting just after making changes
  - !291 po: Update Bulgarian translation

* Translation updates:
  - Bulgarian (twlvnn, twlvnn kraftwerk)
  - Chinese (China) (lumingzh)
  - Czech (AsciiWolf)
  - Georgian (NorwayFun)
  - Polish (Piotr Drąg)
  - Russian (Julia Dronova, Ser82-png)
  - Slovenian (filmsi, Martin Srebotnjak)
  - Swedish (Anders Jonsson)
  - Turkish (Sabri Ünal)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 27, 2026
- add missing dependencies
- fetch missing subprojects
- LIC_FILES_CHKSUM has changed but LICENSE is still LGPL-2.1
- The malcontent-timer-ext-agent, malcontent-timerd, and malcontent-webd services
  are configured to run under their own user accounts. Create the users so that
  the services can run.

Overview of changes in malcontent 0.14.0
========================================

* Bugs fixed:
  - openembedded#89 After reworking user selector and navigation, removing currently viewed
    users isn't handled (Philip Withnall)
  - openembedded#101 Integrate NSS web filtering module in flatpak (Philip Withnall)
  - openembedded#122 Allow viewing screen time usage when using malcontent-control as a
    child user (Philip Withnall)
  - openembedded#129 Hide level bar if there’s no data available yet
  - openembedded#133 EstimatedTimesChanged signal is not emitted after a screen time
    extension request is granted (Philip Withnall)
  - !292 docs: Add diagram and some more notes to screen time design document
  - !293 malcontent-client: Improve some error messages for invalid command
    lines
  - !294 build: Post-release version bump
  - !295 po: Fix a few localisation problems
  - !296 Update Chinese translation
  - !297 docs: Add a diagram of web filtering IPC
  - !298 Update Czech translation
  - !299 updated ru.po
  - !300 Replace sl.po with translation update
  - !305 Update Czech translation
  - !306 Update Chinese translation
  - !307 Update Georgian translation
  - !309 Update Slovenian (sl) translation
  - !311 build: Use system libcdb library if available
  - !312 malcontent-webd-update/tests: Only install webd template if tests are
    installed
  - !314 nss/tests/nss-objdump: Also allow linker library
  - !315 Update Swedish translation
  - !316 build/ci: Minor cleanups related to docs
  - !317 Update Kazakh translation

* Translation updates:
  - Chinese (China) (lumingzh)
  - Czech (AsciiWolf)
  - Georgian (NorwayFun)
  - Kazakh (Baurzhan Muftakhidinov)
  - Russian (Ser82-png)
  - Slovenian (filmsi)
  - Swedish (Anders Jonsson)

Overview of changes in malcontent 0.14.alpha
============================================

* This is an unstable development release previewing some new features; a lot of
  things have changed around, so it’s expected that there may be some packaging
  issues; please file an issue on
  https://gitlab.freedesktop.org/pwithnall/malcontent/-/issues if so

* Add developer API documentation

* Refresh UI

* Add support for screen time limits

* Add backend for web filtering

* Bugs fixed:
  - openembedded#2 Build developer documentation (Philip Withnall)
  - openembedded#73 Updated sl.po translationn
  - openembedded#74 Add family API (Philip Withnall)
  - openembedded#75 Ensure MctSessionLimits can do daily time limit and bedtime schedule
    (Philip Withnall)
  - openembedded#76 Add org.freedesktop.MalcontentTimer1.Parent API for querying child
    computer usage (Philip Withnall)
  - openembedded#80 Refresh UI for unlock page
  - openembedded#81 Rework user selector
  - openembedded#83 Add screen time subpage with basic screen limits options
  - openembedded#84 Add screen time chart
  - openembedded#88 Implement NSS web filtering module and filter list daemon (Philip
    Withnall)
  - openembedded#91 Port documentation comments to gi-docgen format
  - openembedded#95 Build sysext image in CI for integration testing with gnome-shell
    (Philip Withnall)
  - openembedded#96 Selecting username from commandline fails (Ignacy Kuchciński)
  - openembedded#97 Add org.freedesktop.MalcontentTimer1.Child API for extending a child’s
    session time (Philip Withnall)
  - openembedded#98 After adding screen time subpage, the previous value of bedtime/screen
    limit are not preserved (Philip Withnall)
  - openembedded#100 Bump the app copyright date (Philip Withnall)
  - openembedded#102 Add tests for filter list parsing code in malcontent-webd (Philip
    Withnall)
  - openembedded#107 Follow-up from "Add screen time chart"
  - openembedded#109 Set a default daily screen time limit value
  - openembedded#110 Show logged-in child accounts in the parental controls application
  - openembedded#111 Screen time summary level bar overflows
  - openembedded#112 Fix assertion when closing the application (Philip Withnall)
  - openembedded#113 Investigate gtklevelbar breaking
  - openembedded#115 Improve documentation of the malcontent-client record-usage command
    (Philip Withnall)
  - openembedded#117 Emit EstimatedTimesChanged signal from malcontent-timerd if session
    limits settings change (Philip Withnall)
  - openembedded#118 Malcontent-timerd daemon error on GNOME OS child account login (Philip
    Withnall)
  - openembedded#119 Fix duration picker breaking in 12-hour clock mode
  - openembedded#120 Update Turkish translation
  - !189 build: Post-release version bump
  - !190 Bulgarian translation by kraftwerk
  - !191 malcontent-control: Port about dialog to AdwAboutDialog
  - !192 ci: Add various linting tests for shell and Python
  - !193 malcontent-client: Add support for setting a session limit policy
  - !194 Improve REUSE license/copyright tagging somewhat
  - !195 Update Georgian translation
  - !196 malcontent-timerd: Add initial implementation of timer daemon
  - !197 po: Add new malcontent-timerd files to POTFILES.in
  - !198 updated ru.po
  - !200 ui: Fix wrong a11y role in button
  - !202 nss: Add a new libnss_malcontent.so.2 NSS module for web filtering
  - !204 libmalcontent: Add web filtering settings storage and API
  - !205 malcontent-client: Add {get,set}-web-filter commands
  - !210 Add icons to libmalcontent-ui gresources
  - !211 docs: Add Code of Conduct
  - !213 Add missing mct_session_limits_equal() and mct_web_filter_equal()
    functions
  - !214 manager: Rework change notification from AccountsService and support
    notification for session limits and web filters
  - !215 Various minor type and terminology fixes
  - !216 user-selector: Factor out getuid() calls into a :current-user property
  - !217 Fix icons in dark theme
  - !218 tools: Add a sysext build tool
  - !219 malcontent-control: Add D-Bus service file
  - !220 malcontent-control: Change component type to "desktop-application"
  - !221 accounts-service: Make extension symlinks relative
  - !222 Handle external changes to users and settings
  - !224 Fix waiting asynchronously for user manager
  - !225 malcontent-webd: Add initial implementation of web filtering daemon
  - !226 Adjust malcontent-timer for shell integration
  - !227 po: Add missing files to POTFILES.in
  - !228 Replace sl.po; this is the updated translation (100%).
  - !229 nss: Add unit tests for NSS module
  - !230 Update of sl.po
  - !231 malcontent-timer: Remove an invalid attribute from a D-Bus XML file
  - !232 tests: Add test for the sandboxing of malcontent-webd.service and
    malcontent-timerd.service
  - !233 Update Czech translation
  - !235 Malcontent client improvements
  - !236 Update Polish translation 250828
  - openembedded#83 Add screen time subpage with basic screen limits options
  - openembedded#84 Add screen time chart
  - openembedded#88 Implement NSS web filtering module and filter list daemon (Philip
    Withnall)
  - openembedded#91 Port documentation comments to gi-docgen format
  - openembedded#95 Build sysext image in CI for integration testing with gnome-shell
    (Philip Withnall)
  - openembedded#96 Selecting username from commandline fails (Ignacy Kuchciński)
  - openembedded#97 Add org.freedesktop.MalcontentTimer1.Child API for extending a child’s
    session time (Philip Withnall)
  - openembedded#98 After adding screen time subpage, the previous value of bedtime/screen
    limit are not preserved (Philip Withnall)
  - openembedded#100 Bump the app copyright date (Philip Withnall)
  - openembedded#102 Add tests for filter list parsing code in malcontent-webd (Philip
    Withnall)
  - openembedded#107 Follow-up from "Add screen time chart"
  - openembedded#109 Set a default daily screen time limit value
  - openembedded#110 Show logged-in child accounts in the parental controls application
  - openembedded#111 Screen time summary level bar overflows
  - openembedded#112 Fix assertion when closing the application (Philip Withnall)
  - openembedded#113 Investigate gtklevelbar breaking
  - openembedded#115 Improve documentation of the malcontent-client record-usage command
    (Philip Withnall)
  - openembedded#117 Emit EstimatedTimesChanged signal from malcontent-timerd if session
    limits settings change (Philip Withnall)
  - openembedded#118 Malcontent-timerd daemon error on GNOME OS child account login (Philip
    Withnall)
  - openembedded#119 Fix duration picker breaking in 12-hour clock mode
  - openembedded#120 Update Turkish translation
  - !189 build: Post-release version bump
  - !190 Bulgarian translation by kraftwerk
  - !191 malcontent-control: Port about dialog to AdwAboutDialog
  - !192 ci: Add various linting tests for shell and Python
  - !193 malcontent-client: Add support for setting a session limit policy
  - !194 Improve REUSE license/copyright tagging somewhat
  - !195 Update Georgian translation
  - !196 malcontent-timerd: Add initial implementation of timer daemon
  - !197 po: Add new malcontent-timerd files to POTFILES.in
  - !198 updated ru.po
  - !200 ui: Fix wrong a11y role in button
  - !202 nss: Add a new libnss_malcontent.so.2 NSS module for web filtering
  - !204 libmalcontent: Add web filtering settings storage and API
  - !205 malcontent-client: Add {get,set}-web-filter commands
  - !210 Add icons to libmalcontent-ui gresources
  - !211 docs: Add Code of Conduct
  - !213 Add missing mct_session_limits_equal() and mct_web_filter_equal()
    functions
  - !214 manager: Rework change notification from AccountsService and support
    notification for session limits and web filters
  - !215 Various minor type and terminology fixes
  - !216 user-selector: Factor out getuid() calls into a :current-user property
  - !217 Fix icons in dark theme
  - !218 tools: Add a sysext build tool
  - !219 malcontent-control: Add D-Bus service file
  - !220 malcontent-control: Change component type to "desktop-application"
  - !221 accounts-service: Make extension symlinks relative
  - !222 Handle external changes to users and settings
  - !224 Fix waiting asynchronously for user manager
  - !225 malcontent-webd: Add initial implementation of web filtering daemon
  - !226 Adjust malcontent-timer for shell integration
  - !227 po: Add missing files to POTFILES.in
  - !228 Replace sl.po; this is the updated translation (100%).
  - !229 nss: Add unit tests for NSS module
  - !230 Update of sl.po
  - !231 malcontent-timer: Remove an invalid attribute from a D-Bus XML file
  - !232 tests: Add test for the sandboxing of malcontent-webd.service and
    malcontent-timerd.service
  - !233 Update Czech translation
  - !235 Malcontent client improvements
  - !236 Update Polish translation 250828
  - !237 docs: Add web filtering design document
  - !238 docs: Add a document about system integration (packaging)
  - !240 Update Czech translation
  - !241 malcontent-client: Fix --help output for set-web-filter subcommand
  - !242 Calculate next session times in malcontent-timer
  - !243 Update Czech translation
  - !245 po: Add false positves to POTFILES.skip
  - !246 Update Polish translation 250907
  - !247 manager: Handle UnknownInterface error from AccountsService
  - !249 Minor malcontent-webd fixes
  - !251 docs: Mention the update-error file in malcontent-webd.8
  - !252 libmalcontent-ui: Update documentation to use gi-docgen
  - !254 docs: Add some reference links to screen time design document
  - !255 Update Chinese translation
  - !256 Update Slovenian translation
  - !257 libmalcontent-timer: Retry queries if the timer store is busy
  - !258 time-page: Prevent calling unref on a NULL pointer
  - !259 malcontent-webd-update: Disable timeout when updating filters
  - !260 malcontent-webd: Relax UMask in service file
  - !261 Update Czech translation
  - !262 po: Add missing file to POTFILES.in
  - !263 Update Chinese translation
  - !264 build: Use exposed interfaces directory
  - !265 libmalcontent-ui: Add missing gir include path
  - !266 Minor fixes for malcontent-control
  - !268 Replace sl.po with translation update.
  - !269 Russian translation updated
  - !270 Update Czech translation
  - !271 Update Chinese translation
  - !272 Updated RU against most recent pot
  - !273 Statically link libgsystemservice
  - !274 Various minor fixes and build system tests
  - !277 l10n: Replace sl.po (Slovenian)
  - !279 Update Swedish translation
  - !282 tests: Add unit tests for `MctExtensionAgentObject`
  - !286 libmalcontent: Port remaining doc comments to gi-docgen format
  - !289 malcontent-control: Fix a crash when quitting just after making changes
  - !291 po: Update Bulgarian translation

* Translation updates:
  - Bulgarian (twlvnn, twlvnn kraftwerk)
  - Chinese (China) (lumingzh)
  - Czech (AsciiWolf)
  - Georgian (NorwayFun)
  - Polish (Piotr Drąg)
  - Russian (Julia Dronova, Ser82-png)
  - Slovenian (filmsi, Martin Srebotnjak)
  - Swedish (Anders Jonsson)
  - Turkish (Sabri Ünal)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 27, 2026
- add missing dependencies
- fetch missing subprojects
- LIC_FILES_CHKSUM has changed but LICENSE is still LGPL-2.1
- The malcontent-timer-ext-agent, malcontent-timerd, and malcontent-webd services
  are configured to run under their own user accounts. Create the users so that
  the services can run.

Overview of changes in malcontent 0.14.0
========================================

* Bugs fixed:
  - openembedded#89 After reworking user selector and navigation, removing currently viewed
    users isn't handled (Philip Withnall)
  - openembedded#101 Integrate NSS web filtering module in flatpak (Philip Withnall)
  - openembedded#122 Allow viewing screen time usage when using malcontent-control as a
    child user (Philip Withnall)
  - openembedded#129 Hide level bar if there’s no data available yet
  - openembedded#133 EstimatedTimesChanged signal is not emitted after a screen time
    extension request is granted (Philip Withnall)
  - !292 docs: Add diagram and some more notes to screen time design document
  - !293 malcontent-client: Improve some error messages for invalid command
    lines
  - !294 build: Post-release version bump
  - !295 po: Fix a few localisation problems
  - !296 Update Chinese translation
  - !297 docs: Add a diagram of web filtering IPC
  - !298 Update Czech translation
  - !299 updated ru.po
  - !300 Replace sl.po with translation update
  - !305 Update Czech translation
  - !306 Update Chinese translation
  - !307 Update Georgian translation
  - !309 Update Slovenian (sl) translation
  - !311 build: Use system libcdb library if available
  - !312 malcontent-webd-update/tests: Only install webd template if tests are
    installed
  - !314 nss/tests/nss-objdump: Also allow linker library
  - !315 Update Swedish translation
  - !316 build/ci: Minor cleanups related to docs
  - !317 Update Kazakh translation

* Translation updates:
  - Chinese (China) (lumingzh)
  - Czech (AsciiWolf)
  - Georgian (NorwayFun)
  - Kazakh (Baurzhan Muftakhidinov)
  - Russian (Ser82-png)
  - Slovenian (filmsi)
  - Swedish (Anders Jonsson)

Overview of changes in malcontent 0.14.alpha
============================================

* This is an unstable development release previewing some new features; a lot of
  things have changed around, so it’s expected that there may be some packaging
  issues; please file an issue on
  https://gitlab.freedesktop.org/pwithnall/malcontent/-/issues if so

* Add developer API documentation

* Refresh UI

* Add support for screen time limits

* Add backend for web filtering

* Bugs fixed:
  - openembedded#2 Build developer documentation (Philip Withnall)
  - openembedded#73 Updated sl.po translationn
  - openembedded#74 Add family API (Philip Withnall)
  - openembedded#75 Ensure MctSessionLimits can do daily time limit and bedtime schedule
    (Philip Withnall)
  - openembedded#76 Add org.freedesktop.MalcontentTimer1.Parent API for querying child
    computer usage (Philip Withnall)
  - openembedded#80 Refresh UI for unlock page
  - openembedded#81 Rework user selector
  - openembedded#83 Add screen time subpage with basic screen limits options
  - openembedded#84 Add screen time chart
  - openembedded#88 Implement NSS web filtering module and filter list daemon (Philip
    Withnall)
  - openembedded#91 Port documentation comments to gi-docgen format
  - openembedded#95 Build sysext image in CI for integration testing with gnome-shell
    (Philip Withnall)
  - openembedded#96 Selecting username from commandline fails (Ignacy Kuchciński)
  - openembedded#97 Add org.freedesktop.MalcontentTimer1.Child API for extending a child’s
    session time (Philip Withnall)
  - openembedded#98 After adding screen time subpage, the previous value of bedtime/screen
    limit are not preserved (Philip Withnall)
  - openembedded#100 Bump the app copyright date (Philip Withnall)
  - openembedded#102 Add tests for filter list parsing code in malcontent-webd (Philip
    Withnall)
  - openembedded#107 Follow-up from "Add screen time chart"
  - openembedded#109 Set a default daily screen time limit value
  - openembedded#110 Show logged-in child accounts in the parental controls application
  - openembedded#111 Screen time summary level bar overflows
  - openembedded#112 Fix assertion when closing the application (Philip Withnall)
  - openembedded#113 Investigate gtklevelbar breaking
  - openembedded#115 Improve documentation of the malcontent-client record-usage command
    (Philip Withnall)
  - openembedded#117 Emit EstimatedTimesChanged signal from malcontent-timerd if session
    limits settings change (Philip Withnall)
  - openembedded#118 Malcontent-timerd daemon error on GNOME OS child account login (Philip
    Withnall)
  - openembedded#119 Fix duration picker breaking in 12-hour clock mode
  - openembedded#120 Update Turkish translation
  - !189 build: Post-release version bump
  - !190 Bulgarian translation by kraftwerk
  - !191 malcontent-control: Port about dialog to AdwAboutDialog
  - !192 ci: Add various linting tests for shell and Python
  - !193 malcontent-client: Add support for setting a session limit policy
  - !194 Improve REUSE license/copyright tagging somewhat
  - !195 Update Georgian translation
  - !196 malcontent-timerd: Add initial implementation of timer daemon
  - !197 po: Add new malcontent-timerd files to POTFILES.in
  - !198 updated ru.po
  - !200 ui: Fix wrong a11y role in button
  - !202 nss: Add a new libnss_malcontent.so.2 NSS module for web filtering
  - !204 libmalcontent: Add web filtering settings storage and API
  - !205 malcontent-client: Add {get,set}-web-filter commands
  - !210 Add icons to libmalcontent-ui gresources
  - !211 docs: Add Code of Conduct
  - !213 Add missing mct_session_limits_equal() and mct_web_filter_equal()
    functions
  - !214 manager: Rework change notification from AccountsService and support
    notification for session limits and web filters
  - !215 Various minor type and terminology fixes
  - !216 user-selector: Factor out getuid() calls into a :current-user property
  - !217 Fix icons in dark theme
  - !218 tools: Add a sysext build tool
  - !219 malcontent-control: Add D-Bus service file
  - !220 malcontent-control: Change component type to "desktop-application"
  - !221 accounts-service: Make extension symlinks relative
  - !222 Handle external changes to users and settings
  - !224 Fix waiting asynchronously for user manager
  - !225 malcontent-webd: Add initial implementation of web filtering daemon
  - !226 Adjust malcontent-timer for shell integration
  - !227 po: Add missing files to POTFILES.in
  - !228 Replace sl.po; this is the updated translation (100%).
  - !229 nss: Add unit tests for NSS module
  - !230 Update of sl.po
  - !231 malcontent-timer: Remove an invalid attribute from a D-Bus XML file
  - !232 tests: Add test for the sandboxing of malcontent-webd.service and
    malcontent-timerd.service
  - !233 Update Czech translation
  - !235 Malcontent client improvements
  - !236 Update Polish translation 250828
  - openembedded#83 Add screen time subpage with basic screen limits options
  - openembedded#84 Add screen time chart
  - openembedded#88 Implement NSS web filtering module and filter list daemon (Philip
    Withnall)
  - openembedded#91 Port documentation comments to gi-docgen format
  - openembedded#95 Build sysext image in CI for integration testing with gnome-shell
    (Philip Withnall)
  - openembedded#96 Selecting username from commandline fails (Ignacy Kuchciński)
  - openembedded#97 Add org.freedesktop.MalcontentTimer1.Child API for extending a child’s
    session time (Philip Withnall)
  - openembedded#98 After adding screen time subpage, the previous value of bedtime/screen
    limit are not preserved (Philip Withnall)
  - openembedded#100 Bump the app copyright date (Philip Withnall)
  - openembedded#102 Add tests for filter list parsing code in malcontent-webd (Philip
    Withnall)
  - openembedded#107 Follow-up from "Add screen time chart"
  - openembedded#109 Set a default daily screen time limit value
  - openembedded#110 Show logged-in child accounts in the parental controls application
  - openembedded#111 Screen time summary level bar overflows
  - openembedded#112 Fix assertion when closing the application (Philip Withnall)
  - openembedded#113 Investigate gtklevelbar breaking
  - openembedded#115 Improve documentation of the malcontent-client record-usage command
    (Philip Withnall)
  - openembedded#117 Emit EstimatedTimesChanged signal from malcontent-timerd if session
    limits settings change (Philip Withnall)
  - openembedded#118 Malcontent-timerd daemon error on GNOME OS child account login (Philip
    Withnall)
  - openembedded#119 Fix duration picker breaking in 12-hour clock mode
  - openembedded#120 Update Turkish translation
  - !189 build: Post-release version bump
  - !190 Bulgarian translation by kraftwerk
  - !191 malcontent-control: Port about dialog to AdwAboutDialog
  - !192 ci: Add various linting tests for shell and Python
  - !193 malcontent-client: Add support for setting a session limit policy
  - !194 Improve REUSE license/copyright tagging somewhat
  - !195 Update Georgian translation
  - !196 malcontent-timerd: Add initial implementation of timer daemon
  - !197 po: Add new malcontent-timerd files to POTFILES.in
  - !198 updated ru.po
  - !200 ui: Fix wrong a11y role in button
  - !202 nss: Add a new libnss_malcontent.so.2 NSS module for web filtering
  - !204 libmalcontent: Add web filtering settings storage and API
  - !205 malcontent-client: Add {get,set}-web-filter commands
  - !210 Add icons to libmalcontent-ui gresources
  - !211 docs: Add Code of Conduct
  - !213 Add missing mct_session_limits_equal() and mct_web_filter_equal()
    functions
  - !214 manager: Rework change notification from AccountsService and support
    notification for session limits and web filters
  - !215 Various minor type and terminology fixes
  - !216 user-selector: Factor out getuid() calls into a :current-user property
  - !217 Fix icons in dark theme
  - !218 tools: Add a sysext build tool
  - !219 malcontent-control: Add D-Bus service file
  - !220 malcontent-control: Change component type to "desktop-application"
  - !221 accounts-service: Make extension symlinks relative
  - !222 Handle external changes to users and settings
  - !224 Fix waiting asynchronously for user manager
  - !225 malcontent-webd: Add initial implementation of web filtering daemon
  - !226 Adjust malcontent-timer for shell integration
  - !227 po: Add missing files to POTFILES.in
  - !228 Replace sl.po; this is the updated translation (100%).
  - !229 nss: Add unit tests for NSS module
  - !230 Update of sl.po
  - !231 malcontent-timer: Remove an invalid attribute from a D-Bus XML file
  - !232 tests: Add test for the sandboxing of malcontent-webd.service and
    malcontent-timerd.service
  - !233 Update Czech translation
  - !235 Malcontent client improvements
  - !236 Update Polish translation 250828
  - !237 docs: Add web filtering design document
  - !238 docs: Add a document about system integration (packaging)
  - !240 Update Czech translation
  - !241 malcontent-client: Fix --help output for set-web-filter subcommand
  - !242 Calculate next session times in malcontent-timer
  - !243 Update Czech translation
  - !245 po: Add false positves to POTFILES.skip
  - !246 Update Polish translation 250907
  - !247 manager: Handle UnknownInterface error from AccountsService
  - !249 Minor malcontent-webd fixes
  - !251 docs: Mention the update-error file in malcontent-webd.8
  - !252 libmalcontent-ui: Update documentation to use gi-docgen
  - !254 docs: Add some reference links to screen time design document
  - !255 Update Chinese translation
  - !256 Update Slovenian translation
  - !257 libmalcontent-timer: Retry queries if the timer store is busy
  - !258 time-page: Prevent calling unref on a NULL pointer
  - !259 malcontent-webd-update: Disable timeout when updating filters
  - !260 malcontent-webd: Relax UMask in service file
  - !261 Update Czech translation
  - !262 po: Add missing file to POTFILES.in
  - !263 Update Chinese translation
  - !264 build: Use exposed interfaces directory
  - !265 libmalcontent-ui: Add missing gir include path
  - !266 Minor fixes for malcontent-control
  - !268 Replace sl.po with translation update.
  - !269 Russian translation updated
  - !270 Update Czech translation
  - !271 Update Chinese translation
  - !272 Updated RU against most recent pot
  - !273 Statically link libgsystemservice
  - !274 Various minor fixes and build system tests
  - !277 l10n: Replace sl.po (Slovenian)
  - !279 Update Swedish translation
  - !282 tests: Add unit tests for `MctExtensionAgentObject`
  - !286 libmalcontent: Port remaining doc comments to gi-docgen format
  - !289 malcontent-control: Fix a crash when quitting just after making changes
  - !291 po: Update Bulgarian translation

* Translation updates:
  - Bulgarian (twlvnn, twlvnn kraftwerk)
  - Chinese (China) (lumingzh)
  - Czech (AsciiWolf)
  - Georgian (NorwayFun)
  - Polish (Piotr Drąg)
  - Russian (Julia Dronova, Ser82-png)
  - Slovenian (filmsi, Martin Srebotnjak)
  - Swedish (Anders Jonsson)
  - Turkish (Sabri Ünal)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
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

Successfully merging this pull request may close these issues.

2 participants