refactor: update Zen Browser desktop entry and add 1Password task
Some checks failed
Nix Format Check / check-format (push) Has been cancelled
Some checks failed
Nix Format Check / check-format (push) Has been cancelled
This commit is contained in:
@@ -37,17 +37,19 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Zen Browser
|
||||
Exec=/usr/local/bin/{{ browser_name }}
|
||||
Exec=/usr/local/bin/{{ browser_name }} %u
|
||||
Icon=/opt/zen/browser/chrome/icons/default/default128.png
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Categories=Network;WebBrowser;
|
||||
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;x-scheme-handler/http;x-scheme-handler/https;
|
||||
dest: "/usr/share/applications/zen.desktop"
|
||||
mode: '0644'
|
||||
become: true
|
||||
|
||||
- name: Update desktop database
|
||||
ansible.builtin.command:
|
||||
cmd: update-desktop-database
|
||||
cmd: update-desktop-database /usr/share/applications
|
||||
creates: /usr/share/applications/mimeinfo.cache
|
||||
become: true
|
||||
|
||||
|
Reference in New Issue
Block a user