There's a merged pull request on the void-packages repository avidemux: remove duplicate .desktop file https://github.com/void-linux/void-packages/pull/35400 Description: By default, avidemux has used `org.avidux.avidux.desktop`. So, I try to delete `avidemux.desktop` because it could not be executed. ``` ➜ ~ xbps-query --regex -Rf avidemux | grep desktop /usr/share/applications/avidemux.desktop /usr/share/applications/org.avidemux.Avidemux.desktop ``` ![Screenshot_20220204_223015](https://user-images.githubusercontent.com/45872139/152559404-c5f1e11d-2377-4c42-89ef-a41209a58ae1.png) ![Screenshot_20220204_223247](https://user-images.githubusercontent.com/45872139/152559487-c00aab85-ae3a-4894-9d83-89b3a0a2f68d.png) #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64)