mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pentoo-desktop: fix that one bug but right
This commit is contained in:
parent
13ee6ad714
commit
78a386c678
2 changed files with 10 additions and 0 deletions
7
pentoo/pentoo-desktop/files/mimeapps.list
Normal file
7
pentoo/pentoo-desktop/files/mimeapps.list
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[Default Applications]
|
||||
x-scheme-handler/http=chromium-browser-chromium.desktop
|
||||
x-scheme-handler/https=chromium-browser-chromium.desktop
|
||||
|
||||
[Added Associations]
|
||||
x-scheme-handler/http=chromium-browser-chromium.desktop
|
||||
x-scheme-handler/https=chromium-browser-chromium.desktop
|
||||
|
|
@ -114,6 +114,9 @@ src_install() {
|
|||
insinto /etc/skel
|
||||
newins "${FILESDIR}"/Xdefaults .Xdefaults
|
||||
|
||||
insinto /etc/skel/.config
|
||||
doins "${FILESDIR}"/mimeapps.list
|
||||
|
||||
insinto /etc/skel/.config/gtk-3.0/
|
||||
newins "${FILESDIR}"/gtk3-settings.ini settings.ini
|
||||
|
||||
Loading…
Reference in a new issue