diff --git a/ansible/inventory/group_vars/desktop.yml b/ansible/inventory/group_vars/desktop.yml index 1dad1c3..f8d8617 100644 --- a/ansible/inventory/group_vars/desktop.yml +++ b/ansible/inventory/group_vars/desktop.yml @@ -225,6 +225,7 @@ desktop_flatpak_packages: - com.github.tchx84.Flatseal - com.spotify.Client - io.github.flattool.Warehouse + - org.onlyoffice.desktopeditors - org.telegram.desktop - org.mozilla.Thunderbird diff --git a/ansible/inventory/group_vars/desktop_gnome.yml b/ansible/inventory/group_vars/desktop_gnome.yml index 78a7bda..22cc654 100644 --- a/ansible/inventory/group_vars/desktop_gnome.yml +++ b/ansible/inventory/group_vars/desktop_gnome.yml @@ -32,7 +32,6 @@ fedora_desktop_packages: - gopls - hunspell - libvirt - - libreoffice - liberation-fonts - libasan - libubsan @@ -80,6 +79,7 @@ fedora_flatpak_packages: - be.alexandervanhee.gradia - ch.protonmail.protonmail-bridge - com.spotify.Client + - org.onlyoffice.desktopeditors - org.mozilla.thunderbird - org.telegram.desktop diff --git a/ansible/inventory/group_vars/void.yml b/ansible/inventory/group_vars/void.yml index dcebf27..788f0b3 100644 --- a/ansible/inventory/group_vars/void.yml +++ b/ansible/inventory/group_vars/void.yml @@ -193,7 +193,6 @@ profile_packages: - hunspell - libvirt - libspa-bluetooth - - libreoffice - liberation-fonts-ttf - libX11-devel - libXft-devel diff --git a/ansible/inventory/host_vars/ikaros.yml b/ansible/inventory/host_vars/ikaros.yml index 0990f29..ab0654b 100644 --- a/ansible/inventory/host_vars/ikaros.yml +++ b/ansible/inventory/host_vars/ikaros.yml @@ -229,7 +229,7 @@ gnome_gsettings_settings: - schema: org.gnome.shell key: app-picker-layout value: >- - [{'org.fedoraproject.MediaWriter.desktop': <{'position': <0>}>, 'org.gnome.Contacts.desktop': <{'position': <1>}>, 'org.gnome.Weather.desktop': <{'position': <2>}>, 'org.gnome.clocks.desktop': <{'position': <3>}>, 'org.gnome.Maps.desktop': <{'position': <4>}>, 'org.gnome.SimpleScan.desktop': <{'position': <5>}>, 'org.gnome.Settings.desktop': <{'position': <6>}>, 'org.gnome.Boxes.desktop': <{'position': <7>}>, 'org.gnome.Showtime.desktop': <{'position': <8>}>, 'org.gnome.Snapshot.desktop': <{'position': <9>}>, 'org.gnome.Characters.desktop': <{'position': <10>}>, 'Utilities': <{'position': <11>}>, 'System': <{'position': <12>}>, 'org.gnome.Tour.desktop': <{'position': <13>}>, 'org.gnome.Yelp.desktop': <{'position': <14>}>, 'htop.desktop': <{'position': <15>}>, 'libreoffice-writer.desktop': <{'position': <16>}>, 'libreoffice-calc.desktop': <{'position': <17>}>, 'libreoffice-impress.desktop': <{'position': <18>}>, 'libreoffice-draw.desktop': <{'position': <19>}>, 'libreoffice-math.desktop': <{'position': <20>}>, 'libreoffice-base.desktop': <{'position': <21>}>, 'org.gnome.Meld.desktop': <{'position': <22>}>, 'mpv.desktop': <{'position': <23>}>}, {'com.github.jeromerobert.pdfarranger.desktop': <{'position': <0>}>, 'org.remmina.Remmina.desktop': <{'position': <1>}>, 'ch.protonmail.protonmail-bridge.desktop': <{'position': <2>}>, 'org.gnome.TextEditor.desktop': <{'position': <3>}>, 'org.gnome.Software.desktop': <{'position': <4>}>, 'org.gnome.Calculator.desktop': <{'position': <5>}>, 'org.gnome.Calendar.desktop': <{'position': <6>}>, 'com.mattjakeman.ExtensionManager.desktop': <{'position': <7>}>, 'be.alexandervanhee.gradia.desktop': <{'position': <8>}>, 'syncthing-start.desktop': <{'position': <9>}>, 'syncthing-ui.desktop': <{'position': <10>}>}] + [{'org.fedoraproject.MediaWriter.desktop': <{'position': <0>}>, 'org.gnome.Contacts.desktop': <{'position': <1>}>, 'org.gnome.Weather.desktop': <{'position': <2>}>, 'org.gnome.clocks.desktop': <{'position': <3>}>, 'org.gnome.Maps.desktop': <{'position': <4>}>, 'org.gnome.SimpleScan.desktop': <{'position': <5>}>, 'org.gnome.Settings.desktop': <{'position': <6>}>, 'org.gnome.Boxes.desktop': <{'position': <7>}>, 'org.gnome.Showtime.desktop': <{'position': <8>}>, 'org.gnome.Snapshot.desktop': <{'position': <9>}>, 'org.gnome.Characters.desktop': <{'position': <10>}>, 'Utilities': <{'position': <11>}>, 'System': <{'position': <12>}>, 'org.gnome.Tour.desktop': <{'position': <13>}>, 'org.gnome.Yelp.desktop': <{'position': <14>}>, 'htop.desktop': <{'position': <15>}>, 'org.onlyoffice.desktopeditors.desktop': <{'position': <16>}>, 'org.gnome.Meld.desktop': <{'position': <22>}>, 'mpv.desktop': <{'position': <23>}>}, {'com.github.jeromerobert.pdfarranger.desktop': <{'position': <0>}>, 'org.remmina.Remmina.desktop': <{'position': <1>}>, 'ch.protonmail.protonmail-bridge.desktop': <{'position': <2>}>, 'org.gnome.TextEditor.desktop': <{'position': <3>}>, 'org.gnome.Software.desktop': <{'position': <4>}>, 'org.gnome.Calculator.desktop': <{'position': <5>}>, 'org.gnome.Calendar.desktop': <{'position': <6>}>, 'com.mattjakeman.ExtensionManager.desktop': <{'position': <7>}>, 'be.alexandervanhee.gradia.desktop': <{'position': <8>}>, 'syncthing-start.desktop': <{'position': <9>}>, 'syncthing-ui.desktop': <{'position': <10>}>}] - schema: org.gnome.shell key: disabled-extensions value: >- diff --git a/dotfiles/desktop/.config/mimeapps.list b/dotfiles/desktop/.config/mimeapps.list index 79c21ce..6d0220c 100644 --- a/dotfiles/desktop/.config/mimeapps.list +++ b/dotfiles/desktop/.config/mimeapps.list @@ -61,49 +61,49 @@ video/x-msvideo=mpv.desktop video/x-ogm+ogg=mpv.desktop video/x-theora=mpv.desktop video/x-theora+ogg=mpv.desktop -application/msword=libreoffice-writer.desktop -application/rtf=libreoffice-writer.desktop -application/vnd.ms-word=libreoffice-writer.desktop -application/vnd.ms-word.document.macroEnabled.12=libreoffice-writer.desktop -application/vnd.ms-word.template.macroEnabled.12=libreoffice-writer.desktop -application/vnd.oasis.opendocument.text=libreoffice-writer.desktop -application/vnd.oasis.opendocument.text-template=libreoffice-writer.desktop -application/vnd.openxmlformats-officedocument.wordprocessingml.document=libreoffice-writer.desktop -application/vnd.openxmlformats-officedocument.wordprocessingml.template=libreoffice-writer.desktop -application/x-doc=libreoffice-writer.desktop -text/rtf=libreoffice-writer.desktop -application/csv=libreoffice-calc.desktop -application/excel=libreoffice-calc.desktop -application/msexcel=libreoffice-calc.desktop -application/tab-separated-values=libreoffice-calc.desktop -application/vnd.ms-excel=libreoffice-calc.desktop -application/vnd.ms-excel.sheet.binary.macroEnabled.12=libreoffice-calc.desktop -application/vnd.ms-excel.sheet.macroEnabled.12=libreoffice-calc.desktop -application/vnd.ms-excel.template.macroEnabled.12=libreoffice-calc.desktop -application/vnd.oasis.opendocument.spreadsheet=libreoffice-calc.desktop -application/vnd.oasis.opendocument.spreadsheet-template=libreoffice-calc.desktop -application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=libreoffice-calc.desktop -application/vnd.openxmlformats-officedocument.spreadsheetml.template=libreoffice-calc.desktop -application/x-dos_ms_excel=libreoffice-calc.desktop -application/x-excel=libreoffice-calc.desktop -application/x-ms-excel=libreoffice-calc.desktop -application/x-msexcel=libreoffice-calc.desktop -text/comma-separated-values=libreoffice-calc.desktop -text/csv=libreoffice-calc.desktop -text/tab-separated-values=libreoffice-calc.desktop -text/x-comma-separated-values=libreoffice-calc.desktop -text/x-csv=libreoffice-calc.desktop -application/mspowerpoint=libreoffice-impress.desktop -application/vnd.ms-powerpoint=libreoffice-impress.desktop -application/vnd.ms-powerpoint.presentation.macroEnabled.12=libreoffice-impress.desktop -application/vnd.ms-powerpoint.slideshow.macroEnabled.12=libreoffice-impress.desktop -application/vnd.ms-powerpoint.template.macroEnabled.12=libreoffice-impress.desktop -application/vnd.oasis.opendocument.presentation=libreoffice-impress.desktop -application/vnd.oasis.opendocument.presentation-template=libreoffice-impress.desktop -application/vnd.openxmlformats-officedocument.presentationml.presentation=libreoffice-impress.desktop -application/vnd.openxmlformats-officedocument.presentationml.slide=libreoffice-impress.desktop -application/vnd.openxmlformats-officedocument.presentationml.slideshow=libreoffice-impress.desktop -application/vnd.openxmlformats-officedocument.presentationml.template=libreoffice-impress.desktop +application/msword=org.onlyoffice.desktopeditors.desktop +application/rtf=org.onlyoffice.desktopeditors.desktop +application/vnd.ms-word=org.onlyoffice.desktopeditors.desktop +application/vnd.ms-word.document.macroEnabled.12=org.onlyoffice.desktopeditors.desktop +application/vnd.ms-word.template.macroEnabled.12=org.onlyoffice.desktopeditors.desktop +application/vnd.oasis.opendocument.text=org.onlyoffice.desktopeditors.desktop +application/vnd.oasis.opendocument.text-template=org.onlyoffice.desktopeditors.desktop +application/vnd.openxmlformats-officedocument.wordprocessingml.document=org.onlyoffice.desktopeditors.desktop +application/vnd.openxmlformats-officedocument.wordprocessingml.template=org.onlyoffice.desktopeditors.desktop +application/x-doc=org.onlyoffice.desktopeditors.desktop +text/rtf=org.onlyoffice.desktopeditors.desktop +application/csv=org.onlyoffice.desktopeditors.desktop +application/excel=org.onlyoffice.desktopeditors.desktop +application/msexcel=org.onlyoffice.desktopeditors.desktop +application/tab-separated-values=org.onlyoffice.desktopeditors.desktop +application/vnd.ms-excel=org.onlyoffice.desktopeditors.desktop +application/vnd.ms-excel.sheet.binary.macroEnabled.12=org.onlyoffice.desktopeditors.desktop +application/vnd.ms-excel.sheet.macroEnabled.12=org.onlyoffice.desktopeditors.desktop +application/vnd.ms-excel.template.macroEnabled.12=org.onlyoffice.desktopeditors.desktop +application/vnd.oasis.opendocument.spreadsheet=org.onlyoffice.desktopeditors.desktop +application/vnd.oasis.opendocument.spreadsheet-template=org.onlyoffice.desktopeditors.desktop +application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=org.onlyoffice.desktopeditors.desktop +application/vnd.openxmlformats-officedocument.spreadsheetml.template=org.onlyoffice.desktopeditors.desktop +application/x-dos_ms_excel=org.onlyoffice.desktopeditors.desktop +application/x-excel=org.onlyoffice.desktopeditors.desktop +application/x-ms-excel=org.onlyoffice.desktopeditors.desktop +application/x-msexcel=org.onlyoffice.desktopeditors.desktop +text/comma-separated-values=org.onlyoffice.desktopeditors.desktop +text/csv=org.onlyoffice.desktopeditors.desktop +text/tab-separated-values=org.onlyoffice.desktopeditors.desktop +text/x-comma-separated-values=org.onlyoffice.desktopeditors.desktop +text/x-csv=org.onlyoffice.desktopeditors.desktop +application/mspowerpoint=org.onlyoffice.desktopeditors.desktop +application/vnd.ms-powerpoint=org.onlyoffice.desktopeditors.desktop +application/vnd.ms-powerpoint.presentation.macroEnabled.12=org.onlyoffice.desktopeditors.desktop +application/vnd.ms-powerpoint.slideshow.macroEnabled.12=org.onlyoffice.desktopeditors.desktop +application/vnd.ms-powerpoint.template.macroEnabled.12=org.onlyoffice.desktopeditors.desktop +application/vnd.oasis.opendocument.presentation=org.onlyoffice.desktopeditors.desktop +application/vnd.oasis.opendocument.presentation-template=org.onlyoffice.desktopeditors.desktop +application/vnd.openxmlformats-officedocument.presentationml.presentation=org.onlyoffice.desktopeditors.desktop +application/vnd.openxmlformats-officedocument.presentationml.slide=org.onlyoffice.desktopeditors.desktop +application/vnd.openxmlformats-officedocument.presentationml.slideshow=org.onlyoffice.desktopeditors.desktop +application/vnd.openxmlformats-officedocument.presentationml.template=org.onlyoffice.desktopeditors.desktop application/gzip=xarchiver.desktop application/vnd.debian.binary-package=xarchiver.desktop application/vnd.ms-cab-compressed=xarchiver.desktop @@ -213,49 +213,49 @@ video/x-msvideo=mpv.desktop; video/x-ogm+ogg=mpv.desktop; video/x-theora=mpv.desktop; video/x-theora+ogg=mpv.desktop; -application/msword=libreoffice-writer.desktop; -application/rtf=libreoffice-writer.desktop; -application/vnd.ms-word=libreoffice-writer.desktop; -application/vnd.ms-word.document.macroEnabled.12=libreoffice-writer.desktop; -application/vnd.ms-word.template.macroEnabled.12=libreoffice-writer.desktop; -application/vnd.oasis.opendocument.text=libreoffice-writer.desktop; -application/vnd.oasis.opendocument.text-template=libreoffice-writer.desktop; -application/vnd.openxmlformats-officedocument.wordprocessingml.document=libreoffice-writer.desktop; -application/vnd.openxmlformats-officedocument.wordprocessingml.template=libreoffice-writer.desktop; -application/x-doc=libreoffice-writer.desktop; -text/rtf=libreoffice-writer.desktop; -application/csv=libreoffice-calc.desktop; -application/excel=libreoffice-calc.desktop; -application/msexcel=libreoffice-calc.desktop; -application/tab-separated-values=libreoffice-calc.desktop; -application/vnd.ms-excel=libreoffice-calc.desktop; -application/vnd.ms-excel.sheet.binary.macroEnabled.12=libreoffice-calc.desktop; -application/vnd.ms-excel.sheet.macroEnabled.12=libreoffice-calc.desktop; -application/vnd.ms-excel.template.macroEnabled.12=libreoffice-calc.desktop; -application/vnd.oasis.opendocument.spreadsheet=libreoffice-calc.desktop; -application/vnd.oasis.opendocument.spreadsheet-template=libreoffice-calc.desktop; -application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=libreoffice-calc.desktop; -application/vnd.openxmlformats-officedocument.spreadsheetml.template=libreoffice-calc.desktop; -application/x-dos_ms_excel=libreoffice-calc.desktop; -application/x-excel=libreoffice-calc.desktop; -application/x-ms-excel=libreoffice-calc.desktop; -application/x-msexcel=libreoffice-calc.desktop; -text/comma-separated-values=libreoffice-calc.desktop; -text/csv=libreoffice-calc.desktop; -text/tab-separated-values=libreoffice-calc.desktop; -text/x-comma-separated-values=libreoffice-calc.desktop; -text/x-csv=libreoffice-calc.desktop; -application/mspowerpoint=libreoffice-impress.desktop; -application/vnd.ms-powerpoint=libreoffice-impress.desktop; -application/vnd.ms-powerpoint.presentation.macroEnabled.12=libreoffice-impress.desktop; -application/vnd.ms-powerpoint.slideshow.macroEnabled.12=libreoffice-impress.desktop; -application/vnd.ms-powerpoint.template.macroEnabled.12=libreoffice-impress.desktop; -application/vnd.oasis.opendocument.presentation=libreoffice-impress.desktop; -application/vnd.oasis.opendocument.presentation-template=libreoffice-impress.desktop; -application/vnd.openxmlformats-officedocument.presentationml.presentation=libreoffice-impress.desktop; -application/vnd.openxmlformats-officedocument.presentationml.slide=libreoffice-impress.desktop; -application/vnd.openxmlformats-officedocument.presentationml.slideshow=libreoffice-impress.desktop; -application/vnd.openxmlformats-officedocument.presentationml.template=libreoffice-impress.desktop; +application/msword=org.onlyoffice.desktopeditors.desktop; +application/rtf=org.onlyoffice.desktopeditors.desktop; +application/vnd.ms-word=org.onlyoffice.desktopeditors.desktop; +application/vnd.ms-word.document.macroEnabled.12=org.onlyoffice.desktopeditors.desktop; +application/vnd.ms-word.template.macroEnabled.12=org.onlyoffice.desktopeditors.desktop; +application/vnd.oasis.opendocument.text=org.onlyoffice.desktopeditors.desktop; +application/vnd.oasis.opendocument.text-template=org.onlyoffice.desktopeditors.desktop; +application/vnd.openxmlformats-officedocument.wordprocessingml.document=org.onlyoffice.desktopeditors.desktop; +application/vnd.openxmlformats-officedocument.wordprocessingml.template=org.onlyoffice.desktopeditors.desktop; +application/x-doc=org.onlyoffice.desktopeditors.desktop; +text/rtf=org.onlyoffice.desktopeditors.desktop; +application/csv=org.onlyoffice.desktopeditors.desktop; +application/excel=org.onlyoffice.desktopeditors.desktop; +application/msexcel=org.onlyoffice.desktopeditors.desktop; +application/tab-separated-values=org.onlyoffice.desktopeditors.desktop; +application/vnd.ms-excel=org.onlyoffice.desktopeditors.desktop; +application/vnd.ms-excel.sheet.binary.macroEnabled.12=org.onlyoffice.desktopeditors.desktop; +application/vnd.ms-excel.sheet.macroEnabled.12=org.onlyoffice.desktopeditors.desktop; +application/vnd.ms-excel.template.macroEnabled.12=org.onlyoffice.desktopeditors.desktop; +application/vnd.oasis.opendocument.spreadsheet=org.onlyoffice.desktopeditors.desktop; +application/vnd.oasis.opendocument.spreadsheet-template=org.onlyoffice.desktopeditors.desktop; +application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=org.onlyoffice.desktopeditors.desktop; +application/vnd.openxmlformats-officedocument.spreadsheetml.template=org.onlyoffice.desktopeditors.desktop; +application/x-dos_ms_excel=org.onlyoffice.desktopeditors.desktop; +application/x-excel=org.onlyoffice.desktopeditors.desktop; +application/x-ms-excel=org.onlyoffice.desktopeditors.desktop; +application/x-msexcel=org.onlyoffice.desktopeditors.desktop; +text/comma-separated-values=org.onlyoffice.desktopeditors.desktop; +text/csv=org.onlyoffice.desktopeditors.desktop; +text/tab-separated-values=org.onlyoffice.desktopeditors.desktop; +text/x-comma-separated-values=org.onlyoffice.desktopeditors.desktop; +text/x-csv=org.onlyoffice.desktopeditors.desktop; +application/mspowerpoint=org.onlyoffice.desktopeditors.desktop; +application/vnd.ms-powerpoint=org.onlyoffice.desktopeditors.desktop; +application/vnd.ms-powerpoint.presentation.macroEnabled.12=org.onlyoffice.desktopeditors.desktop; +application/vnd.ms-powerpoint.slideshow.macroEnabled.12=org.onlyoffice.desktopeditors.desktop; +application/vnd.ms-powerpoint.template.macroEnabled.12=org.onlyoffice.desktopeditors.desktop; +application/vnd.oasis.opendocument.presentation=org.onlyoffice.desktopeditors.desktop; +application/vnd.oasis.opendocument.presentation-template=org.onlyoffice.desktopeditors.desktop; +application/vnd.openxmlformats-officedocument.presentationml.presentation=org.onlyoffice.desktopeditors.desktop; +application/vnd.openxmlformats-officedocument.presentationml.slide=org.onlyoffice.desktopeditors.desktop; +application/vnd.openxmlformats-officedocument.presentationml.slideshow=org.onlyoffice.desktopeditors.desktop; +application/vnd.openxmlformats-officedocument.presentationml.template=org.onlyoffice.desktopeditors.desktop; application/gzip=xarchiver.desktop; application/vnd.debian.binary-package=xarchiver.desktop; application/vnd.ms-cab-compressed=xarchiver.desktop;