Skip to content

Commit 9a1f580

Browse files
authored
[MAJOR] Merge pull request #2 from tcet-opensource/xfce-de
XFCE DE + Themes + Logo + Installer
2 parents 2157fb8 + 38cd403 commit 9a1f580

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

+736
-49
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Section "InputClass"
2+
Identifier "MyTouchpad"
3+
MatchIsTouchpad "on"
4+
Driver "libinput"
5+
Option "Tapping" "on"
6+
EndSection

airootfs/etc/default/grub

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# GRUB boot loader configuration
2+
3+
GRUB_DEFAULT=0
4+
GRUB_TIMEOUT=5
5+
GRUB_DISTRIBUTOR="TCET"
6+
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet audit=0"
7+
GRUB_CMDLINE_LINUX=""
8+
9+
# Preload both GPT and MBR modules so that they are not missed
10+
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
11+
12+
# Uncomment to enable booting from LUKS encrypted devices
13+
GRUB_ENABLE_CRYPTODISK=y
14+
15+
# Set to 'countdown' or 'hidden' to change timeout behavior,
16+
# press ESC key to display menu.
17+
GRUB_TIMEOUT_STYLE=menu
18+
19+
# Uncomment to use basic console
20+
GRUB_TERMINAL_INPUT=console
21+
22+
# Uncomment to disable graphical terminal
23+
#GRUB_TERMINAL_OUTPUT=console
24+
25+
# The resolution used on graphical terminal
26+
# note that you can use only modes which your graphic card supports via VBE
27+
# you can see them in real GRUB with the command `vbeinfo'
28+
GRUB_GFXMODE=auto
29+
30+
# Uncomment to allow the kernel use the same resolution used by grub
31+
GRUB_GFXPAYLOAD_LINUX=keep
32+
33+
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
34+
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
35+
#GRUB_DISABLE_LINUX_UUID=true
36+
37+
# Uncomment to disable generation of recovery mode menu entries
38+
GRUB_DISABLE_RECOVERY=true
39+
40+
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
41+
# modes only. Entries specified as foreground/background.
42+
#GRUB_COLOR_NORMAL="white/black"
43+
#GRUB_COLOR_HIGHLIGHT="light-cyan/black"
44+
45+
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
46+
GRUB_BACKGROUND="/usr/share/backgrounds/xfce/wallpaper4.png"
47+
#GRUB_THEME=
48+
49+
# Uncomment to get a beep at GRUB start
50+
#GRUB_INIT_TUNE="480 440 1"
51+
52+
# Uncomment to make GRUB remember the last selection. This requires
53+
# setting 'GRUB_DEFAULT=saved' above. Change 0 into saved.
54+
# Do not forget to 'update-grub' in a terminal to apply the new settings
55+
#GRUB_SAVEDEFAULT="true"
56+
57+
# Uncomment to make grub stop using submenus
58+
#GRUB_DISABLE_SUBMENU=y
59+
60+
#New GRUB update disables OS prober by default. We don't want that.
61+
GRUB_DISABLE_OS_PROBER=false

airootfs/etc/group

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
root:x:0:root
2+
sys:x:3:bin,liveuser
3+
network:x:90:liveuser
4+
power:x:98:liveuser
5+
adm:x:999:liveuser
6+
wheel:x:998:liveuser
7+
uucp:x:987:liveuser
8+
optical:x:990:liveuser
9+
rfkill:x:983:liveuser
10+
video:x:986:liveuser
11+
storage:x:988:liveuser
12+
audio:x:995:liveuser
13+
users:x:985:liveuser
14+
nopasswdlogin:x:966:liveuser
15+
autologin:x:967:liveuser
16+
liveuser:x:1000:

airootfs/etc/gshadow

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
root:::root
2+
sys:!!::liveuser
3+
network:!!::liveuser
4+
power:!!::liveuser
5+
adm:!!::liveuser
6+
wheel:!!::liveuser
7+
uucp:!!::liveuser
8+
optical:!!::liveuser
9+
rfkill:!!::liveuser
10+
video:!!::liveuser
11+
storage:!!::liveuser
12+
audio:!!::liveuser
13+
users:!!::liveuser
14+
nopasswdlogin:!::liveuser
15+
autologin:!::liveuser
16+
liveuser:!::

airootfs/etc/hostname

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tcetlinuxiso
1+
tcetlinux
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# LightDM GTK+ Configuration
2+
# Available configuration options listed below.
3+
#
4+
# Appearance:
5+
# theme-name = GTK+ theme to use
6+
# icon-theme-name = Icon theme to use
7+
# cursor-theme-name = Cursor theme to use
8+
# cursor-theme-size = Cursor size to use
9+
# background = Background file to use, either an image path or a color (e.g. #772953)
10+
# user-background = false|true ("true" by default) Display user background (if available)
11+
# transition-duration = Length of time (in milliseconds) to transition between background images ("500" by default)
12+
# transition-type = ease-in-out|linear|none ("ease-in-out" by default)
13+
#
14+
# Fonts:
15+
# font-name = Font to use
16+
# xft-antialias = false|true Whether to antialias Xft fonts
17+
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
18+
# xft-hintstyle = none|slight|medium|hintfull What degree of hinting to use
19+
# xft-rgba = none|rgb|bgr|vrgb|vbgr Type of subpixel antialiasing
20+
#
21+
# Login window:
22+
# active-monitor = Monitor to display greeter window (name or number). Use #cursor value to display greeter at monitor with cursor. Can be a semicolon separated list
23+
# position = x y ("50% 50%" by default) Login window position
24+
# default-user-image = Image used as default user icon, path or #icon-name
25+
# hide-user-image = false|true ("false" by default)
26+
#
27+
# Panel:
28+
# panel-position = top|bottom ("top" by default)
29+
# clock-format = strftime-format string, e.g. %H:%M
30+
# indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power", "~clock", "~host", "~spacer". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
31+
#
32+
# Accessibility:
33+
# a11y-states = states of accessibility features: "name" - save state on exit, "-name" - disabled at start (default value for unlisted), "+name" - enabled at start. Allowed names: contrast, font, keyboard, reader.
34+
# keyboard = command to launch on-screen keyboard (e.g. "onboard")
35+
# keyboard-position = x y[;width height] ("50%,center -0;50% 25%" by default) Works only for "onboard"
36+
# reader = command to launch screen reader (e.g. "orca")
37+
# at-spi-enabled = false|true ("true" by default) Enables accessibility at-spi-command if the greeter is built with it enabled
38+
#
39+
# Security:
40+
# allow-debugging = false|true ("false" by default)
41+
# screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
42+
#
43+
# Template for per-monitor configuration:
44+
# [monitor: name]
45+
# background = overrides default value
46+
# user-background = overrides default value
47+
# laptop = false|true ("false" by default) Marks monitor as laptop display
48+
# transition-duration = overrides default value
49+
#
50+
[greeter]
51+
background=/usr/share/backgrounds/xfce/wallpaper5.png
52+
#user-background=
53+
theme-name=Qogir-dark
54+
icon-theme-name=tela-circle-icon
55+
#font-name=
56+
xft-antialias=true
57+
#xft-dpi=
58+
#xft-hintstyle=
59+
#xft-rgba=
60+
#indicators=
61+
#clock-format=
62+
#keyboard=
63+
#reader=
64+
#position=
65+
#screensaver-timeout=

airootfs/etc/lightdm/lightdm.conf

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
#
2+
# General configuration
3+
#
4+
# start-default-seat = True to always start one seat if none are defined in the configuration
5+
# greeter-user = User to run greeter as
6+
# minimum-display-number = Minimum display number to use for X servers
7+
# minimum-vt = First VT to run displays on
8+
# lock-memory = True to prevent memory from being paged to disk
9+
# user-authority-in-system-dir = True if session authority should be in the system location
10+
# guest-account-script = Script to be run to setup guest account
11+
# logind-check-graphical = True to on start seats that are marked as graphical by logind
12+
# log-directory = Directory to log information to
13+
# run-directory = Directory to put running state in
14+
# cache-directory = Directory to cache to
15+
# sessions-directory = Directory to find sessions
16+
# remote-sessions-directory = Directory to find remote sessions
17+
# greeters-directory = Directory to find greeters
18+
# backup-logs = True to move add a .old suffix to old log files when opening new ones
19+
# dbus-service = True if LightDM provides a D-Bus service to control it
20+
#
21+
22+
[LightDM]
23+
#start-default-seat=true
24+
#greeter-user=lightdm
25+
#minimum-display-number=0
26+
#minimum-vt=7 # Setting this to a value < 7 implies security issues, see FS#46799
27+
#lock-memory=true
28+
#user-authority-in-system-dir=false
29+
#guest-account-script=guest-account
30+
#logind-check-graphical=false
31+
#log-directory=/var/log/lightdm
32+
run-directory=/run/lightdm
33+
#cache-directory=/var/cache/lightdm
34+
#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
35+
#remote-sessions-directory=/usr/share/lightdm/remote-sessions
36+
#greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters
37+
#backup-logs=true
38+
#dbus-service=true
39+
40+
#
41+
# Seat configuration
42+
#
43+
# Seat configuration is matched against the seat name glob in the section, for example:
44+
# [Seat:*] matches all seats and is applied first.
45+
# [Seat:seat0] matches the seat named "seat0".
46+
# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
47+
#
48+
# type = Seat type (local, xremote)
49+
# pam-service = PAM service to use for login
50+
# pam-autologin-service = PAM service to use for autologin
51+
# pam-greeter-service = PAM service to use for greeters
52+
# xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
53+
# xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
54+
# xserver-config = Config file to pass to X server
55+
# xserver-layout = Layout to pass to X server
56+
# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
57+
# xserver-share = True if the X server is shared for both greeter and session
58+
# xserver-hostname = Hostname of X server (only for type=xremote)
59+
# xserver-display-number = Display number of X server (only for type=xremote)
60+
# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
61+
# xdmcp-port = XDMCP UDP/IP port to communicate on
62+
# xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
63+
# greeter-session = Session to load for greeter
64+
# greeter-hide-users = True to hide the user list
65+
# greeter-allow-guest = True if the greeter should show a guest login option
66+
# greeter-show-manual-login = True if the greeter should offer a manual login option
67+
# greeter-show-remote-login = True if the greeter should offer a remote login option
68+
# user-session = Session to load for users
69+
# allow-user-switching = True if allowed to switch users
70+
# allow-guest = True if guest login is allowed
71+
# guest-session = Session to load for guests (overrides user-session)
72+
# session-wrapper = Wrapper script to run session with
73+
# greeter-wrapper = Wrapper script to run greeter with
74+
# guest-wrapper = Wrapper script to run guest sessions with
75+
# display-setup-script = Script to run when starting a greeter session (runs as root)
76+
# display-stopped-script = Script to run after stopping the display server (runs as root)
77+
# greeter-setup-script = Script to run when starting a greeter (runs as root)
78+
# session-setup-script = Script to run when starting a user session (runs as root)
79+
# session-cleanup-script = Script to run when quitting a user session (runs as root)
80+
# autologin-guest = True to log in as guest by default
81+
# autologin-user = User to log in with by default (overrides autologin-guest)
82+
# autologin-user-timeout = Number of seconds to wait before loading default user
83+
# autologin-session = Session to load for automatic login (overrides user-session)
84+
# autologin-in-background = True if autologin session should not be immediately activated
85+
# exit-on-failure = True if the daemon should exit if this seat fails
86+
#
87+
88+
[Seat:*]
89+
#type=local
90+
#pam-service=lightdm
91+
#pam-autologin-service=lightdm-autologin
92+
#pam-greeter-service=lightdm-greeter
93+
#xserver-command=X
94+
#xmir-command=Xmir
95+
#xserver-config=
96+
#xserver-layout=
97+
#xserver-allow-tcp=false
98+
#xserver-share=true
99+
#xserver-hostname=
100+
#xserver-display-number=
101+
#xdmcp-manager=
102+
#xdmcp-port=177
103+
#xdmcp-key=
104+
greeter-session=lightdm-gtk-greeter
105+
#greeter-hide-users=false
106+
#greeter-allow-guest=true
107+
#greeter-show-manual-login=false
108+
#greeter-show-remote-login=true
109+
user-session=xfce
110+
#allow-user-switching=true
111+
#allow-guest=true
112+
#guest-session=
113+
session-wrapper=/etc/lightdm/Xsession
114+
#greeter-wrapper=
115+
#guest-wrapper=
116+
#display-setup-script=
117+
#display-stopped-script=
118+
#greeter-setup-script=
119+
#session-setup-script=
120+
#session-cleanup-script=
121+
#autologin-guest=false
122+
autologin-user=liveuser
123+
#autologin-user-timeout=0
124+
#autologin-in-background=false
125+
#autologin-session=xfce
126+
#exit-on-failure=false
127+
128+
#
129+
# XDMCP Server configuration
130+
#
131+
# enabled = True if XDMCP connections should be allowed
132+
# port = UDP/IP port to listen for connections on
133+
# listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
134+
# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
135+
# hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset)
136+
#
137+
# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively
138+
# it can be a word and the first 7 characters are used as the key.
139+
#
140+
greeter-show-manual-login=false
141+
142+
[XDMCPServer]
143+
#enabled=false
144+
#port=177
145+
#listen-address=
146+
#key=
147+
#hostname=
148+
149+
#
150+
# VNC Server configuration
151+
#
152+
# enabled = True if VNC connections should be allowed
153+
# command = Command to run Xvnc server with
154+
# port = TCP/IP port to listen for connections on
155+
# listen-address = Host/address to listen for VNC connections (use all addresses if not present)
156+
# width = Width of display to use
157+
# height = Height of display to use
158+
# depth = Color depth of display to use
159+
#
160+
161+
[VNCServer]
162+
#enabled=false
163+
#command=Xvnc
164+
#port=5900
165+
#listen-address=
166+
#width=1024
167+
#height=768
168+
#depth=8

airootfs/etc/lsb-release

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DISTRIB_ID=TCET
2+
DISTRIB_RELEASE=tcetlinux
3+
DISTRIB_DESCRIPTION="TCET Linux"

airootfs/etc/lsb-release.bak

Lines changed: 0 additions & 4 deletions
This file was deleted.

airootfs/etc/mkinitcpio.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ HOOKS=(base udev modconf kms memdisk archiso archiso_loop_mnt archiso_pxe_common
5757
#COMPRESSION="gzip"
5858
#COMPRESSION="bzip2"
5959
#COMPRESSION="lzma"
60-
COMPRESSION="xz"
60+
#COMPRESSION="xz"
6161
#COMPRESSION="lzop"
6262
#COMPRESSION="lz4"
63-
#COMPRESSION="zstd"
63+
COMPRESSION="zstd"
6464

6565
# COMPRESSION_OPTIONS
6666
# Additional options for the compressor

0 commit comments

Comments
 (0)