{"id":34885137,"url":"https://github.com/linuxdeepin/dde-grand-search","last_synced_at":"2026-05-09T09:20:42.919Z","repository":{"id":36967192,"uuid":"481900184","full_name":"linuxdeepin/dde-grand-search","owner":"linuxdeepin","description":"System-wide desktop search for DDE","archived":false,"fork":false,"pushed_at":"2025-12-26T01:36:46.000Z","size":4885,"stargazers_count":39,"open_issues_count":5,"forks_count":43,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-12-27T11:38:16.842Z","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":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-04-15T09:02:08.000Z","updated_at":"2025-12-26T01:36:32.000Z","dependencies_parsed_at":"2024-04-10T09:45:15.985Z","dependency_job_id":"5bc702a8-f634-47f9-8a28-391602c50133","html_url":"https://github.com/linuxdeepin/dde-grand-search","commit_stats":null,"previous_names":[],"tags_count":63,"template":false,"template_full_name":null,"purl":"pkg:github/linuxdeepin/dde-grand-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdde-grand-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdde-grand-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdde-grand-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdde-grand-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linuxdeepin","download_url":"https://codeload.github.com/linuxdeepin/dde-grand-search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdde-grand-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28879118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-26T03:36:53.688Z","updated_at":"2026-01-29T14:13:27.374Z","avatar_url":"https://github.com/linuxdeepin.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"### dde-grand-search\n\nDeepin Grand Search is a basic search tool developed by Deepin Technology,featured with searching including a series of files,applications or documents, etc.\n\n### Dependencies\n\n  * Qt\n  * DTK\n  * libgsettings-qt1\n  * libicu63\n  * libpoppler-qt5-1 \n  * libqt5concurrent5 \n  * libtag1v5\n  * deepin-desktop-schemas\n  * dde-daemon\n  * startdde\n  * deepin-anything-server\n\n### Build dependencies\n\n_The **master** branch is current development branch, build dependencies may changes without update README.md, refer to `./debian/control` for a working build depends list_\n\n * pkg-config\n * qt5-qmake\n * qtbase5-dev\n * libdtkwidget-dev\n * libdtkcore-dev\n * libdtkgui-dev\n * libdtkcore5-bin\n * qttools5-dev-tools\n * cmake\n * dde-dock-dev\n * libglib2.0-dev\n * libpoppler-qt5-dev\n * libtag1-dev\n * libicu-dev\n * libgsettings-qt-dev\n * libpcre3-dev\n\n## Installation\n\n### Build from source code\n\n1. Make sure you have installed all dependencies.\n\n_Package name may be different between distros, if dde-grand-search is available from your distro, check the packaging script delivered from your distro is a better idea._\n\nAssume you are using [Deepin](https://distrowatch.com/table.php?distribution=deepin) or other debian-based distro which got dde-grand-search delivered:\n\n``` shell\n$ apt build-dep dde-grand-search\n```\n\n2. Build:\n```\n$ cd dde-grand-search\n$ mkdir Build\n$ cd Build\n$ cmake ..\n$ make\n```\n\n3. Install:\n```\n$ sudo make install\n```\n\nThe executable binary file could be found at `/usr/bin/dde-grand-search` and `/usr/bin/dde-grand-search-daemon` \n\n## Usage\n\nExecute `dde-grand-search-daemon` and `dde-grand-search`\n\n## Documentations\n\n\n## Getting help\n\n - [Official Forum](https://bbs.deepin.org/)\n - [Developer Center](https://github.com/linuxdeepin/developer-center)\n - [Wiki](https://wiki.deepin.org/)\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) \n\n## License\n\ndde-grand-search is licensed under [ GPL-3.0-only](LICENSE.txt)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxdeepin%2Fdde-grand-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinuxdeepin%2Fdde-grand-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxdeepin%2Fdde-grand-search/lists"}