{"id":14982619,"url":"https://github.com/trialuser02/qt6ct","last_synced_at":"2025-09-21T10:32:09.801Z","repository":{"id":40344990,"uuid":"272204004","full_name":"trialuser02/qt6ct","owner":"trialuser02","description":"Qt6 Configuration Tool","archived":true,"fork":false,"pushed_at":"2024-07-07T05:18:53.000Z","size":396,"stargazers_count":160,"open_issues_count":26,"forks_count":14,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-23T15:16:53.580Z","etag":null,"topics":["configuration","qt6"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trialuser02.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-14T13:05:51.000Z","updated_at":"2025-04-08T19:14:53.000Z","dependencies_parsed_at":"2023-02-12T03:45:14.556Z","dependency_job_id":"79a710d9-b0d7-4dd2-af54-2b38094370fe","html_url":"https://github.com/trialuser02/qt6ct","commit_stats":{"total_commits":143,"total_committers":10,"mean_commits":14.3,"dds":0.08391608391608396,"last_synced_commit":"55dba8704c0a748b0ce9f2d3cc2cf200ca3db464"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/trialuser02/qt6ct","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trialuser02%2Fqt6ct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trialuser02%2Fqt6ct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trialuser02%2Fqt6ct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trialuser02%2Fqt6ct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trialuser02","download_url":"https://codeload.github.com/trialuser02/qt6ct/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trialuser02%2Fqt6ct/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276229059,"owners_count":25606942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"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":["configuration","qt6"],"created_at":"2024-09-24T14:05:45.337Z","updated_at":"2025-09-21T10:32:09.278Z","avatar_url":"https://github.com/trialuser02.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"qt6ct - Qt6 Configuration Tool\n\nThis program allows users to configure Qt6 settings (theme, font, icons, etc.)\nunder DE/WM without Qt integration.\n\nOfficial home page: https://github.com/trialuser02/qt6ct\n\nRequirements:\n\n- GNU Linux or FreeBSD\n- qtbase \u003e= 6.0.0\n- qtsvg \u003e= 6.0.0 (Runtime dependency for the SVG icon support)\n- qttools \u003e= 6.0.0 (For build only)\n\n\nInstallation:\n\n- Arch package\n  https://archlinux.org/packages/?q=qt6ct\n\n- Source Code (qmake)\n  qmake PREFIX=\u003cyour installation path\u003e\n  make\n  sudo make install\n\n- Source Code (cmake)\n  cmake -DCMAKE_INSTALL_PREFIX=\u003cyour installation path\u003e\n  make\n  sudo make install\n\nAdd line 'export QT_QPA_PLATFORMTHEME=qt6ct' to ~/.profile and re-login.\nAlternatively, create the file /etc/X11/Xsession.d/100-qt6ct with\nthe following line:\n\nexport QT_QPA_PLATFORMTHEME=qt6ct\n\n(or qt5ct for compatibility with Qt5 Configuration Tool)\n\nNow restart X11 server to take the changes effect.\n\nExtra build options (for advanced users only):\nqmake DISABLE_WIDGETS=1 - compiles platform plugin without QtWidgets (useful for QML applications only)\nqmake PLUGINDIR=\u003ccustom path\u003e - changes the default installation path of the plugins (libqt6ct.so and libqt6ct-style.so)\n\nWayland:\n\nIf you are running Qt application under Wayland, you should export the following variables:\n\nexport QT_QPA_PLATFORM=wayland\nexport QT_QPA_PLATFORMTHEME=qt6ct\n\nDebug Messages:\n\nBy default, debug messages from platform plugin are disabled. To enable them, you should\nexport the following environment variable:\n\nexport QT_LOGGING_RULES=\"qt6ct.debug=true\"\n\nAnother way is to change qtlogging.ini file. See Qt documentation for details:\nhttps://doc.qt.io/qt-6/qloggingcategory.html (paragraph \"Configuring Categories\")\n\nFiles and Directories:\n\nqt6ct - Qt6 configuration tool\nlibqt6ct.so - qt6ct platform plugin\nlibqt6ct-style.so - qt6ct proxy style plugin\nlibqt6ct-common.so - qt6ct shared library\n~/.config/qt6ct/qt6ct.conf - configuration file\n~/.config/qt6ct/qss, ~/.local/share/qt6ct/qss, /usr/share/qt6ct/qss, /usr/local/share/qt6ct/qss - style sheets\n~/.config/qt6ct/colors,~/.local/share/qt6ct/colors, /usr/share/qt6ct/colors,\n/usr/local/share/qt6ct/colors - color schemes\n/etc/xdg/qt6ct/qt6ct.conf - default configuration file\n\nTranslation:\n\nUse Transifex service: https://www.transifex.com/projects/p/qt6ct/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrialuser02%2Fqt6ct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrialuser02%2Fqt6ct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrialuser02%2Fqt6ct/lists"}