Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Xfce and KDE setups #64

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/kde/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e -u

iso_name=antergos
iso_name=antergos-kde
iso_label="ANTERGOS"
iso_version=$(date +%Y.%m.%d)
install_dir="arch"
Expand Down
121 changes: 121 additions & 0 deletions configs/kde/packages.both
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
# Installation
crda
dialog
dmraid
efibootmgr
gparted
gptfdisk
grub
haveged
hwdetect
hwinfo
ntp
os-prober
parted
efitools
arch-install-scripts
fakeroot


# Cnchi Graphical Installer

cnchi
python-lxml
python-mako
python-mock
python-requests
python-bugsnag

# Network

b43-fwcutter
broadcom-wl
b43-firmware
dnsutils
intel-ucode
ipw2100-fw
ipw2200-fw
linux-firmware
modemmanager
netctl
net-tools
plasma-nm
networkmanager-openvpn
networkmanager-pptp
rp-pppoe
usb_modeswitch
whois
wireless_tools
wpa_actiond
zd1211-firmware

# Filesystems

linux-headers
btrfs-progs
dosfstools
f2fs-tools
mtools
ntfs-3g
squashfs-tools
xfsprogs
zfs

# Xorg & Graphics Drivers

mesa
mesa-vdpau
virtualbox-guest-modules-arch
virtualbox-guest-utils
xf86-input-synaptics
xf86-video-ati
xf86-video-fbdev
xf86-video-intel
xf86-video-nouveau
xf86-video-openchrome
xf86-video-vesa
xf86-video-vmware
xorg-server
xorg-server-utils


# System Tools

alsa-utils
expect
git
gksu
pamac
pkgfile
powerpill
reflector
sudo
unzip
unrar
wget
xdg-user-dirs-gtk
plymouth

# Fonts

divehi-fonts
ttf-aboriginal-sans
ttf-arphic-uming
ttf-baekmuk
ttf-bitstream-vera
ttf-dejavu
ttf-freefont
ttf-opensans


# Desktop

chromium
chromium-pepper-flash
antergos-kde-setup

# LightDM

lightdm-webkit2-greeter
light-locker
light-locker-settings
81 changes: 0 additions & 81 deletions configs/kde/root-image/etc/lightdm/Xsession
Original file line number Diff line number Diff line change
Expand Up @@ -55,87 +55,6 @@ fi
# Make sure dbus is available then set gsettings
export DISPLAY=:0

set_gsettings() {

if [[ -z "$DBUS_SESSION_BUS_ADDRESS" ]]; then
# No DBUS session running, start one.
eval `dbus-launch --sh-syntax`
fi

# Change keyboard layaout
_current_val="$(gsettings get org.gnome.desktop.input-sources sources)"
echo "${_current_val}" > /tmp/.input-sources
if [[ *'[]'* = "${_current_val}" ]]; then
gsettings set org.gnome.desktop.input-sources sources "[('xkb','us')]"
fi

# Enabled extensions
_extensions="['[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]@gmail.com']"
gsettings set org.gnome.shell enabled-extensions "${_extensions}"

# Extension - Panel-OSD Settings
gsettings set org.gnome.shell.extensions.panel-osd x-pos 96.0
gsettings set org.gnome.shell.extensions.panel-osd y-pos 96.0
gsettings set org.gnome.shell.extensions.panel-osd force-expand true

# Extension - dash-to-dock Settings
gsettings set org.gnome.shell.extensions.dash-to-dock apply-custom-theme false
gsettings set org.gnome.shell.extensions.dash-to-dock opaque-background true
gsettings set org.gnome.shell.extensions.dash-to-dock background-opacity 0.5
gsettings set org.gnome.shell.extensions.dash-to-dock custom-theme-running-dots false
gsettings set org.gnome.shell.extensions.dash-to-dock custom-theme-shrink false

# Randomly choose a default wallpaper from antergos-wallpapers
DIR="/usr/share/antergos/wallpapers"
PIC=$(ls ${DIR}/* | shuf -n1)

gsettings set org.gnome.desktop.background picture-uri file://${PIC}

# Set favorite apps
gsettings set org.gnome.shell favorite-apps "['Cnchi.desktop', 'nautilus.desktop', 'chromium.desktop', 'pidgin.desktop', 'gnome-music.desktop']"

# Disable screensaver
gsettings set org.gnome.desktop.screensaver lock-enabled false
gsettings set org.gnome.desktop.lockdown disable-lock-screen true
gsettings set org.gnome.desktop.session idle-delay 0


# Set theme
gsettings set org.gnome.desktop.interface gtk-theme 'Numix-Frost-Light'
gsettings set org.gnome.desktop.wm.preferences theme 'Numix-Frost-Light'
gsettings set org.gnome.shell.extensions.user-theme name 'Numix-Frost'

# Set icon theme
gsettings set org.gnome.desktop.interface icon-theme 'Numix-Square'

# Not show desktop icons
gsettings set org.gnome.desktop.background show-desktop-icons false

# Minimize and close buttons
gsettings set org.gnome.desktop.wm.preferences button-layout 'appmenu:minimize,maximize,close'

# Don't Disable terminal bell (accessibility concerns)
gsettings set org.gnome.desktop.wm.preferences audible-bell true

# Configure touchpad
gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true
gsettings set org.gnome.desktop.peripherals.touchpad natural-scroll true
gsettings set org.gnome.desktop.peripherals.touchpad scroll-method 'two-finger-scrolling'

# Set fonts
gsettings set org.gnome.desktop.interface font-name 'Open Sans 12'
gsettings set org.gnome.desktop.wm.preferences titlebar-font 'Open Sans 13'
gsettings set org.gnome.settings-daemon.plugins.xsettings antialiasing 'rgba'

# Turn on automatic date/time
gsettings set org.gnome.desktop.datetime automatic-timezone true;

}

echo "Running set-gsettings..."
set_gsettings > /tmp/.set_gsettings 2>&1;
echo "set-gsettings complete"
gnome-keyring-daemon -rd
echo "X session wrapper complete, running session $@"

exec $@
2 changes: 1 addition & 1 deletion configs/kde/root-image/etc/lightdm/lightdm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ greeter-session=lightdm-webkit2-greeter
#greeter-allow-guest=true
#greeter-show-manual-login=false
#greeter-show-remote-login=true
user-session=gnome
user-session=plasma.desktop
#allow-user-switching=true
#allow-guest=true
#guest-session=
Expand Down
2 changes: 1 addition & 1 deletion configs/kde/root-image/etc/skel/.dmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[Desktop]
Session=gnome
Session=plasma.desktop
1 change: 0 additions & 1 deletion configs/kde/root-image/var

This file was deleted.

5 changes: 5 additions & 0 deletions configs/kde/root-image/var/lib/AccountsService/users/antergos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[User]
Language=en_US.UTF-8
XSession=plasma.desktop
Icon=
SystemAccount=false
Binary file added configs/xfce/CNCHI_UPDATER.mo
Binary file not shown.
78 changes: 78 additions & 0 deletions configs/xfce/CNCHI_UPDATER.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# -*- coding: utf-8 -*-
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wyn10 This should be a relative symlink to the file that is in the main iso config directory. So after changing directories to antergos-iso/configs/xfce you would run this command to create the symlink: ln -sr ../antergos/CNCHI_UPDATER.pot CNCHI_UPDATER.pot

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lots0logs I was getting a few errors from symlinks when I was running the build script, I'm going to assume I did something, and ended up just replacing them all to get the issue out of my hair. I'll go through em all and replace them back.

#
# CNCHI_UPDATER.pot
#
# Copyright © 2013-2015 Antergos
#
# This file is part of Cnchi.
#
# Cnchi is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# Cnchi is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Cnchi; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-05-05 18:37-0500\n"
"PO-Revision-Date: 2015-05-05 18:38-0600\n"
"Language: bin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Last-Translator: \n"
"Language-Team: \n"
"X-Generator: Poedit 1.7.5\n"

#: pacman-boot:38
msgid "INSTALLER NOTICE:"
msgstr ""

#: pacman-boot:39
msgid ""
"You must be connected to the internet to install Antergos. Click the network "
"icon in the top bar to configure your connection."
msgstr ""

#: pacman-boot:40
msgid "Installing Updates"
msgstr ""

#: pacman-boot:41
msgid "Installing available updates."
msgstr ""

#: pacman-boot:42
msgid "Update Complete"
msgstr ""

#: pacman-boot:43
msgid "Updates were installed sucessfully. Starting Cnchi..."
msgstr ""

#: pacman-boot:44
msgid "Cnchi Automatic Updates"
msgstr ""

#: pacman-boot:45
msgid "Checking for available updates for the Antergos Installer."
msgstr ""

#: pacman-boot:46
msgid "Check was sucessful."
msgstr ""

#: pacman-boot:47
msgid "You have the latest version. You can proceed with your installation!"
msgstr ""
Loading