From 7d6866e3f91627666fe4d6d10e3f32cec014c7c2 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 17 May 2020 15:33:20 +0200 Subject: [PATCH] bin: explain how to change default MIME type --- bin/xdg-app-chooser | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/xdg-app-chooser b/bin/xdg-app-chooser index c793291..16e59de 100755 --- a/bin/xdg-app-chooser +++ b/bin/xdg-app-chooser @@ -3,6 +3,10 @@ """Simple application selector relying on GTK app chooser dialog. """ +# This doesn't allow to set a default application for a MIME type. Use +# "xdg-mime default something.desktop mime/type" to change a default. +# Usually, it will update ~/.config/mimeapps.list. + import argparse import sys import gi