On 2020-05-30 09:04, ToddAndMargo via users wrote: > On 2020-05-29 17:53, ToddAndMargo via users wrote: >> On 2020-05-29 16:10, Ed Greshko wrote: >>> On 2020-05-30 06:42, ToddAndMargo via users wrote: >>>> On 2020-05-27 22:36, Ed Greshko wrote: >>>>> On 2020-05-28 12:10, Ed Greshko wrote: >>>>>> OK, good point. I don't have dups. >>>>>> >>>>>> Do you have a file ~/.local/share/applications/mimeapps.list ? >>>>> >>>>> Or, I think more importantly, a >>>>> >>>>> ~/.config/mimeapps.list >>>>> >>>>> file. >>>>> >>>>> If so, what are the contents. >>>>> >>>> >>>> >>>> grep -i png mimeapps.list >>>> image/png=eog-4.desktop;eog-usercreated.desktop; >>>> image/png=eog-4.desktop; >>>> >>>> Does not contain Open With list >>>> >>> >>> Well, you've already fixed the problem. So, they won't be there any longer. >>> >> >> That was well before I fix it. >> >> https://ibb.co/b1tJNkB > > I just fixed .png > You can easily learn what file is being changed by krusader. [egreshko@meimei .config]$ pwd /home/egreshko/.config [egreshko@meimei .config]$ find . -cmin 1 [egreshko@meimei .config]$ No file has been altered recently. Now I will use the properties to change the order of applications to execute for *.png files. Of course, hitting "Apply". [egreshko@meimei .config]$ find . -cmin 1 . ./mimeapps.list So, you can see that ~/.config/mimeapps.list is being altered. Before making the change I copied mimeapps.list to the top level of $HOME. So.... [egreshko@meimei .config]$ diff mimeapps.list ~/mimeapps.list 4c4 < image/png=org.kde.gwenview.desktop;imagej.desktop;okularApplication_kimgio.desktop;org.kde.kolourpaint.desktop;org.gnome.gThumb.desktop;gimp.desktop;google-chrome.desktop;geeqie.desktop;org.kde.showfoto.desktop; --- > image/png=org.kde.gwenview.desktop;imagej.desktop;okularApplication_kimgio.desktop;org.kde.kolourpaint.desktop;org.gnome.gThumb.desktop;gimp.desktop;google-chrome.desktop;org.kde.showfoto.desktop;geeqie.desktop; -- The key to getting good answers is to ask good questions. _______________________________________________ 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