Skip to content

Commit

Permalink
Remove obsolete rhythmbox script
Browse files Browse the repository at this point in the history
The rhythmbox script served exactly one purpose: to present a rating
widget which had the "unknown" role. We typically ignore objects with
the "unknown" role so the likelihood of this script actually doing
anything is low. And if it was doing something, then the real fix is
to give the rating widget a proper role. Many roles would be "good
enough," but there's a dedicated "rating" role in ATK/AT-SPI2.

https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/2052
  • Loading branch information
joanmarie committed Jul 27, 2023
1 parent a85f602 commit ca05db2
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 138 deletions.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ src/orca/scripts/apps/kwin/Makefile
src/orca/scripts/apps/notification-daemon/Makefile
src/orca/scripts/apps/notify-osd/Makefile
src/orca/scripts/apps/pidgin/Makefile
src/orca/scripts/apps/rhythmbox/Makefile
src/orca/scripts/apps/soffice/Makefile
src/orca/scripts/apps/SeaMonkey/Makefile
src/orca/scripts/apps/smuxi-frontend-gnome/Makefile
Expand Down
1 change: 0 additions & 1 deletion src/orca/scripts/apps/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ SUBDIRS = \
notification-daemon \
notify-osd \
pidgin \
rhythmbox \
soffice \
SeaMonkey \
smuxi-frontend-gnome \
Expand Down
1 change: 0 additions & 1 deletion src/orca/scripts/apps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
'notification-daemon',
'notify-osd',
'pidgin',
'rhythmbox',
'soffice',
'SeaMonkey',
'smuxi-frontend-gnome',
Expand Down
7 changes: 0 additions & 7 deletions src/orca/scripts/apps/rhythmbox/Makefile.am

This file was deleted.

30 changes: 0 additions & 30 deletions src/orca/scripts/apps/rhythmbox/__init__.py

This file was deleted.

53 changes: 0 additions & 53 deletions src/orca/scripts/apps/rhythmbox/formatting.py

This file was deleted.

45 changes: 0 additions & 45 deletions src/orca/scripts/apps/rhythmbox/script.py

This file was deleted.

0 comments on commit ca05db2

Please sign in to comment.