mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-10 15:08:57 +00:00
Adding proper xfce4-terminal for desktop, removing xterm, adding openVPN plugin for desktop network manager, adjusting desktop shortcut, updating icon theme package. This package also doesn't want to install on Stretch.
This commit is contained in:
parent
ecc542aea7
commit
7f0df0d050
5 changed files with 28 additions and 4 deletions
|
@ -123,9 +123,9 @@ PACKAGE_LIST_ADDITIONAL="alsa-utils btrfs-tools dosfstools hddtemp iotop iozone3
|
|||
hdparm rfkill vlan sysstat bash-completion hostapd git ethtool network-manager unzip ifenslave \
|
||||
libpam-systemd iperf3 software-properties-common libnss-myhostname f2fs-tools avahi-autoipd iputils-arping"
|
||||
|
||||
PACKAGE_LIST_DESKTOP="xserver-xorg xserver-xorg-video-fbdev gvfs-backends gvfs-fuse xfonts-base xinit x11-xserver-utils xfce4 lxtask xterm mirage thunar-volman galculator hexchat \
|
||||
PACKAGE_LIST_DESKTOP="xserver-xorg xserver-xorg-video-fbdev gvfs-backends gvfs-fuse xfonts-base xinit x11-xserver-utils xfce4 lxtask xfce4-terminal mirage thunar-volman galculator hexchat \
|
||||
gtk2-engines gtk2-engines-murrine gtk2-engines-pixbuf libgtk2.0-bin gcj-jre-headless xfce4-screenshooter libgnome2-perl gksu \
|
||||
network-manager-gnome xfce4-notifyd gnome-keyring gcr libgck-1-0 libgcr-3-common p11-kit pasystray pavucontrol pulseaudio \
|
||||
network-manager-gnome network-manager-openvpn-gnome xfce4-notifyd gnome-keyring gcr libgck-1-0 libgcr-3-common p11-kit pasystray pavucontrol pulseaudio \
|
||||
paman pavumeter pulseaudio-module-gconf bluez bluez-tools pulseaudio-module-bluetooth blueman libpam-gnome-keyring libgl1-mesa-dri mpv \
|
||||
libreoffice-writer libreoffice-style-tango libreoffice-gtk policykit-1 fbi profile-sync-daemon"
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ install_desktop ()
|
|||
cp $SRC/packages/blobs/desktop/wallpapers/armbian*.jpg $SDCARD/usr/share/backgrounds/xfce/
|
||||
|
||||
# Install custom icons and theme
|
||||
install_deb_chroot "$SRC/packages/blobs/desktop/vibrancy-colors_2.4-trusty-Noobslab.com_all.deb"
|
||||
install_deb_chroot "$SRC/packages/blobs/desktop/vibrancy-colors_2.7~xenial~Noobslab.com_all.deb"
|
||||
|
||||
# Enable network manager
|
||||
if [[ -f $SDCARD/etc/NetworkManager/NetworkManager.conf ]]; then
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
[Configuration]
|
||||
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
|
||||
MiscAlwaysShowTabs=FALSE
|
||||
MiscBell=FALSE
|
||||
MiscBordersDefault=TRUE
|
||||
MiscCursorBlinks=FALSE
|
||||
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
|
||||
MiscDefaultGeometry=80x24
|
||||
MiscInheritGeometry=FALSE
|
||||
MiscMenubarDefault=TRUE
|
||||
MiscMouseAutohide=FALSE
|
||||
MiscToolbarDefault=FALSE
|
||||
MiscConfirmClose=TRUE
|
||||
MiscCycleTabs=TRUE
|
||||
MiscTabCloseButtons=TRUE
|
||||
MiscTabCloseMiddleClick=TRUE
|
||||
MiscTabPosition=GTK_POS_TOP
|
||||
MiscHighlightUrls=TRUE
|
||||
MiscScrollAlternateScreen=TRUE
|
||||
BackgroundDarkness=0.940000
|
||||
FontName=Monospace 10
|
||||
ColorForeground=#5f5fffff0000
|
||||
TitleInitial=Armbian
|
||||
ScrollingBar=TERMINAL_SCROLLBAR_NONE
|
|
@ -3,7 +3,7 @@ Version=1.0
|
|||
Type=Application
|
||||
Name=Config
|
||||
Comment=Basic system settings
|
||||
Exec=gksu "xterm -fa 'Monospace' -fs 14 -fullscreen -e armbian-config"
|
||||
Exec=gksu "xfce4-terminal --hide-menubar --fullscreen -e armbian-config"
|
||||
Icon=system-settings
|
||||
Path=
|
||||
Terminal=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue