This repository has been archived by the owner on May 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Xfce and KDE setups #64
Open
TheWyn
wants to merge
14
commits into
Antergos:master
Choose a base branch
from
TheWyn:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
9184355
Committing what I've done before adding more harddrive space to VM
wyn10 98a739a
Why is this missing...
wyn10 f0861b8
Xfce + Kde => todo testing
wyn10 5733aa9
Make defaults
wyn10 fe70853
Added DE to Iso name
wyn10 810bec3
Force move
wyn10 474d8b3
Should be the latest loader
wyn10 f6daadc
Old loader from 2013, but what Im workin with at the moment
wyn10 e1321f7
Should be it
wyn10 a068816
Update build.sh
wyn10 a438a85
Update Xsession
wyn10 bf1f20a
Update lightdm.conf
wyn10 603d36c
Update .dmrc
wyn10 43b198b
Update antergos
wyn10 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 $@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[Desktop] | ||
Session=gnome | ||
Session=plasma.desktop |
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
configs/kde/root-image/var/lib/AccountsService/users/antergos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
# -*- coding: utf-8 -*- | ||
# | ||
# 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 "" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.