On 7/8/19 2:24 PM, ToddAndMargo via users wrote: > In my various file managers (Thunar, Krusader), when I right > click on a file and select Open With, I get a list of > programs. > > How do I remove items from this list, especially the > repeats? Just a bit of info. If you right click on one of the list of applications you'd see "Remove Launcher" grayed out. That is because the files being referenced are *desktop files in /usr/share/applications. Some may seem to be duplicates but really are not. The Name in the *desktop file is duplicated but the exec in the file is not. An example of this is org.freedesktop.IBus.Panel.Emojier.desktop and org.freedesktop.IBus.Panel.Extension.Gtk3.desktop. Both have Name=Emoji Choice but one has Exec=/usr/libexec/ibus-extension-gtk3 and the other Exec=ibus emoji The *desktop files are placed there when applications are installed. dnf whatprovides /usr/share/applications/org.freedesktop.IBus.Panel.Emojier.desktop shows it is provided by the ibus package as is dnf whatprovides /usr/share/applications/org.freedesktop.IBus.Panel.Extension.Gtk3.desktop -- Right: I dislike the default color scheme Wrong: What idiot picked the default color scheme _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx