Compare commits

19 Commits
1.0 ... main

Author SHA1 Message Date
zj
ee7ab3d7bf fix 23 2026-01-23 05:31:09 +08:00
zj
4069ebe678 fix 2026-01-13 21:14:11 +08:00
zj
bc12ee9cc2 fix dns 2026-01-12 18:06:52 +08:00
zj
e7b4bdb3cb update 2026-01-03 17:28:46 +08:00
zj
ed003457b8 update liveu 2026-01-03 14:31:03 +08:00
zj
ca1081ed84 update 2026-01-02 20:37:43 +08:00
zj
61e8e9ad22 update 2026-01-02 03:54:13 +08:00
zj
4ecabc4741 update 2026-01-01 16:33:37 +08:00
zj
ecddf1fcf8 fix gurb theme 2026-01-01 14:58:32 +08:00
zj
9de07d0d50 fix some 2025-12-31 14:47:54 +08:00
zj
964fa27d31 fix 2025-12-30 00:27:44 +08:00
zj
0aa8f21af8 fix gurb 2025-12-29 21:50:15 +08:00
zj
65d058e1b8 remove efiboot ,use grub 2025-12-29 17:49:04 +08:00
zj
cde933924b change to vsftpd default 2025-12-29 14:34:22 +08:00
zj
33abe2fc17 更新 README.md 2025-12-28 15:33:33 +08:00
zj
e38cf97165 更新 README.md 2025-12-28 15:31:28 +08:00
zj
cece217691 更新 README.md 2025-12-28 15:30:13 +08:00
zj
4ab462a04f 更新 README.md 2025-12-28 15:29:17 +08:00
zj
a73d267809 更新 README.md 2025-12-28 15:22:14 +08:00
154 changed files with 2642 additions and 676 deletions

View File

@@ -44,3 +44,42 @@ Server = http://192.168.10.207:3000/zj/custompkgs/raw/x86_64/
~/Alci-Iso-Out
# 已打包的TMS软件包
```
tms-barco-tools 1.0-1
tms-bbt 1.0-4
tms-bbt-config 2.0-17
tms-grub-theme-git 25.11-01
tms-mysql 5.6.47-3
tms-oracle-jdk8 8.471-2
tms-pure-ftpd-config 12-27
tms-vsftpd-config 12-27
tms-wine-dcc 1.0-1
bbt-calamares-config 25.12-16
calamares 3.4.2-2
```
# 打包git链接
https://git.yuyujing.cn/zj/tms-vsftpd-config-pkg.git
https://git.yuyujing.cn/zj/tms-pure-ftpd-config-pkg.git
https://git.yuyujing.cn/zj/tms-bbt-pkg.git
https://git.yuyujing.cn/zj/tms-bbt-config-pkg.git
https://git.yuyujing.cn/zj/tms-calamares-config.git
https://git.yuyujing.cn/zj/tms-mysql-pkg.git
https://git.yuyujing.cn/zj/tms-barco-pkg.git
https://git.yuyujing.cn/zj/tms-java1.8-pkg.git
https://git.yuyujing.cn/zj/tms-wine-pkg.git
https://git.yuyujing.cn/zj/tms-grub-theme.git
https://git.yuyujing.cn/zj/tms-calamares.git

View File

@@ -43,8 +43,8 @@ GRUB_DISABLE_RECOVERY=true
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme"
#GRUB_BACKGROUND="/boot/grub/background.png"
GRUB_THEME="/boot/grub/themes/tms/theme.txt"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"

View File

@@ -48,48 +48,6 @@ LocalFileSigLevel = Optional
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[arcolinux_repo_testing]
#SigLevel = Required DatabaseOptional
#Include = /etc/pacman.d/arcolinux-mirrorlist
[arcolinux_repo]
SigLevel = Required DatabaseOptional
Include = /etc/pacman.d/arcolinux-mirrorlist
[arcolinux_repo_3party]
SigLevel = Required DatabaseOptional
Include = /etc/pacman.d/arcolinux-mirrorlist
[arcolinux_repo_xlarge]
SigLevel = Required DatabaseOptional
Include = /etc/pacman.d/arcolinux-mirrorlist
#[testing]
#Include = /etc/pacman.d/mirrorlist
[core]
Include = /etc/pacman.d/mirrorlist

View File

@@ -50,31 +50,6 @@ LocalFileSigLevel = Optional
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[core-testing]
#Include = /etc/pacman.d/mirrorlist
[custom]
SigLevel = Optional TrustAll
@@ -98,10 +73,5 @@ Server = https://mirror.yuyujing.cn/archlinux/os/$arch
#[multilib]
#Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

View File

@@ -1,34 +0,0 @@
! ------------------------------------------------------------------------------
! xterm standard arcolinux theme
! ------------------------------------------------------------------------------
! https://critical.ch/xterm/
! ------------------------------------------------------------------------------
xterm*faceName: Monospace
xterm*faceSize: 13
xterm*loginShell: true
xterm*saveLines: 4000
xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
xterm*termName: xterm-color
xterm*eightBitInput: false
xterm*foreground: rgb:d9/d4/d4
xterm*background: rgb:32/32/32
xterm*color0: rgb:00/00/00
xterm*color1: rgb:a8/00/00
xterm*color2: rgb:00/a8/00
xterm*color3: rgb:a8/54/00
xterm*color4: rgb:5f/81/9d
xterm*color5: rgb:a8/00/a8
xterm*color6: rgb:00/a8/a8
xterm*color7: rgb:70/78/80
xterm*color8: rgb:54/54/54
xterm*color9: rgb:fc/54/54
xterm*color10: rgb:54/fc/54
xterm*color11: rgb:fc/fc/54
xterm*color12: rgb:81/a2/be
xterm*color13: rgb:fc/54/fc
xterm*color14: rgb:54/fc/fc
xterm*color15: rgb:c5/c8/c6
xterm*boldMode: false

View File

@@ -26,6 +26,8 @@
<Filename>dcpomatic2.desktop</Filename>
<Filename>xfce4-run.desktop</Filename>
<Filename>uzipkdm.desktop</Filename>
<Filename>xfce4-about.desktop</Filename>
<Filename>usb-disk-repair.desktop</Filename>
</Or>
</Exclude>
@@ -43,7 +45,6 @@
<Separator/>
<Merge type="all"/>
<Separator/>
<Filename>xfce4-about.desktop</Filename>
<Filename>xfce4-session-logout.desktop</Filename>
</Layout>

View File

@@ -2,3 +2,4 @@
[Resolve]
MulticastDNS=yes
DNS=223.5.5.5 8.8.8.8 114.114.114.114

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/pure-ftpd.service

View File

@@ -1,18 +1,16 @@
; xfdesktop-settings GtkAccelMap rc-file -*- scheme -*-
; xfdesktop GtkAccelMap rc-file -*- scheme -*-
; this file is an automated accelerator map dump
;
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/properties" "<Alt>Return")
; (gtk_accel_path "<Actions>/XfceDesktop/primary-menu-2" "Menu")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/open-with-other" "")
; (gtk_accel_path "<Actions>/XfdesktopIconView/activate-3" "Return")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/properties-3" "<Alt>KP_Enter")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/trash" "Delete")
; (gtk_accel_path "<Actions>/XfceDesktop/next-background" "")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/copy-2" "<Primary>Insert")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/cut-2" "")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/cut" "<Primary>x")
; (gtk_accel_path "<Actions>/XfdesktopIconView/unselect-all" "Escape")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/cut-2" "")
; (gtk_accel_path "<Actions>/XfdesktopWindowIconManager/close" "<Primary>c")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/copy-2" "<Primary>Insert")
; (gtk_accel_path "<Actions>/XfdesktopIconView/activate" "space")
; (gtk_accel_path "<Actions>/XfdesktopIconView/activate-2" "KP_Space")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/open" "<Primary>o")
@@ -21,7 +19,7 @@
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/empty-trash" "")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/open-trash" "")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/trash-3" "")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/delete" "<Shift>Delete")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/properties" "<Alt>Return")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/copy" "<Primary>c")
; (gtk_accel_path "<Actions>/XfceDesktop/reload-2" "Reload")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/delete-3" "")
@@ -41,9 +39,9 @@
; (gtk_accel_path "<Actions>/XfdesktopIconView/toggle-cursor" "<Primary>space")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/toggle-show-hidden" "<Primary>h")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/open-home" "<Alt>Home")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/paste" "<Primary>v")
; (gtk_accel_path "<Actions>/XfdesktopWindowIconManager/unminimize" "<Primary>o")
; (gtk_accel_path "<Actions>/XfdesktopIconView/activate-4" "ISO_Enter")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/delete" "<Shift>Delete")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/paste" "<Primary>v")
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/rename" "F2")
; (gtk_accel_path "<Actions>/XfdesktopIconView/arrange-icons" "")
; (gtk_accel_path "<Actions>/XfceDesktop/secondary-menu-2" "<Primary>Menu")

View File

@@ -33,9 +33,18 @@ configs:
"/home/smart/Desktop/\u7247\u5E93":
row: 5
col: 1
"/home/liveuser/Desktop/calamares.desktop":
row: 1
col: 1
"/home/smart/Desktop/\u5BC6\u94A5":
row: 6
col: 1
"/home/liveuser/Desktop/org.kde.partitionmanager.desktop":
row: 5
col: 0
"/home/liveuser/Desktop/firefox.desktop":
row: 6
col: 0
"/home/smart":
row: 0
col: 0
@@ -45,12 +54,25 @@ configs:
"/home/smart/Desktop/Barco Commander.desktop":
row: 4
col: 1
"/home/liveuser/Desktop/sunlogin.desktop":
row: 4
col: 0
"/home/smart/Desktop/DCC.desktop":
row: 2
col: 1
"/home/smart/Desktop/com.teamviewer.TeamViewer.desktop":
row: 0
col: 1
"/home/liveuser":
row: 0
col: 0
"e71c3f70-85c7-42cc-bf0b-ef145faeee8e":
row: 3
col: 0
last_seen: 1767421479822094
"/home/liveuser/Desktop/com.teamviewer.TeamViewer.desktop":
row: 0
col: 1
"2025-11-20-22-50-22-00":
row: 3
col: 0

View File

@@ -1,18 +0,0 @@
[Desktop Entry]
Version=1.0
Type=Application
Exec=exo-open --launch FileManager %u
Icon=org.xfce.filemanager
StartupNotify=true
Terminal=false
Categories=Utility;X-XFCE;X-Xfce-Toplevel;
Keywords[zh_CN]=文件;管理;浏览;文件系统;目录;文件夹;xfce;
Keywords=file;manager;explorer;browse;filesystem;directory;folder;xfce;
OnlyShowIn=XFCE;
X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
X-AppStream-Ignore=True
Name[zh_CN]=文件管理器
Name=File Manager
Comment[zh_CN]=浏览文件系统
Comment=Browse the file system
X-XFCE-Source=file:///usr/share/applications/xfce4-file-manager.desktop

View File

@@ -0,0 +1,16 @@
[Desktop Entry]
Type=Application
Name=KDE Partition Manager
Name[zh_CN]=KDE 分区管理器
GenericName=Partition Editor
GenericName[zh_CN]=分区编辑器
Comment=Manage disks, partitions, and file systems
Comment[zh_CN]=管理磁盘、分区和文件系统
Exec=partitionmanager
Icon=partitionmanager
Categories=System;Filesystem;KDE;Qt;
SingleMainWindow=true
StartupNotify=true
Keywords=partition;disk;
Keywords[zh_CN]=partition;disk;分区;磁盘;fenqu;cipan;
X-XFCE-Source=file:///usr/share/applications/org.kde.partitionmanager.desktop

View File

@@ -0,0 +1,16 @@
[Desktop Entry]
Type=Application
Name=KDE Partition Manager
Name[zh_CN]=KDE 分区管理器
GenericName=Partition Editor
GenericName[zh_CN]=分区编辑器
Comment=Manage disks, partitions, and file systems
Comment[zh_CN]=管理磁盘、分区和文件系统
Exec=partitionmanager
Icon=partitionmanager
Categories=System;Filesystem;KDE;Qt;
SingleMainWindow=true
StartupNotify=true
Keywords=partition;disk;
Keywords[zh_CN]=partition;disk;分区;磁盘;fenqu;cipan;
X-XFCE-Source=file:///usr/share/applications/org.kde.partitionmanager.desktop

View File

@@ -0,0 +1,16 @@
[Desktop Entry]
Type=Application
Name=KDE Partition Manager
Name[zh_CN]=KDE 分区管理器
GenericName=Partition Editor
GenericName[zh_CN]=分区编辑器
Comment=Manage disks, partitions, and file systems
Comment[zh_CN]=管理磁盘、分区和文件系统
Exec=partitionmanager
Icon=partitionmanager
Categories=System;Filesystem;KDE;Qt;
SingleMainWindow=true
StartupNotify=true
Keywords=partition;disk;
Keywords[zh_CN]=partition;disk;分区;磁盘;fenqu;cipan;
X-XFCE-Source=file:///usr/share/applications/org.kde.partitionmanager.desktop

View File

@@ -1,15 +0,0 @@
[Desktop Entry]
Version=1.0
Exec=xfce4-appfinder
Icon=org.xfce.appfinder
StartupNotify=true
Terminal=false
Type=Application
Categories=Utility;X-XFCE;
Name[zh_CN]=应用程序查找器
Name=Application Finder
Comment[zh_CN]=查找和启动在您系统上安装的应用程序
Comment=Find and launch applications installed on your system
Keywords[zh_CN]=program;applications;bookmarks;程序;应用;书签;
Keywords=program;applications;bookmarks;
X-XFCE-Source=file:///usr/share/applications/xfce4-appfinder.desktop

View File

@@ -0,0 +1,11 @@
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Type=Application
Categories=Network;
Name=TeamViewer
Comment=Remote control solution.
Exec=/opt/teamviewer/tv_bin/script/teamviewer
StartupWMClass=TeamViewer
Icon=TeamViewer
X-XFCE-Source=file:///opt/teamviewer/tv_bin/desktop/com.teamviewer.TeamViewer.desktop

View File

@@ -0,0 +1,11 @@
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Type=Application
Categories=Network;
Name=TeamViewer
Comment=Remote control solution.
Exec=/opt/teamviewer/tv_bin/script/teamviewer
StartupWMClass=TeamViewer
Icon=TeamViewer
X-XFCE-Source=file:///opt/teamviewer/tv_bin/desktop/com.teamviewer.TeamViewer.desktop

View File

@@ -0,0 +1,11 @@
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Type=Application
Categories=Network;
Name=TeamViewer
Comment=Remote control solution.
Exec=/opt/teamviewer/tv_bin/script/teamviewer
StartupWMClass=TeamViewer
Icon=TeamViewer
X-XFCE-Source=file:///opt/teamviewer/tv_bin/desktop/com.teamviewer.TeamViewer.desktop

View File

@@ -0,0 +1,19 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Install System
GenericName=System Installer
Keywords=calamares;system;installer;
TryExec=calamares
Exec=sh -c "pkexec calamares"
Comment=Calamares — System Installer
Icon=calamares
Terminal=false
StartupNotify=true
Categories=Qt;System;
X-AppStream-Ignore=true
Name[zh_CN]=安装系统
Icon[zh_CN]=calamares
GenericName[zh_CN]=系统安装程序
Comment[zh_CN]=Calamares — 系统安装程序
X-XFCE-Source=file:///usr/share/applications/calamares.desktop

View File

@@ -0,0 +1,19 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Install System
GenericName=System Installer
Keywords=calamares;system;installer;
TryExec=calamares
Exec=sh -c "pkexec calamares"
Comment=Calamares — System Installer
Icon=calamares
Terminal=false
StartupNotify=true
Categories=Qt;System;
X-AppStream-Ignore=true
Name[zh_CN]=安装系统
Icon[zh_CN]=calamares
GenericName[zh_CN]=系统安装程序
Comment[zh_CN]=Calamares — 系统安装程序
X-XFCE-Source=file:///usr/share/applications/calamares.desktop

View File

@@ -0,0 +1,19 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Install System
GenericName=System Installer
Keywords=calamares;system;installer;
TryExec=calamares
Exec=sh -c "pkexec calamares"
Comment=Calamares — System Installer
Icon=calamares
Terminal=false
StartupNotify=true
Categories=Qt;System;
X-AppStream-Ignore=true
Name[zh_CN]=安装系统
Icon[zh_CN]=calamares
GenericName[zh_CN]=系统安装程序
Comment[zh_CN]=Calamares — 系统安装程序
X-XFCE-Source=file:///usr/share/applications/calamares.desktop

View File

@@ -6,13 +6,18 @@
<property name="screen0" type="empty">
<property name="monitorVirtual-1" type="empty">
<property name="workspace0" type="empty">
<property name="last-image" type="string" value="/home/smart/BBTTMS.png"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/BBTTMS.png"/>
</property>
<property name="last-image" type="string" value="/usr/share/backgrounds/BBTTMS.png"/>
</property>
<property name="monitor0" type="empty">
<property name="image-path" type="string" value="/home/smart/BBTTMS.png"/>
<property name="image-show" type="bool" value="true"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/BBTTMS.png"/>
<property name="workspace0" type="empty">
<property name="last-image" type="string" value="/usr/share/backgrounds/BBTTMS.png"/>
</property>
</property>
<property name="monitoreDP1" type="empty">
<property name="workspace0" type="empty">
@@ -20,6 +25,18 @@
<property name="image-style" type="int" value="5"/>
</property>
</property>
<property name="Virtual-1" type="empty">
<property name="last-image" type="string" value="/usr/share/backgrounds/BBTTMS.png"/>
<property name="workspace0" type="empty">
<property name="last-image" type="string" value="/usr/share/backgrounds/BBTTMS.png"/>
</property>
</property>
<property name="monitor1" type="empty">
<property name="last-image" type="string" value="/usr/share/backgrounds/BBTTMS.png"/>
<property name="workspace0" type="empty">
<property name="last-image" type="string" value="/usr/share/backgrounds/BBTTMS.png"/>
</property>
</property>
</property>
</property>
<property name="last" type="empty">

View File

@@ -4,6 +4,7 @@
<property name="log-max-size-enabled" type="bool" value="true"/>
<property name="applications" type="empty">
<property name="known_applications" type="array">
<value type="string" value="Pinyin"/>
<value type="string" value="拼音"/>
</property>
</property>

View File

@@ -18,6 +18,7 @@
<value type="int" value="3"/>
<value type="int" value="5"/>
<value type="int" value="6"/>
<value type="int" value="21"/>
<value type="int" value="7"/>
<value type="int" value="8"/>
<value type="int" value="9"/>
@@ -34,18 +35,29 @@
<value type="int" value="11"/>
<value type="int" value="12"/>
<value type="int" value="13"/>
<value type="int" value="14"/>
<value type="int" value="15"/>
<value type="int" value="4"/>
<value type="int" value="14"/>
<value type="int" value="16"/>
<value type="int" value="17"/>
<value type="int" value="18"/>
</property>
</property>
</property>
<property name="plugins" type="empty">
<property name="plugin-1" type="string" value="applicationsmenu"/>
<property name="plugin-1" type="string" value="applicationsmenu">
<property name="button-icon" type="string" value="/usr/share/grub/themes/tms/icons/bbttms.png"/>
</property>
<property name="plugin-2" type="string" value="tasklist">
<property name="grouping" type="uint" value="1"/>
<property name="grouping" type="bool" value="false"/>
<property name="flat-buttons" type="bool" value="false"/>
<property name="show-labels" type="bool" value="true"/>
<property name="show-handle" type="bool" value="false"/>
<property name="show-tooltips" type="bool" value="true"/>
<property name="sort-order" type="uint" value="1"/>
<property name="middle-click" type="uint" value="1"/>
<property name="show-wireframes" type="bool" value="false"/>
<property name="include-all-workspaces" type="bool" value="true"/>
<property name="show-only-minimized" type="bool" value="false"/>
<property name="include-all-monitors" type="bool" value="true"/>
</property>
<property name="plugin-3" type="string" value="separator">
<property name="expand" type="bool" value="true"/>
@@ -57,13 +69,23 @@
<property name="plugin-6" type="string" value="systray">
<property name="square-icons" type="bool" value="true"/>
<property name="known-items" type="array">
<value type="string" value="baidunetdisk1"/>
<value type="string" value="remmina-icon"/>
<value type="string" value="ToDesk"/>
<value type="string" value="sunlogin-client"/>
<value type="string" value="Fcitx"/>
<value type="string" value="TeamViewer"/>
</property>
<property name="known-legacy-items" type="array">
<value type="string" value="网络管理器小程序"/>
<value type="string" value="以太网连接“有线连接 3”已激活"/>
<value type="string" value="以太网连接“有线连接 1”已激活"/>
</property>
<property name="hide-new-items" type="bool" value="false"/>
<property name="single-row" type="bool" value="false"/>
<property name="icon-size" type="int" value="22"/>
<property name="menu-is-primary" type="bool" value="false"/>
<property name="symbolic-icons" type="bool" value="false"/>
</property>
<property name="plugin-7" type="string" value="separator">
<property name="style" type="uint" value="0"/>
@@ -80,24 +102,28 @@
<value type="string" value="17637208851.desktop"/>
</property>
</property>
<property name="plugin-14" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="17637208852.desktop"/>
</property>
</property>
<property name="plugin-15" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="17637208853.desktop"/>
</property>
</property>
<property name="plugin-21" type="string" value="pulseaudio">
<property name="enable-keyboard-shortcuts" type="bool" value="true"/>
</property>
<property name="plugin-4" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="17674340441.desktop"/>
</property>
</property>
<property name="plugin-14" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="17674340583.desktop"/>
</property>
</property>
<property name="plugin-16" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="17637208864.desktop"/>
<value type="string" value="17674340684.desktop"/>
</property>
</property>
<property name="plugin-17" type="string" value="separator"/>
<property name="plugin-18" type="string" value="directorymenu">
<property name="base-directory" type="string" value="/home/smart"/>
</property>
</property>
</channel>

View File

@@ -1,8 +1,8 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Install Manjaro Linux
Name[da]=Installer Manjaro Linux
Name=Install TMS Linux
Name[da]=Installer TMS Linux
Name[zh_CN]=TMS安装程序
GenericName=Live Installer
GenericName[da]=Live-installationsprogram
@@ -11,7 +11,7 @@ Comment[da]=Installer styresystemet på disk
Comment[de]=Manjaro Linux installieren
Exec=/usr/bin/calamares_polkit %f
Icon=calamares
Terminal=false
Terminal=true
StartupNotify=true
Type=Application
Categories=Qt;System;

View File

@@ -1,34 +0,0 @@
! ------------------------------------------------------------------------------
! xterm standard arcolinux theme
! ------------------------------------------------------------------------------
! https://critical.ch/xterm/
! ------------------------------------------------------------------------------
xterm*faceName: Monospace
xterm*faceSize: 13
xterm*loginShell: true
xterm*saveLines: 4000
xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
xterm*termName: xterm-color
xterm*eightBitInput: false
xterm*foreground: rgb:d9/d4/d4
xterm*background: rgb:32/32/32
xterm*color0: rgb:00/00/00
xterm*color1: rgb:a8/00/00
xterm*color2: rgb:00/a8/00
xterm*color3: rgb:a8/54/00
xterm*color4: rgb:5f/81/9d
xterm*color5: rgb:a8/00/a8
xterm*color6: rgb:00/a8/a8
xterm*color7: rgb:70/78/80
xterm*color8: rgb:54/54/54
xterm*color9: rgb:fc/54/54
xterm*color10: rgb:54/fc/54
xterm*color11: rgb:fc/fc/54
xterm*color12: rgb:81/a2/be
xterm*color13: rgb:fc/54/fc
xterm*color14: rgb:54/fc/fc
xterm*color15: rgb:c5/c8/c6
xterm*boldMode: false

View File

@@ -26,6 +26,8 @@
<Filename>dcpomatic2.desktop</Filename>
<Filename>xfce4-run.desktop</Filename>
<Filename>uzipkdm.desktop</Filename>
<Filename>xfce4-about.desktop</Filename>
<Filename>usb-disk-repair.desktop</Filename>
</Or>
</Exclude>
@@ -43,7 +45,6 @@
<Separator/>
<Merge type="all"/>
<Separator/>
<Filename>xfce4-about.desktop</Filename>
<Filename>xfce4-session-logout.desktop</Filename>
</Layout>

View File

@@ -44,7 +44,9 @@
</property>
</property>
<property name="plugins" type="empty">
<property name="plugin-1" type="string" value="applicationsmenu"/>
<property name="plugin-1" type="string" value="applicationsmenu">
<property name="button-icon" type="string" value="/usr/share/grub/themes/tms/icons/bbttms.png"/>
</property>
<property name="plugin-2" type="string" value="tasklist">
<property name="grouping" type="bool" value="false"/>
<property name="flat-buttons" type="bool" value="false"/>

View File

@@ -0,0 +1,17 @@
#!/bin/bash
# 生成 locale 数据
locale-gen
# 可选:设置键盘布局等(如果需要)
# localectl set-keymap us # 举例,如果需要设置其他键盘布局
# 可选:同步时间(如果需要)
# hwclock --systohc
systemctl disable smarttms.service
systemctl disable mysqld.service
teamviewer --passwd 'Bbt123!@#'
exit 0

View File

@@ -1,18 +0,0 @@
#!/bin/bash
#set -e
###############################################################################
# Author : Erik Dubois
# Website : https://www.erikdubois.be
# Website : https://www.arcolinux.info
# Website : https://www.arcolinux.com
# Website : https://www.arcolinuxd.com
# Website : https://www.arcolinuxb.com
# Website : https://www.arcolinuxiso.com
# Website : https://www.arcolinuxforum.com
###############################################################################
#
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
#
###############################################################################
#if necessary we can use this script too

View File

@@ -1,160 +0,0 @@
#!/bin/bash
#set -e
##################################################################################################################
# Author : Erik Dubois
# Website : https://www.erikdubois.be
# Website : https://www.alci.online
# Website : https://www.ariser.eu
# Website : https://www.arcolinux.info
# Website : https://www.arcolinux.com
# Website : https://www.arcolinuxd.com
# Website : https://www.arcolinuxb.com
# Website : https://www.arcolinuxiso.com
# Website : https://www.arcolinuxforum.com
##################################################################################################################
#
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
#
##################################################################################################################
#tput setaf 0 = black
#tput setaf 1 = red
#tput setaf 2 = green
#tput setaf 3 = yellow
#tput setaf 4 = dark blue
#tput setaf 5 = purple
#tput setaf 6 = cyan
#tput setaf 7 = gray
#tput setaf 8 = light blue
##################################################################################################################
installed_dir=$(dirname $(readlink -f $(basename `pwd`)))
##################################################################################################################
sudo pacman -Syyu
sudo pacman -S wget --noconfirm --needed
sudo pacman -S jq --noconfirm --needed
arco_repo_db=$(wget -qO- https://api.github.com/repos/arcolinux/arcolinux_repo/contents/x86_64)
echo "Getting the ArcoLinux keys from the ArcoLinux repo"
sudo wget "$(echo "$arco_repo_db" | jq -r '[.[] | select(.name | contains("arcolinux-keyring")) | .name] | .[0] | sub("arcolinux-keyring-"; "https://github.com/arcolinux/arcolinux_repo/raw/main/x86_64/arcolinux-keyring-")')" -O /tmp/arcolinux-keyring-git-any.pkg.tar.zst
sudo pacman -U --noconfirm --needed /tmp/arcolinux-keyring-git-any.pkg.tar.zst
######################################################################################################################
echo "Getting the latest arcolinux mirrors file"
sudo wget "$(echo "$arco_repo_db" | jq -r '[.[] | select(.name | contains("arcolinux-mirrorlist-git-")) | .name] | .[0] | sub("arcolinux-mirrorlist-git-"; "https://github.com/arcolinux/arcolinux_repo/raw/main/x86_64/arcolinux-mirrorlist-git-")')" -O /tmp/arcolinux-mirrorlist-git-any.pkg.tar.zst
sudo pacman -U --noconfirm --needed /tmp/arcolinux-mirrorlist-git-any.pkg.tar.zst
if grep -q arcolinux_repo /etc/pacman.conf; then
echo
tput setaf 2
echo "################################################################"
echo "################ ArcoLinux repos are already in /etc/pacman.conf "
echo "################################################################"
tput sgr0
echo
else
echo '
#[arcolinux_repo_testing]
#SigLevel = PackageRequired DatabaseNever
#Include = /etc/pacman.d/arcolinux-mirrorlist
[arcolinux_repo]
SigLevel = PackageRequired DatabaseNever
Include = /etc/pacman.d/arcolinux-mirrorlist
[arcolinux_repo_3party]
SigLevel = PackageRequired DatabaseNever
Include = /etc/pacman.d/arcolinux-mirrorlist
[arcolinux_repo_xlarge]
SigLevel = PackageRequired DatabaseNever
Include = /etc/pacman.d/arcolinux-mirrorlist' | sudo tee --append /etc/pacman.conf
fi
sudo pacman -Sy
func_install() {
if pacman -Qi $1 &> /dev/null; then
tput setaf 2
echo "###############################################################################"
echo "################## The package "$1" is already installed"
echo "###############################################################################"
echo
tput sgr0
else
tput setaf 3
echo "###############################################################################"
echo "################## Installing package " $1
echo "###############################################################################"
echo
tput sgr0
sudo pacman -S --noconfirm --needed $1
fi
}
func_install_chadwm() {
echo
tput setaf 2
echo "################################################################"
echo "################### Install chadwm"
echo "################################################################"
tput sgr0
echo
list=(
alacritty
archlinux-logout-git
arconet-variety-config
arcolinux-chadwm-git
arcolinux-chadwm-pacman-hook-git
arcolinux-powermenu-git
dash
dmenu
eww
feh
lxappearance
picom
polkit-gnome
rofi-lbonn-wayland
scrot
sxhkd
thunar
thunar-archive-plugin
thunar-volman
ttf-hack
ttf-jetbrains-mono-nerd
ttf-meslo-nerd-font-powerlevel10k
volumeicon
xfce4-notifyd
xfce4-power-manager
xfce4-screenshooter
xfce4-settings
xfce4-taskmanager
xfce4-terminal
)
count=0
for name in "${list[@]}" ; do
count=$[count+1]
tput setaf 3;echo "Installing package nr. "$count " " $name;tput sgr0;
func_install $name
done
}
func_install_chadwm
cp -Rf ~/.config ~/.config-backup-$(date +%Y.%m.%d-%H.%M.%S)
cp -arf /etc/skel/. ~

View File

@@ -1,51 +0,0 @@
#!/bin/bash
#set -e
##################################################################################################################
# Author : Erik Dubois
# Website : https://www.erikdubois.be
# Website : https://www.alci.online
# Website : https://www.arcolinux.info
# Website : https://www.arcolinux.com
# Website : https://www.arcolinuxd.com
# Website : https://www.arcolinuxb.com
# Website : https://www.arcolinuxiso.com
# Website : https://www.arcolinuxforum.com
##################################################################################################################
#
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
#
##################################################################################################################
#tput setaf 0 = black
#tput setaf 1 = red
#tput setaf 2 = green
#tput setaf 3 = yellow
#tput setaf 4 = dark blue
#tput setaf 5 = purple
#tput setaf 6 = cyan
#tput setaf 7 = gray
#tput setaf 8 = light blue
##################################################################################################################
#iso=alci-iso
echo
tput setaf 3
echo "################################################################"
echo "################### Start clone arcolinux-nemesis"
echo "################################################################"
tput sgr0
echo
sudo pacman -Sy git --noconfirm --needed
[ -d $HOME"/DATA" ] || mkdir -p $HOME"/DATA"
cd ~/DATA
git clone https://github.com/erikdubois/arcolinux-nemesis
echo
tput setaf 3
echo "################################################################"
echo "################### End clone arcolinux-nemesis"
echo "################################################################"
tput sgr0
echo

View File

@@ -1,5 +0,0 @@
title BBTTMS Linux install medium (x86_64, UEFI)
sort-key 01
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% cow_spacesize=4G copytoram=n

View File

@@ -1,7 +0,0 @@
title BBTTMS Linux install medium (x86_64, UEFI) with speech
sort-key 02
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
initrd /%INSTALL_DIR%/boot/intel-ucode.img
initrd /%INSTALL_DIR%/boot/amd-ucode.img
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% accessibility=on cow_spacesize=4G copytoram=n

View File

@@ -1,3 +0,0 @@
title Memtest86+
sort-key 03
efi /boot/memtest86+/memtest.efi

View File

@@ -1,3 +0,0 @@
timeout 15
default 01-archiso-x86_64-linux.conf
beep on

BIN
archiso/grub/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

View File

@@ -9,11 +9,19 @@ insmod exfat
insmod udf
# Use graphics-mode output
if loadfont "${prefix}/fonts/unicode.pf2" ; then
if loadfont "${archiso_device}/boot/grub/fonts/unicode.pf2" ; then
loadfont "${archiso_device}/boot/grub/themes/tms/ubuntu_regular_20.pf2"
loadfont "${archiso_device}/boot/grub/themes/tms/ubuntu_regular_17.pf2"
loadfont "${archiso_device}/boot/grub/themes/tms/terminus-14.pf2"
insmod all_video
insmod gfxterm
insmod png
set gfxmode="auto"
terminal_input console
terminal_output console
terminal_output gfxterm
set theme="${archiso_device}/boot/grub/themes/tms/theme.txt"
fi
# Enable serial console
@@ -44,22 +52,16 @@ else
fi
# Set default menu entry
default=alci
default=bbttms
timeout=15
timeout_style=menu
# Menu entries
menuentry "BBTTMS Linux install medium (%ARCH%, ${archiso_platform})" --class arch --class gnu-linux --class gnu --class os --id 'archlinux' {
menuentry "BBTTMS Linux install (%ARCH%, ${archiso_platform})" --class bbttms --class os --id 'bbttms' {
set gfxpayload=keep
linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% cow_spacesize=4G copytoram=n
initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
}
menuentry "BBTTMS Linux install medium with speakup screen reader (%ARCH%, ${archiso_platform})" --hotkey s --class arch --class gnu-linux --class gnu --class os --id 'archlinux-accessibility' {
set gfxpayload=keep
linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% accessibility=on cow_spacesize=4G copytoram=n
linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% cow_spacesize=4G copytoram=n quiet splash plymouth.uuid=%ARCHISO_UUID%
initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
}

View File

@@ -21,26 +21,19 @@ else
fi
# Set default menu entry
default=archlinux
default=bbttms
timeout=15
timeout_style=menu
# Menu entries
menuentry "BBTTMS Linux install medium (%ARCH%, ${archiso_platform})" --class arch --class gnu-linux --class gnu --class os --id 'archlinux' {
menuentry "BBTTMS Linux install medium (%ARCH%, ${archiso_platform})" --class bbttms --class os --id 'bbttms' {
set gfxpayload=keep
linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux archisobasedir=%INSTALL_DIR% img_dev=UUID=${archiso_img_dev_uuid} img_loop="${iso_path}"
initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
}
menuentry "BBTTMS Linux install medium with speakup screen reader (%ARCH%, ${archiso_platform})" --hotkey s --class arch --class gnu-linux --class gnu --class os --id 'archlinux-accessibility' {
set gfxpayload=keep
linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux archisobasedir=%INSTALL_DIR% img_dev=UUID=${archiso_img_dev_uuid} img_loop="${iso_path}" accessibility=on
initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
}
if [ "${grub_platform}" == 'efi' -a "${grub_cpu}" == 'x86_64' -a -f '/boot/memtest86+/memtest.efi' ]; then
menuentry 'Run Memtest86+ (RAM test)' --class memtest86 --class memtest --class gnu --class tool {
set gfxpayload=800x600,1024x768

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 772 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 699 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 958 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 795 B

Some files were not shown because too many files have changed in this diff Show More