Balló György pushed to branch main at Arch Linux / Packaging / Packages /
cockpit
Commits:
c689ef4b by Balló György at 2026-06-07T03:38:43+02:00
Remove desktop file for cockpit-desktop
It cannot be launched without command-line parameters specified.
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -37,15 +37,6 @@ build() {
--disable-silent-rules \
--with-admin-group=wheel
make all
-
- gendesk -n \
- --name 'Cockpit Client' \
- --comment 'Connect via ssh to servers running Cockpit' \
- --exec '/usr/lib/cockpit/cockpit-desktop /' \
- --categories 'Network;RemoteAccess' \
- --custom 'DBusActivatable=true' \
- --icon cockpit-client \
- --pkgname cockpit
}
package_cockpit() {
@@ -70,8 +61,6 @@ package_cockpit() {
rm -rf "$pkgdir"/usr/{src,lib/firewalld}
install -Dm644 "$srcdir"/cockpit.pam "$pkgdir"/etc/pam.d/cockpit
- install -Dm644 cockpit.desktop
"$pkgdir"/usr/share/applications/org.cockpit_project.CockpitClient.desktop
-
# remove unused plugins
rm -rf "$pkgdir"/usr/share/cockpit/{selinux,playground,sosreport} \
"$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-{selinux,sosreport}.metainfo.xml
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/commit/c689ef4b40b053013271979905140e32d7043079
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/commit/c689ef4b40b053013271979905140e32d7043079
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help