WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b9af930

Browse files
committed
[WIP] Issue #8965 - partial fixes for RELEASE=questing DESKTOP_ENVIRONMENT=kde-plasma
1 parent 6a64c9a commit b9af930

File tree

49 files changed

+983
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+983
-1
lines changed

config/desktop/questing

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# install optimized browser configurations
2+
cp "${SRC}"/packages/blobs/desktop/chromium.conf "${destination}"/etc/armbian
3+
cp "${SRC}"/packages/blobs/desktop/firefox.conf "${destination}"/etc/armbian
4+
cp -R "${SRC}"/packages/blobs/desktop/chromium "${destination}"/etc/armbian
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
if [ -f /etc/chromium-browser/default ]; then
2+
cat > /etc/chromium-browser/default << DELIM
3+
# Options to pass to chromium-browser
4+
CHROMIUM_FLAGS="--use-gl=egl --ignore-gpu-blocklist --enable-accelerated-video-decode --enable-zero-copy --enable-gpu-rasterization --enable-oop-rasterization --enable-pinch --flag-switches-begin --flag-switches-end --origin-trial-disabled-features=SecurePaymentConfirmation"
5+
DELIM
6+
fi
7+
8+
# overwrite stock firefox configuration
9+
if [ -d /etc/firefox/ ]; then ln -sf /etc/armbian/firefox.conf /etc/firefox/syspref.js; fi
10+
if [ -d /usr/lib/firefox-esr/ ]; then
11+
ln -sf /etc/armbian/firefox.conf /usr/lib/firefox-esr/mozilla.cfg
12+
echo 'pref("general.config.obscure_value", 0);' > /usr/lib/firefox-esr/defaults/pref/local-settings.js
13+
echo 'pref("general.config.filename", "mozilla.cfg");' >> /usr/lib/firefox-esr/defaults/pref/local-settings.js
14+
fi
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
chromium-browser
2+
firefox
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
hexchat
2+
#pidgin
3+
#purple-discord
4+
#purple-rocketchat
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bleachbit
2+
gparted
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
emacs

config/desktop/questing/appgroups/email/packages

Whitespace-only changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
filezilla
2+
putty
3+
transmission
4+
transmission-remote-gtk
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
celluloid
2+
eog
3+
gimp
4+
pithos
5+
mpv

0 commit comments

Comments
 (0)