Ubuntu Unity Desktopใช้*.desktop
ไฟล์ที่ตั้งค่าโปรแกรมเริ่มต้นสำหรับประเภทไฟล์ เพื่อให้บรรลุตามที่คุณต้องการคุณสามารถสร้าง*.desktop
ไฟล์ที่กำหนดเองสำหรับ google-chrome สำหรับผู้ใช้ของคุณ
ขั้นตอนนี้จะใช้สองสามขั้นตอน:
1. ยืนยันโปรแกรมเริ่มต้น
ตรวจสอบว่าgoogle-chrome.desktop
เป็นโปรแกรมเริ่มต้นของคุณสำหรับการเปิดลิงก์:
ในเทอร์มินัลให้ป้อน: cat ~/.local/share/applications/mimeapps.list
.
ผลลัพธ์ควรเป็นดังนี้:
[Default Applications]
text/html=google-chrome.desktop
x-scheme-handler/http=google-chrome.desktop
x-scheme-handler/https=google-chrome.desktop
x-scheme-handler/about=google-chrome.desktop
x-scheme-handler/unknown=google-chrome.desktop
x-scheme-handler/mailto=google-chrome.desktop
text/x-c++src=gedit.desktop
[Added Associations]
text/x-c++src=gedit.desktop;
ถ้าชอบในตัวอย่างgoogle-chrome.desktop
คือการจัดการลิงค์จากนั้นดำเนินการตามที่อธิบายไว้ ถ้าไม่คุณต้องตั้งค่าโปรแกรมเริ่มต้นก่อน
2. สร้างไฟล์ * .desktop แบบกำหนดเอง
การสร้างgoogle-chrome.desktop
ไฟล์ที่กำหนดเอง~/.local/share/applications/
ตาม/usr/share/applications/google-chrome.desktop
ไฟล์ต้นฉบับ
ในเทอร์มินัลให้ป้อน:
cp /usr/share/applications/google-chrome.desktop ~/.local/share/applications/
3. แก้ไขไฟล์ * .desktop ใหม่
ไฟล์นี้จะมีหลายบรรทัดสำหรับชื่อตัวเลือกในภาษาต่างๆ Exec=
เราจะต้องแก้ไขทุกสายที่เริ่มต้นด้วย
ตัวอย่างจากคอมพิวเตอร์ของฉันที่: /usr/share/applications/google-chrome.desktop
Exec = / usr / bin / google-chrome-stable% U
Exec = / usr / bin / google-โครเมี่ยมที่มีความเสถียร
Exec = / usr / bin / google-chrome-stable --incognito
ในแฟ้มใหม่ที่เปลี่ยนแปลงบรรทัดเหล่านี้โดยการเพิ่มตัวเลือก~/.local/share/applications/
--profile-directory=Default
Exec = / usr / bin / google-chrome-stable --profile-directory = ค่าเริ่มต้น% U
Exec = / usr / bin / google-chrome-stable --profile-directory = ค่าเริ่มต้น
Exec = / usr / bin / google-chrome-stable --profile-directory = ค่าเริ่มต้น --incognito
สิ่งนี้จะทำให้เป็นเช่นนั้นทุกครั้งที่คุณเปิดลิงก์ลิงก์นั้นจะถูกเปิดโดยผู้ใช้เริ่มต้น
ผู้ใช้ที่แตกต่างกัน
ตัวเลือก--profile-directory=
สามารถตั้งค่าเป็นชื่อของทุกคนในโฟลเดอร์ที่~/.config/google-chrome/
เก็บการกำหนดค่าผู้ใช้ ตัวอย่าง:
- ค่าเริ่มต้น
- โปรไฟล์ 1
- โปรไฟล์ 2
- ฯลฯ ...
ตัวอย่าง:
Exec = / usr / bin / google-chrome-stable --profile-directory = Profile \ 1% U
Exec = / usr / bin / google-chrome-stable --profile-directory = Profile \ 1
Exec = / usr / bin / google-chrome-stable --profile-directory = Profile \ 1 --incognito
สังเกตทับขวา\
ในProfile\ 1
การระบุชื่อโฟลเดอร์รวมถึงพื้นที่