AyatanaIndicators / ayatana-indicator-a11y

Ayatana Indicator for Accessibility Settings
GNU General Public License v3.0
0 stars 2 forks source link

data/org.ayatana.indicator.a11y: In Arctica Greeter the a11y indicato… #4

Closed sunweaver closed 1 year ago

sunweaver commented 1 year ago

…r shall be placed on the very left, i.e. left of appindicator items (mainly nm-applet).

This is tricky now, as object indicators (libapplication.so) only have a stub .get_position() API method (always returning -1). Arctica Greeter rewrites this to 1000. So, in order to end up left of the appindicators, we need to set the a11y's indicator position to a value higher than 1000.