Y a-t-il quelque chose de plus pratique que d'utiliser RCDefaultApp ou Magic Launch , ou simplement en appuyant plusieurs fois sur les boutons Changer tout dans les panneaux d'information du Finder?
J'ai pensé à écrire un script shell qui modifierait les tableaux CFBundleDocumentTypes dans les fichiers Info.plist. Mais chaque application a plusieurs clés (parfois une icône) qui devraient être modifiées.
lsregister
ne peut pas être utilisé pour apporter des modifications spécifiques à la base de données Launch Services.
$ `locate lsregister` -h
lsregister: [OPTIONS] [ <path>... ]
[ -apps <domain>[,domain]... ]
[ -libs <domain>[,domain]... ]
[ -all <domain>[,domain]... ]
Paths are searched for applications to register with the Launch Service database.
Valid domains are "system", "local", "network" and "user". Domains can also
be specified using only the first letter.
-kill Reset the Launch Services database before doing anything else
-seed If database isn't seeded, scan default locations for applications and libraries to register
-lint Print information about plist errors while registering bundles
-convert Register apps found in older LS database files
-lazy n Sleep for n seconds before registering/scanning
-r Recursive directory scan, do not recurse into packages or invisible directories
-R Recursive directory scan, descending into packages and invisible directories
-f force-update registration even if mod date is unchanged
-u unregister instead of register
-v Display progress information
-dump Display full database contents after registration
-h Display this help
duti
un tourbillon la prochaine fois que j'essaie une autre application qui réenregistre des dizaines de types de fichiers.