Configure default browser and favorites in menu.
This commit is contained in:
parent
18928f2818
commit
0c9711a1da
1 changed files with 16 additions and 0 deletions
|
@ -20,3 +20,19 @@
|
|||
regexp: '"quiet"$'
|
||||
replace: '"quiet splash"'
|
||||
notify: update grub
|
||||
|
||||
- name: switch default browser
|
||||
blockinfile:
|
||||
path: /etc/xdg/kdeglobals
|
||||
block: |
|
||||
[General]
|
||||
BrowserApplication=firefox-esr.desktop
|
||||
create: true
|
||||
|
||||
- name: add some favorites to the KDE menu
|
||||
blockinfile:
|
||||
path: /etc/xdg/kickoffrc
|
||||
block: |
|
||||
[Favorites]
|
||||
FavoriteURLs=firefox-esr.desktop,org.kde.dolphin.desktop,libreoffice-startcenter.desktop,org.kde.okular.desktop,org.kde.kate.desktop,gimp.desktop,inkscape.desktop,vlc.desktop,org.kde.konsole.desktop
|
||||
create: true
|
||||
|
|
Loading…
Add table
Reference in a new issue