Package Details: xrdesktop 0.16.0-4

Git Clone URL: https://aur.archlinux.org/xrdesktop.git (read-only, click to copy)
Package Base: xrdesktop
Description: Library for XR interaction with classical desktop compositors
Upstream URL: https://gitlab.freedesktop.org/xrdesktop/xrdesktop
Licenses: MIT
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 1
Popularity: 0.000000
First Submitted: 2019-08-01 12:43 (UTC)
Last Updated: 2025-10-13 16:19 (UTC)

Latest Comments

micwoj92 commented on 2025-10-13 16:01 (UTC)

Need python-gobject otherwise fails to launch xrd-settings:

$ xrd-settings 
Traceback (most recent call last):
  File "/usr/bin/xrd-settings", line 7, in <module>
    gi.require_version('Gtk', '3.0')
    ^^^^^^^^^^^^^^^^^^
AttributeError: module 'gi' has no attribute 'require_version'

Chocobo1 commented on 2024-06-04 05:09 (UTC) (edited on 2024-06-04 05:11 (UTC) by Chocobo1)

$url yields HTTP error 404 "Not Found".

Can't you open your browser and check? Go to https://gitlab.freedesktop.org and it says:

Gitlab is currently under maintenance

We are migrating to Gitlab 17.0!

✔ 02%: installation of the maintenance page

✔ 05%: stop all gitlab services accessing the DB

✔ 25%: backup of the DB (it took 1 hour and 17 minutes)

✔ 30%: deployment of 2 new and updated postgresql pods

✔ 35%: gitlab chart upgrade to 17.0.x

✔ 50%: restoration of the db backup and migration to 17.0.1 (restoration started at 2024-06-03 12:26:55 UTC / finished at 2024-06-03 >17:51:24 UTC)

✔ 55%: prepare the config for multiple database

✖ 80%: split of the db: gitlab-rake gitlab:db:decomposition:migrate"GitLab database already running on two connections"🤔

✔ 80%: split of the db: manual steps ✔ 65%: manual backup of the db: pg_dump -U gitlab -h postgresql-prod --format=d --jobs=4 --file=gitlab_db_backup.psql gitlab_production ✔ 80%: manual restore of the CI db: pg_restore -U gitlab -h postgresql-ci-prod --jobs=4 --dbname=gitlab_production_ci gitlab_db_backup.psql

➙ zZZz 🛏️

· 85%: verify that the migration completed

· 90%: Post-migration and clean up · 86%: gitlab-rake gitlab:db:lock_writes · 88%: gitlab-rake gitlab:db:truncate_legacy_tables:main · 90%: gitlab-rake gitlab:db:truncate_legacy_tables:ci

· 95%: re-enable gitlab services

· 97%: re-enable gitlab ingress

· 100%: disabling the maintenance page 🎉

dreieck commented on 2024-06-03 18:34 (UTC)

Source file download URL gives HTTP error 404 "Not found", too.

dreieck commented on 2024-06-03 18:34 (UTC)

$url yields HTTP error 404 "Not Found".

Chocobo1 commented on 2022-08-31 04:08 (UTC)

Missing python-gobject as make dependency.

Fixed.

cobaltspace commented on 2022-08-31 01:02 (UTC)

Missing python-gobject as make dependency.