{"id":34819418,"url":"https://github.com/linuxdeepin/dde-application-manager","last_synced_at":"2026-02-28T08:50:43.465Z","repository":{"id":65895520,"uuid":"587976552","full_name":"linuxdeepin/dde-application-manager","owner":"linuxdeepin","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-26T03:38:14.000Z","size":1366,"stargazers_count":4,"open_issues_count":8,"forks_count":43,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-02-26T08:07:04.086Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linuxdeepin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-12T02:52:42.000Z","updated_at":"2026-02-26T03:38:18.000Z","dependencies_parsed_at":"2024-01-03T08:26:54.539Z","dependency_job_id":"e1834c77-12db-4453-af5d-77dc3ebe454c","html_url":"https://github.com/linuxdeepin/dde-application-manager","commit_stats":null,"previous_names":[],"tags_count":73,"template":false,"template_full_name":null,"purl":"pkg:github/linuxdeepin/dde-application-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdde-application-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdde-application-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdde-application-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdde-application-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linuxdeepin","download_url":"https://codeload.github.com/linuxdeepin/dde-application-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdde-application-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29929097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-25T14:08:26.782Z","updated_at":"2026-02-28T08:50:43.456Z","avatar_url":"https://github.com/linuxdeepin.png","language":"C++","readme":"# DDE Application Manager\n\n## WORK IN PROGRESS\n\n**This branch is used to totally refactor.**\n\n[Refactor plan](./docs/TODO.md).\n\n---\n\nDDE Application Manager is the app manager of Deepin Desktop Environment.\n\n### Dependencies\n\nYou can also check the \"Depends\" provided in the `debian/control` file.\n\n### Build dependencies\n\nYou can also check the \"Build-Depends\" provided in the `debian/control` file.\n\n## Installation\n\n### Build from source code\n\n1. Make sure you have installed all dependencies.\n\n2. Build:\n```shell\n$ cd dde-application-manager\n$ cmake -B build\n$ cmake --build build -j`nproc`\n```\n3. Install\n\n```\nsudo cmake --install build\n```\n\n## Package Manager Integration\n\n**⚠️ Important for Package Maintainers and Porters**\n\nDDE Application Manager requires a **package manager hook** to automatically detect application installations, updates, and removals. Without this hook, the application list in the desktop environment will NOT automatically update when users install or remove applications.\n\nThe hook triggers a D-Bus service (`app-update-notifier`) that notifies the application manager to reload the application list. This ensures the launcher, application menu, and other desktop components stay synchronized with installed packages.\n\n### Quick Setup\n\nFor **Debian/Ubuntu** systems, the dpkg hook is automatically installed to:\n```\n/etc/dpkg/dpkg.cfg.d/am-update-hook\n```\n\nFor **other distributions** (Fedora, Arch Linux, openSUSE, etc.), you need to configure the appropriate package manager hook. See the detailed guide:\n\n📖 **[Package Manager Hook Guide](docs/package-manager-hook.md)**\n\nThis guide includes:\n- Architecture and workflow explanation\n- Hook configurations for different package managers (dpkg, RPM, Pacman, etc.)\n- Testing and troubleshooting instructions\n- Verification checklist for package maintainers\n\n## Getting help\n\n* [Matrix](https://matrix.to/#/#deepin-community:matrix.org)\n* [WiKi](https://wiki.deepin.org)\n* [Forum](https://bbs.deepin.org)\n* [Developer Center](https://github.com/linuxdeepin/developer-center/issues) \n\n## Getting involved\n\nWe encourage you to report issues and contribute changes\n\n* [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). (English)\n* [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文)\n\n## License\n\ndde-application-manager is licensed under [GPL-3.0-or-later](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxdeepin%2Fdde-application-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinuxdeepin%2Fdde-application-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxdeepin%2Fdde-application-manager/lists"}