On 10/02/2015 11:49 PM, Yuri Chornoivan wrote:
2015-10-03 1:01 GMT+03:00 ToddAndMargo <toddandma...@zoho.com
<mailto:toddandma...@zoho.com>>:

    Hi All,

    Xfce 4.10

    $ rpm -qa krusader
    krusader-2.4.0-0.14.beta3.el7.x86_64

    I just upgraded from Scientific Linux (SL) 6.7 to 7.1.
    When I restored my profile, I got back all the "open with"
    entries from SL 6.7.

    Problem: about 3/4 of these entries are stale and I do
    not intend to reinstall them.

    One of the worst offenders is "rdf".  It has 16 things assigned to it.
    It should only have one.  A few are stale; most are just wrong.

    /home/tony/.local/share/applications/find . -exec grep -l rdf {} \;
    2>&1 | grep -v "Is a dir"

    Showed no .desktop had an "rdf" entry.


    Looking a ~/.local/share/applications/mimeapps.list, I find
    no entry for rdf.

    How do I prune or just start over with "open with"?

    Many thanks,
    -T


Hi,

Can you check if something is in the ~/.config/mimeapps.list ?

Thanks in advance for your answer.

Best regards,
Yuri


Hi Yuri,

No joy
$ find ~ -iname mimeapps.list
./.local/share/applications/mimeapps.list

$ grep -i rdf ./.local/share/applications/mimeapps.list
<nothing>

Checked with leafpad too.

Neither one of these showed anything either:

$ find .local -exec grep -il rdf {} \; 2>&1 | grep -v "Is a directory"
$ find .config -exec grep -il rdf {} \; 2>&1 | grep -v "Is a directory"

Nothing showed up here either:
$ find /usr/share -iname mimeapps.list
/usr/share/gdm/greeter/applications/mimeapps.list
/usr/share/kde-settings/kde-profile/default/share/applications/mimeapps.list

$ grep -i rdf /usr/share/gdm/greeter/applications/mimeapps.list
$ grep -i rdf /usr/share/kde-settings/kde-profile/default/share/applications/mimeapps.list





--
You received this message because you are subscribed to the Google Groups 
"krusader-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to krusader-users+unsubscr...@googlegroups.com.
To post to this group, send email to krusader-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/krusader-users/56101FCE.4010201%40zoho.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to