Làm cách nào tôi có thể định cấu hình Ubuntu để mở các tệp thuộc loại đã cho (ví dụ: file.tex) với một chương trình nhất định (ví dụ: emacs)?
Làm cách nào tôi có thể định cấu hình Ubuntu để mở các tệp thuộc loại đã cho (ví dụ: file.tex) với một chương trình nhất định (ví dụ: emacs)?
Câu trả lời:
Chạy Nautilus , nhấp chuột phải vào một trong các tệp đó, chọn "Thuộc tính" từ menu ngữ cảnh và đặt tùy chọn của bạn với tùy chọn "Mở bằng".
Thay vì chỉnh sửa defaults.list, tôi thấy việc sử dụng chương trình xdg-mime dễ dàng hơn. Tra cứu trình xem pdf, thấy adobe của nó và chuyển nó sang KPDF:
$xdg-mime query default application/pdf
AdobeReader.desktop
$xdg-mime default kde-kpdf.desktop application/pdf
$xdg-mime query default application/pdf
kde-kpdf.desktop
Và bạn có thể sử dụng xdg-open để mở tệp bằng ứng dụng ưa thích của mình:
$xdg-open file.pdf
Bạn có thể sử dụng tab Thuộc tính trên một tệp để thay đổi chương trình được sử dụng để mở tệp, như Manni đã chỉ ra.
Chỉnh sửa: Hãy xem câu trả lời của Chris089 . Tôi muốn điều đó trực tiếp chỉnh sửa các tập tin như tôi đề xuất dưới đây. Có thể vẫn hữu ích khi biết loại mime là gì và các hiệp hội nằm ở đâu, nhưng tôi sẽ sử dụng công cụ để sửa đổi tệp.
Tuy nhiên, nếu bạn muốn một giải pháp dựa trên văn bản hoặc thậm chí để xem cách liên kết tệp được định cấu hình cho các loại khác nhau:
$ Cat ~ / .local / share / ứng dụng / defaults.list
[Ứng dụng Mặc định]
application / vnd.google-earth.kml + xml = Google-googleearth.desktop
application / lỗ khóa = Google-googleearth.desktop
application / earthviewer = Google-
ứng dụng googleearth.desktop / vnd.google-earth.kmz = Google-googleearth.desktop
$ cat /usr/share/appluggest/defaults.list | grep ^ audio
audio / 3gpp = totem.desktop
audio / ac3 = totem.desktop
audio / AMR = totem.desktop
audio / AMR-WB = totem.desktop
audio / basic = totem.desktop
audio / midi = totem.desktop
audio / mp4 = totem.desktop
audio / mpeg = totem.desktop
audio / mpegurl = totem.desktop
audio / ogg = totem.desktop
audio / prs.sid = totem.desktop
audio / vnd.rn-realaudio = totem.desktop
audio / x-ape = totem.desktop
audio / x-flac = totem.desktop
audio / x-gsm = totem.desktop
audio / x-it = totem.desktop
audio / x-m4a = totem.desktop
audio / x-matroska = totem.desktop
audio / x-mod = totem.desktop
audio / x-mp3 = totem.desktop
audio / x-mpeg = totem.desktop
audio / x-mpegurl = totem.desktop
audio / x-ms-asf = totem.desktop
audio / x -ms-asx = totem.desktop
audio / x-ms-wax = totem.desktop
audio / x-ms-wma = totem.desktop
audio / x-musepack = totem.desktop
audio / x-pn-aiff = totem.desktop
audio / x-pn-au = totem.desktop
audio / x-pn-realaudio = totem.desktop
audio / x-pn-realaudio-plugin = totem.desktop
audio / x-pn-wav = totem.desktop
audio / x- pn-windows-acm = totem.desktop
audio / x-realaudio = totem.desktop
audio / x-real-audio = totem.desktop
audio / x-sbc = totem.desktop
audio / x-scpls = totem.desktop
audio / x-speex = totem.desktop
audio / x-tta = totem.desktop
audio / x-wav = totem.desktop
audio / x-wavpack = totem.desktop
audio / x-vorbis = totem.desktop
audio / x-vorbis + ogg = totem.desktop
audio / x-xm = totem.desktop
Dưới đây là tài liệu Đặc tả mục để bàn chi tiết về nhu cầu và việc sử dụng tệp .desktop (thay vì sử dụng đường dẫn đến tệp thực thi).