From 4d46850ff298fdb5ed4f129d0d57a6ac984ddd3b Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Tue, 5 Nov 2024 19:56:04 -0600 Subject: [PATCH] fix: a11y applet desktop file validation This commit fixes errors when using `desktop-file-validate` on the a11y applet. Question: @wash2 I removed a duplicate keyword that had =Auto and =Center. Which one is the correct one to remove? --- .../data/com.system76.CosmicAppletA11y.desktop | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cosmic-applet-a11y/data/com.system76.CosmicAppletA11y.desktop b/cosmic-applet-a11y/data/com.system76.CosmicAppletA11y.desktop index 9062d4f4..0ce76422 100644 --- a/cosmic-applet-a11y/data/com.system76.CosmicAppletA11y.desktop +++ b/cosmic-applet-a11y/data/com.system76.CosmicAppletA11y.desktop @@ -11,8 +11,5 @@ StartupNotify=true NoDisplay=true X-CosmicApplet=true # Indicates that the auto-hover click should go to the "end" of the hover popup -X-CosmicHoverPopup=Center -X-OverflowPriority=10 -X-CosmicApplet=true X-CosmicHoverPopup=Auto -X-OverflowPriority=10 \ No newline at end of file +X-OverflowPriority=10