first commit
This commit is contained in:
2
archiso/airootfs/etc/#shadow#
Executable file
2
archiso/airootfs/etc/#shadow#
Executable file
@@ -0,0 +1,2 @@
|
||||
root::14871::::::
|
||||
liveuser::14871::::::
|
||||
54
archiso/airootfs/etc/default/grub
Executable file
54
archiso/airootfs/etc/default/grub
Executable file
@@ -0,0 +1,54 @@
|
||||
# GRUB boot loader configuration
|
||||
|
||||
GRUB_DEFAULT=0
|
||||
GRUB_TIMEOUT=5
|
||||
GRUB_DISTRIBUTOR="Arch"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet splash"
|
||||
GRUB_CMDLINE_LINUX=""
|
||||
|
||||
# Preload both GPT and MBR modules so that they are not missed
|
||||
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
|
||||
|
||||
# Uncomment to enable booting from LUKS encrypted devices
|
||||
GRUB_ENABLE_CRYPTODISK=y
|
||||
|
||||
# Set to 'countdown' or 'hidden' to change timeout behavior,
|
||||
# press ESC key to display menu.
|
||||
GRUB_TIMEOUT_STYLE=menu
|
||||
|
||||
# Uncomment to use basic console
|
||||
GRUB_TERMINAL_INPUT=console
|
||||
|
||||
# Uncomment to disable graphical terminal
|
||||
#GRUB_TERMINAL_OUTPUT=console
|
||||
|
||||
# The resolution used on graphical terminal
|
||||
# note that you can use only modes which your graphic card supports via VBE
|
||||
# you can see them in real GRUB with the command `vbeinfo'
|
||||
GRUB_GFXMODE=auto
|
||||
|
||||
# Uncomment to allow the kernel use the same resolution used by grub
|
||||
GRUB_GFXPAYLOAD_LINUX=keep
|
||||
|
||||
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
|
||||
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
|
||||
#GRUB_DISABLE_LINUX_UUID=true
|
||||
|
||||
# Uncomment to disable generation of recovery mode menu entries
|
||||
GRUB_DISABLE_RECOVERY=true
|
||||
|
||||
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
|
||||
# modes only. Entries specified as foreground/background.
|
||||
#GRUB_COLOR_NORMAL="light-blue/black"
|
||||
#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"
|
||||
|
||||
# Uncomment to get a beep at GRUB start
|
||||
#GRUB_INIT_TUNE="480 440 1"
|
||||
|
||||
# Uncomment to make GRUB remember the last selection. This requires
|
||||
# setting 'GRUB_DEFAULT=saved' above.
|
||||
#GRUB_SAVEDEFAULT="true"
|
||||
13
archiso/airootfs/etc/environment
Executable file
13
archiso/airootfs/etc/environment
Executable file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# This file is parsed by pam_env module
|
||||
#
|
||||
# Syntax: simple "KEY=VAL" pairs on separate lines
|
||||
#
|
||||
|
||||
GTK_IM_MODULE=fcitx
|
||||
QT_IM_MODULE=fcitx
|
||||
XMODIFIERS=@im=fcitx
|
||||
SDL_IM_MODULE=fcitx
|
||||
GLFW_IM_MODULE=fcitx
|
||||
CLUTTER_IM_MODULE=fcitx
|
||||
|
||||
19
archiso/airootfs/etc/group
Executable file
19
archiso/airootfs/etc/group
Executable file
@@ -0,0 +1,19 @@
|
||||
root:x:0:root
|
||||
sys:x:3:bin,liveuser
|
||||
network:x:90:liveuser
|
||||
power:x:98:liveuser
|
||||
adm:x:999:liveuser
|
||||
wheel:x:998:liveuser
|
||||
uucp:x:987:liveuser
|
||||
optical:x:990:liveuser
|
||||
rfkill:x:983:liveuser
|
||||
video:x:986:liveuser
|
||||
storage:x:988:liveuser
|
||||
audio:x:995:liveuser
|
||||
users:x:985:liveuser
|
||||
nopasswdlogin:x:966:liveuser
|
||||
autologin:x:967:liveuser
|
||||
liveuser:x:1000:
|
||||
tms:x:1001:
|
||||
kdm:x:1002:
|
||||
mysql:x:306:
|
||||
16
archiso/airootfs/etc/gshadow
Executable file
16
archiso/airootfs/etc/gshadow
Executable file
@@ -0,0 +1,16 @@
|
||||
root:::root
|
||||
sys:!!::liveuser
|
||||
network:!!::liveuser
|
||||
power:!!::liveuser
|
||||
adm:!!::liveuser
|
||||
wheel:!!::liveuser
|
||||
uucp:!!::liveuser
|
||||
optical:!!::liveuser
|
||||
rfkill:!!::liveuser
|
||||
video:!!::liveuser
|
||||
storage:!!::liveuser
|
||||
audio:!!::liveuser
|
||||
users:!!::liveuser
|
||||
nopasswdlogin:!::liveuser
|
||||
autologin:!::liveuser
|
||||
liveuser:!::
|
||||
1
archiso/airootfs/etc/hostname
Executable file
1
archiso/airootfs/etc/hostname
Executable file
@@ -0,0 +1 @@
|
||||
archiso
|
||||
4
archiso/airootfs/etc/lightdm/lightdm-gtk-greeter.conf
Normal file
4
archiso/airootfs/etc/lightdm/lightdm-gtk-greeter.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
[greeter]
|
||||
background = /usr/share/backgrounds/BBTTMS.png
|
||||
user-background = true
|
||||
|
||||
1
archiso/airootfs/etc/locale.conf
Executable file
1
archiso/airootfs/etc/locale.conf
Executable file
@@ -0,0 +1 @@
|
||||
LANG=zh_CN.UTF-8
|
||||
516
archiso/airootfs/etc/locale.gen
Executable file
516
archiso/airootfs/etc/locale.gen
Executable file
@@ -0,0 +1,516 @@
|
||||
# Configuration file for locale-gen
|
||||
#
|
||||
# lists of locales that are to be generated by the locale-gen command.
|
||||
#
|
||||
# Each line is of the form:
|
||||
#
|
||||
# <locale> <charset>
|
||||
#
|
||||
# where <locale> is one of the locales given in /usr/share/i18n/locales
|
||||
# and <charset> is one of the character sets listed in /usr/share/i18n/charmaps
|
||||
#
|
||||
# The locale-gen command will generate all the locales,
|
||||
# placing them in /usr/lib/locale.
|
||||
#
|
||||
# A list of supported locales is given in /usr/share/i18n/SUPPORTED
|
||||
# and is included in this file. Uncomment the needed locales below.
|
||||
#
|
||||
#aa_DJ.UTF-8 UTF-8
|
||||
#aa_DJ ISO-8859-1
|
||||
#aa_ER UTF-8
|
||||
#aa_ET UTF-8
|
||||
#af_ZA.UTF-8 UTF-8
|
||||
#af_ZA ISO-8859-1
|
||||
#agr_PE UTF-8
|
||||
#ak_GH UTF-8
|
||||
#am_ET UTF-8
|
||||
#an_ES.UTF-8 UTF-8
|
||||
#an_ES ISO-8859-15
|
||||
#anp_IN UTF-8
|
||||
#ar_AE.UTF-8 UTF-8
|
||||
#ar_AE ISO-8859-6
|
||||
#ar_BH.UTF-8 UTF-8
|
||||
#ar_BH ISO-8859-6
|
||||
#ar_DZ.UTF-8 UTF-8
|
||||
#ar_DZ ISO-8859-6
|
||||
#ar_EG.UTF-8 UTF-8
|
||||
#ar_EG ISO-8859-6
|
||||
#ar_IN UTF-8
|
||||
#ar_IQ.UTF-8 UTF-8
|
||||
#ar_IQ ISO-8859-6
|
||||
#ar_JO.UTF-8 UTF-8
|
||||
#ar_JO ISO-8859-6
|
||||
#ar_KW.UTF-8 UTF-8
|
||||
#ar_KW ISO-8859-6
|
||||
#ar_LB.UTF-8 UTF-8
|
||||
#ar_LB ISO-8859-6
|
||||
#ar_LY.UTF-8 UTF-8
|
||||
#ar_LY ISO-8859-6
|
||||
#ar_MA.UTF-8 UTF-8
|
||||
#ar_MA ISO-8859-6
|
||||
#ar_OM.UTF-8 UTF-8
|
||||
#ar_OM ISO-8859-6
|
||||
#ar_QA.UTF-8 UTF-8
|
||||
#ar_QA ISO-8859-6
|
||||
#ar_SA.UTF-8 UTF-8
|
||||
#ar_SA ISO-8859-6
|
||||
#ar_SD.UTF-8 UTF-8
|
||||
#ar_SD ISO-8859-6
|
||||
#ar_SS UTF-8
|
||||
#ar_SY.UTF-8 UTF-8
|
||||
#ar_SY ISO-8859-6
|
||||
#ar_TN.UTF-8 UTF-8
|
||||
#ar_TN ISO-8859-6
|
||||
#ar_YE.UTF-8 UTF-8
|
||||
#ar_YE ISO-8859-6
|
||||
#ayc_PE UTF-8
|
||||
#az_AZ UTF-8
|
||||
#az_IR UTF-8
|
||||
#as_IN UTF-8
|
||||
#ast_ES.UTF-8 UTF-8
|
||||
#ast_ES ISO-8859-15
|
||||
#be_BY.UTF-8 UTF-8
|
||||
#be_BY CP1251
|
||||
#be_BY@latin UTF-8
|
||||
#bem_ZM UTF-8
|
||||
#ber_DZ UTF-8
|
||||
#ber_MA UTF-8
|
||||
#bg_BG.UTF-8 UTF-8
|
||||
#bg_BG CP1251
|
||||
#bhb_IN.UTF-8 UTF-8
|
||||
#bho_IN UTF-8
|
||||
#bho_NP UTF-8
|
||||
#bi_VU UTF-8
|
||||
#bn_BD UTF-8
|
||||
#bn_IN UTF-8
|
||||
#bo_CN UTF-8
|
||||
#bo_IN UTF-8
|
||||
#br_FR.UTF-8 UTF-8
|
||||
#br_FR ISO-8859-1
|
||||
#br_FR@euro ISO-8859-15
|
||||
#brx_IN UTF-8
|
||||
#bs_BA.UTF-8 UTF-8
|
||||
#bs_BA ISO-8859-2
|
||||
#byn_ER UTF-8
|
||||
#ca_AD.UTF-8 UTF-8
|
||||
#ca_AD ISO-8859-15
|
||||
#ca_ES.UTF-8 UTF-8
|
||||
#ca_ES ISO-8859-1
|
||||
#ca_ES@euro ISO-8859-15
|
||||
#ca_ES@valencia UTF-8
|
||||
#ca_FR.UTF-8 UTF-8
|
||||
#ca_FR ISO-8859-15
|
||||
#ca_IT.UTF-8 UTF-8
|
||||
#ca_IT ISO-8859-15
|
||||
#ce_RU UTF-8
|
||||
#chr_US UTF-8
|
||||
#ckb_IQ UTF-8
|
||||
#cmn_TW UTF-8
|
||||
#crh_RU UTF-8
|
||||
#crh_UA UTF-8
|
||||
#cs_CZ.UTF-8 UTF-8
|
||||
#cs_CZ ISO-8859-2
|
||||
#csb_PL UTF-8
|
||||
#cv_RU UTF-8
|
||||
#cy_GB.UTF-8 UTF-8
|
||||
#cy_GB ISO-8859-14
|
||||
#da_DK.UTF-8 UTF-8
|
||||
#da_DK ISO-8859-1
|
||||
#de_AT.UTF-8 UTF-8
|
||||
#de_AT ISO-8859-1
|
||||
#de_AT@euro ISO-8859-15
|
||||
#de_BE.UTF-8 UTF-8
|
||||
#de_BE ISO-8859-1
|
||||
#de_BE@euro ISO-8859-15
|
||||
#de_CH.UTF-8 UTF-8
|
||||
#de_CH ISO-8859-1
|
||||
#de_DE.UTF-8 UTF-8
|
||||
#de_DE ISO-8859-1
|
||||
#de_DE@euro ISO-8859-15
|
||||
#de_IT.UTF-8 UTF-8
|
||||
#de_IT ISO-8859-1
|
||||
#de_LI.UTF-8 UTF-8
|
||||
#de_LU.UTF-8 UTF-8
|
||||
#de_LU ISO-8859-1
|
||||
#de_LU@euro ISO-8859-15
|
||||
#doi_IN UTF-8
|
||||
#dsb_DE UTF-8
|
||||
#dv_MV UTF-8
|
||||
#dz_BT UTF-8
|
||||
#el_GR.UTF-8 UTF-8
|
||||
#el_GR ISO-8859-7
|
||||
#el_GR@euro ISO-8859-7
|
||||
#el_CY.UTF-8 UTF-8
|
||||
#el_CY ISO-8859-7
|
||||
#en_AG UTF-8
|
||||
#en_AU.UTF-8 UTF-8
|
||||
#en_AU ISO-8859-1
|
||||
#en_BW.UTF-8 UTF-8
|
||||
#en_BW ISO-8859-1
|
||||
#en_CA.UTF-8 UTF-8
|
||||
#en_CA ISO-8859-1
|
||||
#en_DK.UTF-8 UTF-8
|
||||
#en_DK ISO-8859-1
|
||||
#en_GB.UTF-8 UTF-8
|
||||
#en_GB ISO-8859-1
|
||||
#en_HK.UTF-8 UTF-8
|
||||
#en_HK ISO-8859-1
|
||||
#en_IE.UTF-8 UTF-8
|
||||
#en_IE ISO-8859-1
|
||||
#en_IE@euro ISO-8859-15
|
||||
#en_IL UTF-8
|
||||
#en_IN UTF-8
|
||||
#en_NG UTF-8
|
||||
#en_NZ.UTF-8 UTF-8
|
||||
#en_NZ ISO-8859-1
|
||||
#en_PH.UTF-8 UTF-8
|
||||
#en_PH ISO-8859-1
|
||||
#en_SC.UTF-8 UTF-8
|
||||
#en_SG.UTF-8 UTF-8
|
||||
#en_SG ISO-8859-1
|
||||
en_US.UTF-8 UTF-8
|
||||
#en_US ISO-8859-1
|
||||
#en_ZA.UTF-8 UTF-8
|
||||
#en_ZA ISO-8859-1
|
||||
#en_ZM UTF-8
|
||||
#en_ZW.UTF-8 UTF-8
|
||||
#en_ZW ISO-8859-1
|
||||
#eo UTF-8
|
||||
#es_AR.UTF-8 UTF-8
|
||||
#es_AR ISO-8859-1
|
||||
#es_BO.UTF-8 UTF-8
|
||||
#es_BO ISO-8859-1
|
||||
#es_CL.UTF-8 UTF-8
|
||||
#es_CL ISO-8859-1
|
||||
#es_CO.UTF-8 UTF-8
|
||||
#es_CO ISO-8859-1
|
||||
#es_CR.UTF-8 UTF-8
|
||||
#es_CR ISO-8859-1
|
||||
#es_CU UTF-8
|
||||
#es_DO.UTF-8 UTF-8
|
||||
#es_DO ISO-8859-1
|
||||
#es_EC.UTF-8 UTF-8
|
||||
#es_EC ISO-8859-1
|
||||
#es_ES.UTF-8 UTF-8
|
||||
#es_ES ISO-8859-1
|
||||
#es_ES@euro ISO-8859-15
|
||||
#es_GT.UTF-8 UTF-8
|
||||
#es_GT ISO-8859-1
|
||||
#es_HN.UTF-8 UTF-8
|
||||
#es_HN ISO-8859-1
|
||||
#es_MX.UTF-8 UTF-8
|
||||
#es_MX ISO-8859-1
|
||||
#es_NI.UTF-8 UTF-8
|
||||
#es_NI ISO-8859-1
|
||||
#es_PA.UTF-8 UTF-8
|
||||
#es_PA ISO-8859-1
|
||||
#es_PE.UTF-8 UTF-8
|
||||
#es_PE ISO-8859-1
|
||||
#es_PR.UTF-8 UTF-8
|
||||
#es_PR ISO-8859-1
|
||||
#es_PY.UTF-8 UTF-8
|
||||
#es_PY ISO-8859-1
|
||||
#es_SV.UTF-8 UTF-8
|
||||
#es_SV ISO-8859-1
|
||||
#es_US.UTF-8 UTF-8
|
||||
#es_US ISO-8859-1
|
||||
#es_UY.UTF-8 UTF-8
|
||||
#es_UY ISO-8859-1
|
||||
#es_VE.UTF-8 UTF-8
|
||||
#es_VE ISO-8859-1
|
||||
#et_EE.UTF-8 UTF-8
|
||||
#et_EE ISO-8859-1
|
||||
#et_EE.ISO-8859-15 ISO-8859-15
|
||||
#eu_ES.UTF-8 UTF-8
|
||||
#eu_ES ISO-8859-1
|
||||
#eu_ES@euro ISO-8859-15
|
||||
#fa_IR UTF-8
|
||||
#ff_SN UTF-8
|
||||
#fi_FI.UTF-8 UTF-8
|
||||
#fi_FI ISO-8859-1
|
||||
#fi_FI@euro ISO-8859-15
|
||||
#fil_PH UTF-8
|
||||
#fo_FO.UTF-8 UTF-8
|
||||
#fo_FO ISO-8859-1
|
||||
#fr_BE.UTF-8 UTF-8
|
||||
#fr_BE ISO-8859-1
|
||||
#fr_BE@euro ISO-8859-15
|
||||
#fr_CA.UTF-8 UTF-8
|
||||
#fr_CA ISO-8859-1
|
||||
#fr_CH.UTF-8 UTF-8
|
||||
#fr_CH ISO-8859-1
|
||||
#fr_FR.UTF-8 UTF-8
|
||||
#fr_FR ISO-8859-1
|
||||
#fr_FR@euro ISO-8859-15
|
||||
#fr_LU.UTF-8 UTF-8
|
||||
#fr_LU ISO-8859-1
|
||||
#fr_LU@euro ISO-8859-15
|
||||
#fur_IT UTF-8
|
||||
#fy_NL UTF-8
|
||||
#fy_DE UTF-8
|
||||
#ga_IE.UTF-8 UTF-8
|
||||
#ga_IE ISO-8859-1
|
||||
#ga_IE@euro ISO-8859-15
|
||||
#gbm_IN UTF-8
|
||||
#gd_GB.UTF-8 UTF-8
|
||||
#gd_GB ISO-8859-15
|
||||
#gez_ER UTF-8
|
||||
#gez_ER@abegede UTF-8
|
||||
#gez_ET UTF-8
|
||||
#gez_ET@abegede UTF-8
|
||||
#gl_ES.UTF-8 UTF-8
|
||||
#gl_ES ISO-8859-1
|
||||
#gl_ES@euro ISO-8859-15
|
||||
#gu_IN UTF-8
|
||||
#gv_GB.UTF-8 UTF-8
|
||||
#gv_GB ISO-8859-1
|
||||
#ha_NG UTF-8
|
||||
#hak_TW UTF-8
|
||||
#he_IL.UTF-8 UTF-8
|
||||
#he_IL ISO-8859-8
|
||||
#hi_IN UTF-8
|
||||
#hif_FJ UTF-8
|
||||
#hne_IN UTF-8
|
||||
#hr_HR.UTF-8 UTF-8
|
||||
#hr_HR ISO-8859-2
|
||||
#hsb_DE ISO-8859-2
|
||||
#hsb_DE.UTF-8 UTF-8
|
||||
#ht_HT UTF-8
|
||||
#hu_HU.UTF-8 UTF-8
|
||||
#hu_HU ISO-8859-2
|
||||
#hy_AM UTF-8
|
||||
#hy_AM.ARMSCII-8 ARMSCII-8
|
||||
#ia_FR UTF-8
|
||||
#id_ID.UTF-8 UTF-8
|
||||
#id_ID ISO-8859-1
|
||||
#ig_NG UTF-8
|
||||
#ik_CA UTF-8
|
||||
#is_IS.UTF-8 UTF-8
|
||||
#is_IS ISO-8859-1
|
||||
#it_CH.UTF-8 UTF-8
|
||||
#it_CH ISO-8859-1
|
||||
#it_IT.UTF-8 UTF-8
|
||||
#it_IT ISO-8859-1
|
||||
#it_IT@euro ISO-8859-15
|
||||
#iu_CA UTF-8
|
||||
#ja_JP.EUC-JP EUC-JP
|
||||
#ja_JP.UTF-8 UTF-8
|
||||
#ka_GE.UTF-8 UTF-8
|
||||
#ka_GE GEORGIAN-PS
|
||||
#kab_DZ UTF-8
|
||||
#kk_KZ.UTF-8 UTF-8
|
||||
#kk_KZ PT154
|
||||
#kl_GL.UTF-8 UTF-8
|
||||
#kl_GL ISO-8859-1
|
||||
#km_KH UTF-8
|
||||
#kn_IN UTF-8
|
||||
#ko_KR.EUC-KR EUC-KR
|
||||
#ko_KR.UTF-8 UTF-8
|
||||
#kok_IN UTF-8
|
||||
#ks_IN UTF-8
|
||||
#ks_IN@devanagari UTF-8
|
||||
#ku_TR.UTF-8 UTF-8
|
||||
#ku_TR ISO-8859-9
|
||||
#kv_RU UTF-8
|
||||
#kw_GB.UTF-8 UTF-8
|
||||
#kw_GB ISO-8859-1
|
||||
#ky_KG UTF-8
|
||||
#lb_LU UTF-8
|
||||
#lg_UG.UTF-8 UTF-8
|
||||
#lg_UG ISO-8859-10
|
||||
#li_BE UTF-8
|
||||
#li_NL UTF-8
|
||||
#lij_IT UTF-8
|
||||
#ln_CD UTF-8
|
||||
#lo_LA UTF-8
|
||||
#lt_LT.UTF-8 UTF-8
|
||||
#lt_LT ISO-8859-13
|
||||
#ltg_LV.UTF-8 UTF-8
|
||||
#lv_LV.UTF-8 UTF-8
|
||||
#lv_LV ISO-8859-13
|
||||
#lzh_TW UTF-8
|
||||
#mag_IN UTF-8
|
||||
#mai_IN UTF-8
|
||||
#mai_NP UTF-8
|
||||
#mdf_RU UTF-8
|
||||
#mfe_MU UTF-8
|
||||
#mg_MG.UTF-8 UTF-8
|
||||
#mg_MG ISO-8859-15
|
||||
#mhr_RU UTF-8
|
||||
#mi_NZ.UTF-8 UTF-8
|
||||
#mi_NZ ISO-8859-13
|
||||
#miq_NI UTF-8
|
||||
#mjw_IN UTF-8
|
||||
#mk_MK.UTF-8 UTF-8
|
||||
#mk_MK ISO-8859-5
|
||||
#ml_IN UTF-8
|
||||
#mn_MN UTF-8
|
||||
#mni_IN UTF-8
|
||||
#mnw_MM UTF-8
|
||||
#mr_IN UTF-8
|
||||
#ms_MY.UTF-8 UTF-8
|
||||
#ms_MY ISO-8859-1
|
||||
#mt_MT.UTF-8 UTF-8
|
||||
#mt_MT ISO-8859-3
|
||||
#my_MM UTF-8
|
||||
#nan_TW UTF-8
|
||||
#nan_TW@latin UTF-8
|
||||
#nb_NO.UTF-8 UTF-8
|
||||
#nb_NO ISO-8859-1
|
||||
#nds_DE UTF-8
|
||||
#nds_NL UTF-8
|
||||
#ne_NP UTF-8
|
||||
#nhn_MX UTF-8
|
||||
#niu_NU UTF-8
|
||||
#niu_NZ UTF-8
|
||||
#nl_AW UTF-8
|
||||
#nl_BE.UTF-8 UTF-8
|
||||
#nl_BE ISO-8859-1
|
||||
#nl_BE@euro ISO-8859-15
|
||||
#nl_NL.UTF-8 UTF-8
|
||||
#nl_NL ISO-8859-1
|
||||
#nl_NL@euro ISO-8859-15
|
||||
#nn_NO.UTF-8 UTF-8
|
||||
#nn_NO ISO-8859-1
|
||||
#nr_ZA UTF-8
|
||||
#nso_ZA UTF-8
|
||||
#oc_FR.UTF-8 UTF-8
|
||||
#oc_FR ISO-8859-1
|
||||
#om_ET UTF-8
|
||||
#om_KE.UTF-8 UTF-8
|
||||
#om_KE ISO-8859-1
|
||||
#or_IN UTF-8
|
||||
#os_RU UTF-8
|
||||
#pa_IN UTF-8
|
||||
#pa_PK UTF-8
|
||||
#pap_AW UTF-8
|
||||
#pap_CW UTF-8
|
||||
#pl_PL.UTF-8 UTF-8
|
||||
#pl_PL ISO-8859-2
|
||||
#ps_AF UTF-8
|
||||
#pt_BR.UTF-8 UTF-8
|
||||
#pt_BR ISO-8859-1
|
||||
#pt_PT.UTF-8 UTF-8
|
||||
#pt_PT ISO-8859-1
|
||||
#pt_PT@euro ISO-8859-15
|
||||
#quz_PE UTF-8
|
||||
#raj_IN UTF-8
|
||||
#rif_MA UTF-8
|
||||
#ro_RO.UTF-8 UTF-8
|
||||
#ro_RO ISO-8859-2
|
||||
#ru_RU.KOI8-R KOI8-R
|
||||
#ru_RU.UTF-8 UTF-8
|
||||
#ru_RU ISO-8859-5
|
||||
#ru_UA.UTF-8 UTF-8
|
||||
#ru_UA KOI8-U
|
||||
#rw_RW UTF-8
|
||||
#sa_IN UTF-8
|
||||
#sah_RU UTF-8
|
||||
#sat_IN UTF-8
|
||||
#sc_IT UTF-8
|
||||
#scn_IT UTF-8
|
||||
#sd_IN UTF-8
|
||||
#sd_IN@devanagari UTF-8
|
||||
#se_NO UTF-8
|
||||
#sgs_LT UTF-8
|
||||
#shn_MM UTF-8
|
||||
#shs_CA UTF-8
|
||||
#si_LK UTF-8
|
||||
#sid_ET UTF-8
|
||||
#sk_SK.UTF-8 UTF-8
|
||||
#sk_SK ISO-8859-2
|
||||
#sl_SI.UTF-8 UTF-8
|
||||
#sl_SI ISO-8859-2
|
||||
#sm_WS UTF-8
|
||||
#so_DJ.UTF-8 UTF-8
|
||||
#so_DJ ISO-8859-1
|
||||
#so_ET UTF-8
|
||||
#so_KE.UTF-8 UTF-8
|
||||
#so_KE ISO-8859-1
|
||||
#so_SO.UTF-8 UTF-8
|
||||
#so_SO ISO-8859-1
|
||||
#sq_AL.UTF-8 UTF-8
|
||||
#sq_AL ISO-8859-1
|
||||
#sq_MK UTF-8
|
||||
#sr_ME UTF-8
|
||||
#sr_RS UTF-8
|
||||
#sr_RS@latin UTF-8
|
||||
#ss_ZA UTF-8
|
||||
#ssy_ER UTF-8
|
||||
#st_ZA.UTF-8 UTF-8
|
||||
#st_ZA ISO-8859-1
|
||||
#su_ID UTF-8
|
||||
#sv_FI.UTF-8 UTF-8
|
||||
#sv_FI ISO-8859-1
|
||||
#sv_FI@euro ISO-8859-15
|
||||
#sv_SE.UTF-8 UTF-8
|
||||
#sv_SE ISO-8859-1
|
||||
#sw_KE UTF-8
|
||||
#sw_TZ UTF-8
|
||||
#syr UTF-8
|
||||
#szl_PL UTF-8
|
||||
#ta_IN UTF-8
|
||||
#ta_LK UTF-8
|
||||
#tcy_IN.UTF-8 UTF-8
|
||||
#te_IN UTF-8
|
||||
#tg_TJ.UTF-8 UTF-8
|
||||
#tg_TJ KOI8-T
|
||||
#th_TH.UTF-8 UTF-8
|
||||
#th_TH TIS-620
|
||||
#the_NP UTF-8
|
||||
#ti_ER UTF-8
|
||||
#ti_ET UTF-8
|
||||
#tig_ER UTF-8
|
||||
#tk_TM UTF-8
|
||||
#tl_PH.UTF-8 UTF-8
|
||||
#tl_PH ISO-8859-1
|
||||
#tn_ZA UTF-8
|
||||
#to_TO UTF-8
|
||||
#tok UTF-8
|
||||
#tpi_PG UTF-8
|
||||
#tr_CY.UTF-8 UTF-8
|
||||
#tr_CY ISO-8859-9
|
||||
#tr_TR.UTF-8 UTF-8
|
||||
#tr_TR ISO-8859-9
|
||||
#ts_ZA UTF-8
|
||||
#tt_RU UTF-8
|
||||
#tt_RU@iqtelif UTF-8
|
||||
#ug_CN UTF-8
|
||||
#uk_UA.UTF-8 UTF-8
|
||||
#uk_UA KOI8-U
|
||||
#unm_US UTF-8
|
||||
#ur_IN UTF-8
|
||||
#ur_PK UTF-8
|
||||
#uz_UZ.UTF-8 UTF-8
|
||||
#uz_UZ ISO-8859-1
|
||||
#uz_UZ@cyrillic UTF-8
|
||||
#ve_ZA UTF-8
|
||||
#vi_VN UTF-8
|
||||
#wa_BE ISO-8859-1
|
||||
#wa_BE@euro ISO-8859-15
|
||||
#wa_BE.UTF-8 UTF-8
|
||||
#wae_CH UTF-8
|
||||
#wal_ET UTF-8
|
||||
#wo_SN UTF-8
|
||||
#xh_ZA.UTF-8 UTF-8
|
||||
#xh_ZA ISO-8859-1
|
||||
#yi_US.UTF-8 UTF-8
|
||||
#yi_US CP1255
|
||||
#yo_NG UTF-8
|
||||
#yue_HK UTF-8
|
||||
#yuw_PG UTF-8
|
||||
#zgh_MA UTF-8
|
||||
#zh_CN.GB18030 GB18030
|
||||
#zh_CN.GBK GBK
|
||||
zh_CN.UTF-8 UTF-8
|
||||
#zh_CN GB2312
|
||||
#zh_HK.UTF-8 UTF-8
|
||||
#zh_HK BIG5-HKSCS
|
||||
#zh_SG.UTF-8 UTF-8
|
||||
#zh_SG.GBK GBK
|
||||
#zh_SG GB2312
|
||||
#zh_TW.EUC-TW EUC-TW
|
||||
#zh_TW.UTF-8 UTF-8
|
||||
#zh_TW BIG5
|
||||
#zu_ZA.UTF-8 UTF-8
|
||||
#zu_ZA ISO-8859-1
|
||||
1
archiso/airootfs/etc/localtime
Symbolic link
1
archiso/airootfs/etc/localtime
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/zoneinfo/UTC
|
||||
67
archiso/airootfs/etc/mkinitcpio.conf
Executable file
67
archiso/airootfs/etc/mkinitcpio.conf
Executable file
@@ -0,0 +1,67 @@
|
||||
# vim:set ft=sh
|
||||
# MODULES
|
||||
# The following modules are loaded before any boot hooks are
|
||||
# run. Advanced users may wish to specify all system modules
|
||||
# in this array. For instance:
|
||||
# MODULES=(piix ide_disk reiserfs)
|
||||
MODULES=()
|
||||
|
||||
# BINARIES
|
||||
# This setting includes any additional binaries a given user may
|
||||
# wish into the CPIO image. This is run last, so it may be used to
|
||||
# override the actual binaries included by a given hook
|
||||
# BINARIES are dependency parsed, so you may safely ignore libraries
|
||||
BINARIES=()
|
||||
|
||||
# FILES
|
||||
# This setting is similar to BINARIES above, however, files are added
|
||||
# as-is and are not parsed in any way. This is useful for config files.
|
||||
FILES=()
|
||||
|
||||
# HOOKS
|
||||
# This is the most important setting in this file. The HOOKS control the
|
||||
# modules and scripts added to the image, and what happens at boot time.
|
||||
# Order is important, and it is recommended that you do not change the
|
||||
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
|
||||
# help on a given hook.
|
||||
# 'base' is _required_ unless you know precisely what you are doing.
|
||||
# 'udev' is _required_ in order to automatically load modules
|
||||
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
|
||||
# Examples:
|
||||
## This setup specifies all modules in the MODULES setting above.
|
||||
## No raid, lvm2, or encrypted root is needed.
|
||||
# HOOKS=(base)
|
||||
#
|
||||
## This setup will autodetect all modules for your system and should
|
||||
## work as a sane default
|
||||
# HOOKS=(base udev autodetect block filesystems)
|
||||
#
|
||||
## This setup will generate a 'full' image which supports most systems.
|
||||
## No autodetection is done.
|
||||
# HOOKS=(base udev block filesystems)
|
||||
#
|
||||
## This setup assembles a pata mdadm array with an encrypted root FS.
|
||||
## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
|
||||
# HOOKS=(base udev block mdadm encrypt filesystems)
|
||||
#
|
||||
## This setup loads an lvm2 volume group on a usb device.
|
||||
# HOOKS=(base udev block lvm2 filesystems)
|
||||
#
|
||||
## NOTE: If you have /usr on a separate partition, you MUST include the
|
||||
# usr, fsck and shutdown hooks.
|
||||
HOOKS=(base udev plymouth modconf kms memdisk archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs block filesystems keyboard)
|
||||
|
||||
# COMPRESSION
|
||||
# Use this to compress the initramfs image. By default, gzip compression
|
||||
# is used. Use 'cat' to create an uncompressed image.
|
||||
#COMPRESSION="gzip"
|
||||
#COMPRESSION="bzip2"
|
||||
#COMPRESSION="lzma"
|
||||
#COMPRESSION="xz"
|
||||
#COMPRESSION="lzop"
|
||||
#COMPRESSION="lz4"
|
||||
COMPRESSION="zstd"
|
||||
|
||||
# COMPRESSION_OPTIONS
|
||||
# Additional options for the compressor
|
||||
#COMPRESSION_OPTIONS=()
|
||||
3
archiso/airootfs/etc/mkinitcpio.conf.d/archiso.conf
Executable file
3
archiso/airootfs/etc/mkinitcpio.conf.d/archiso.conf
Executable file
@@ -0,0 +1,3 @@
|
||||
HOOKS=(base udev plymouth microcode modconf kms memdisk archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs block filesystems keyboard)
|
||||
COMPRESSION="xz"
|
||||
COMPRESSION_OPTIONS=(-9e)
|
||||
8
archiso/airootfs/etc/mkinitcpio.d/linux.preset
Executable file
8
archiso/airootfs/etc/mkinitcpio.d/linux.preset
Executable file
@@ -0,0 +1,8 @@
|
||||
# mkinitcpio preset file for the 'linux' package on archiso
|
||||
|
||||
PRESETS=('archiso')
|
||||
|
||||
ALL_kver='/boot/vmlinuz-linux'
|
||||
ALL_config='/etc/mkinitcpio.conf'
|
||||
|
||||
archiso_image="/boot/initramfs-linux.img"
|
||||
7
archiso/airootfs/etc/modprobe.d/broadcom-wl.conf
Executable file
7
archiso/airootfs/etc/modprobe.d/broadcom-wl.conf
Executable file
@@ -0,0 +1,7 @@
|
||||
# The broadcom-wl package requires some modules to be disabled in order to use
|
||||
# wl. Since the ISO image needs to cover many hardware cases, this file
|
||||
# overrides the default blacklist in /usr/lib/modprobe.d/
|
||||
#
|
||||
# If you need to use wl, you may need to delete this file, then `rmmod` any
|
||||
# already-loaded modules that are now blacklisted before proceeding to modprobe
|
||||
# wl itself.
|
||||
3
archiso/airootfs/etc/motd
Executable file
3
archiso/airootfs/etc/motd
Executable file
@@ -0,0 +1,3 @@
|
||||
[38;2;23;147;209mWelcome To The BBTTMS !!![0m
|
||||
|
||||
[41m [41m [41m [40m [44m [40m [41m [46m [45m [41m [46m [43m [41m [44m [45m [40m [44m [40m [41m [44m [41m [41m [46m [42m [41m [44m [43m [41m [45m [40m [40m [44m [40m [41m [44m [42m [41m [46m [44m [41m [46m [47m [0m
|
||||
25
archiso/airootfs/etc/ntp.conf
Normal file
25
archiso/airootfs/etc/ntp.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
# Please consider joining the pool:
|
||||
#
|
||||
# http://www.pool.ntp.org/join.html
|
||||
#
|
||||
# For additional information see:
|
||||
# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
|
||||
# - http://support.ntp.org/bin/view/Support/GettingStarted
|
||||
# - the ntp.conf man page
|
||||
|
||||
# Associate to Arch's NTP pool
|
||||
server 0.arch.pool.ntp.org
|
||||
server 1.arch.pool.ntp.org
|
||||
server 2.arch.pool.ntp.org
|
||||
server 3.arch.pool.ntp.org
|
||||
server ntp.aliyun.com iburst
|
||||
|
||||
# By default, the server allows:
|
||||
# - all queries from the local host
|
||||
# - only time queries from remote hosts, protected by rate limiting and kod
|
||||
restrict default kod limited nomodify nopeer notrap
|
||||
restrict 127.0.0.1
|
||||
restrict ::1
|
||||
|
||||
# Location of drift file
|
||||
driftfile /var/lib/ntp/ntp.drift
|
||||
118
archiso/airootfs/etc/pacman-more.conf
Executable file
118
archiso/airootfs/etc/pacman-more.conf
Executable file
@@ -0,0 +1,118 @@
|
||||
#
|
||||
# /etc/pacman.conf
|
||||
#
|
||||
# See the pacman.conf(5) manpage for option and repository directives
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#
|
||||
# GENERAL OPTIONS
|
||||
#
|
||||
[options]
|
||||
# The following paths are commented out with their default values listed.
|
||||
# If you wish to use different paths, uncomment and update the paths.
|
||||
#RootDir = /
|
||||
#DBPath = /var/lib/pacman/
|
||||
#CacheDir = /var/cache/pacman/pkg/
|
||||
#LogFile = /var/log/pacman.log
|
||||
#GPGDir = /etc/pacman.d/gnupg/
|
||||
#HookDir = /etc/pacman.d/hooks/
|
||||
HoldPkg = pacman glibc
|
||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
||||
#CleanMethod = KeepInstalled
|
||||
Architecture = auto
|
||||
|
||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||
#IgnorePkg =
|
||||
#IgnoreGroup =
|
||||
|
||||
#NoUpgrade =
|
||||
#NoExtract =
|
||||
|
||||
# Misc options
|
||||
#UseSyslog
|
||||
#Color
|
||||
#NoProgressBar
|
||||
#CheckSpace
|
||||
#VerbosePkgLists
|
||||
ParallelDownloads = 5
|
||||
|
||||
# By default, pacman accepts packages signed by keys that its local keyring
|
||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||
SigLevel = Required DatabaseOptional
|
||||
LocalFileSigLevel = Optional
|
||||
#RemoteFileSigLevel = Required
|
||||
|
||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||
# 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
|
||||
|
||||
[extra]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[community-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[community]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
# If you want to run 32 bit applications on your x86_64 system,
|
||||
# enable the multilib repositories as required here.
|
||||
|
||||
#[multilib-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[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
|
||||
107
archiso/airootfs/etc/pacman.conf
Executable file
107
archiso/airootfs/etc/pacman.conf
Executable file
@@ -0,0 +1,107 @@
|
||||
#
|
||||
# /etc/pacman.conf
|
||||
#
|
||||
# See the pacman.conf(5) manpage for option and repository directives
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#
|
||||
# GENERAL OPTIONS
|
||||
#
|
||||
[options]
|
||||
# The following paths are commented out with their default values listed.
|
||||
# If you wish to use different paths, uncomment and update the paths.
|
||||
#RootDir = /
|
||||
#DBPath = /var/lib/pacman/
|
||||
#CacheDir = /var/cache/pacman/pkg/
|
||||
#LogFile = /var/log/pacman.log
|
||||
#GPGDir = /etc/pacman.d/gnupg/
|
||||
#HookDir = /etc/pacman.d/hooks/
|
||||
HoldPkg = pacman glibc
|
||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
||||
#CleanMethod = KeepInstalled
|
||||
Architecture = auto
|
||||
|
||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||
#IgnorePkg =
|
||||
#IgnoreGroup =
|
||||
|
||||
#NoUpgrade =
|
||||
#NoExtract =
|
||||
|
||||
# Misc options
|
||||
#UseSyslog
|
||||
#Color
|
||||
#NoProgressBar
|
||||
#CheckSpace
|
||||
#VerbosePkgLists
|
||||
ParallelDownloads = 8
|
||||
#DownloadUser = alpm
|
||||
#DisableSandbox
|
||||
|
||||
# By default, pacman accepts packages signed by keys that its local keyring
|
||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||
SigLevel = Required DatabaseOptional
|
||||
LocalFileSigLevel = Optional
|
||||
#RemoteFileSigLevel = Required
|
||||
|
||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||
# 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
|
||||
Server = https://mirror.yuyujing.cn/archlinux/os/$arch
|
||||
|
||||
#[core]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[extra-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[extra]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
# If you want to run 32 bit applications on your x86_64 system,
|
||||
# enable the multilib repositories as required here.
|
||||
|
||||
#[multilib-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[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
|
||||
|
||||
|
||||
13
archiso/airootfs/etc/pacman.d/gnupg/gpg.conf
Executable file
13
archiso/airootfs/etc/pacman.d/gnupg/gpg.conf
Executable file
@@ -0,0 +1,13 @@
|
||||
no-greeting
|
||||
no-permission-warning
|
||||
lock-never
|
||||
keyserver-options timeout=10
|
||||
keyserver-options import-clean
|
||||
keyserver-options no-self-sigs-only
|
||||
|
||||
keyserver hkp://keyserver.ubuntu.com:80
|
||||
#keyserver hkp://pool.sks-keyservers.net:80
|
||||
#keyserver hkps://hkps.pool.sks-keyservers.net:443
|
||||
#keyserver hkp://ipv4.pool.sks-keyservers.net:11371
|
||||
|
||||
|
||||
13
archiso/airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook
Executable file
13
archiso/airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook
Executable file
@@ -0,0 +1,13 @@
|
||||
# remove from airootfs!
|
||||
[Trigger]
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Type = Package
|
||||
Target = pacman-mirrorlist
|
||||
|
||||
[Action]
|
||||
Description = Uncommenting all mirrors in /etc/pacman.d/mirrorlist...
|
||||
When = PostTransaction
|
||||
Depends = pacman-mirrorlist
|
||||
Depends = sed
|
||||
Exec = /usr/bin/sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
|
||||
@@ -0,0 +1,18 @@
|
||||
# remove from airootfs!
|
||||
# As a workaround for https://bugs.archlinux.org/task/49347 , remove pacman hooks specific to the ISO build process.
|
||||
# If not, they would be used when pacstrap is run in the live environment.
|
||||
|
||||
[Trigger]
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Operation = Remove
|
||||
Type = Package
|
||||
Target = *
|
||||
|
||||
[Action]
|
||||
Description = Work around FS#49347 by removing custom pacman hooks that are only required during ISO build...
|
||||
When = PostTransaction
|
||||
Depends = sh
|
||||
Depends = coreutils
|
||||
Depends = grep
|
||||
Exec = /bin/sh -c "rm -- $(grep -Frl 'remove from airootfs' /etc/pacman.d/hooks/)"
|
||||
38
archiso/airootfs/etc/pacman.d/mirrorlist
Executable file
38
archiso/airootfs/etc/pacman.d/mirrorlist
Executable file
@@ -0,0 +1,38 @@
|
||||
##
|
||||
## Arch Linux repository mirrorlist
|
||||
## Generated on 2022-07-01
|
||||
##
|
||||
|
||||
Server = https://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
|
||||
|
||||
## China
|
||||
Server = http://mirrors.163.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.aliyun.com/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.aliyun.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.bfsu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.bfsu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.cqu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.cqu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.dgut.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.dgut.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.hit.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.hit.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.lzu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.neusoft.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.neusoft.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.nju.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.nju.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.njupt.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.redrock.team/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.redrock.team/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.shanghaitech.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.shanghaitech.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.sjtug.sjtu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.wsyu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.wsyu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.xjtu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.zju.edu.cn/archlinux/$repo/os/$arch
|
||||
6
archiso/airootfs/etc/pam.d/vsftpd
Normal file
6
archiso/airootfs/etc/pam.d/vsftpd
Normal file
@@ -0,0 +1,6 @@
|
||||
#%PAM-1.0
|
||||
auth required /lib/security/pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
|
||||
auth required /lib/security/pam_unix.so shadow nullok
|
||||
auth required /lib/security/pam_nologin.so
|
||||
account required /lib/security/pam_unix.so
|
||||
session required /lib/security/pam_unix.so
|
||||
5
archiso/airootfs/etc/passwd
Executable file
5
archiso/airootfs/etc/passwd
Executable file
@@ -0,0 +1,5 @@
|
||||
root:x:0:0:root:/root:/usr/bin/zsh
|
||||
liveuser:x:1000:1000::/home/liveuser:/bin/bash
|
||||
tms:x:1001:1001::/media/cinema:/sbin/nologin
|
||||
kdm:x:1002:1002::/media/kdm:/sbin/nologin
|
||||
mysql:x:306:306::/data/mysql:/sbin/nologin
|
||||
3
archiso/airootfs/etc/plymouth/plymouthd.conf
Normal file
3
archiso/airootfs/etc/plymouth/plymouthd.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
# Administrator customizations go in this file
|
||||
[Daemon]
|
||||
Theme=bbtlogo
|
||||
9
archiso/airootfs/etc/polkit-1/rules.d/49-nopasswd_global.rules
Executable file
9
archiso/airootfs/etc/polkit-1/rules.d/49-nopasswd_global.rules
Executable file
@@ -0,0 +1,9 @@
|
||||
/* Allow members of the wheel group to execute any actions
|
||||
* without password authentication, similar to "sudo NOPASSWD:"
|
||||
*/
|
||||
polkit.addRule(function(action, subject) {
|
||||
if (subject.isInGroup("wheel")) {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
});
|
||||
|
||||
0
archiso/airootfs/etc/profile.d/.gitkeep
Normal file
0
archiso/airootfs/etc/profile.d/.gitkeep
Normal file
460
archiso/airootfs/etc/pure-ftpd/pure-ftpd.conf
Normal file
460
archiso/airootfs/etc/pure-ftpd/pure-ftpd.conf
Normal file
@@ -0,0 +1,460 @@
|
||||
|
||||
############################################################
|
||||
# #
|
||||
# Configuration file for pure-ftpd #
|
||||
# #
|
||||
############################################################
|
||||
|
||||
# If you want to run Pure-FTPd with this configuration
|
||||
# instead of command-line options, please run the
|
||||
# following command :
|
||||
#
|
||||
# /usr/sbin/pure-ftpd /etc/pure-ftpd/pure-ftpd.conf
|
||||
#
|
||||
# Online documentation:
|
||||
# https://www.pureftpd.org/project/pure-ftpd/doc
|
||||
|
||||
|
||||
# Restrict users to their home directory
|
||||
|
||||
ChrootEveryone yes
|
||||
|
||||
|
||||
|
||||
# If the previous option is set to "no", members of the following group
|
||||
# won't be restricted. Others will be. If you don't want chroot()ing anyone,
|
||||
# just comment out ChrootEveryone and TrustedGID.
|
||||
|
||||
# TrustedGID 100
|
||||
|
||||
|
||||
|
||||
# Turn on compatibility hacks for broken clients
|
||||
|
||||
BrokenClientsCompatibility no
|
||||
|
||||
|
||||
|
||||
# Maximum number of simultaneous users
|
||||
|
||||
MaxClientsNumber 100
|
||||
|
||||
|
||||
|
||||
# Run as a background process
|
||||
# Important: this must be set to 'yes' for the systemd service to work.
|
||||
Daemonize yes
|
||||
|
||||
|
||||
|
||||
# Maximum number of simultaneous clients with the same IP address
|
||||
|
||||
MaxClientsPerIP 8
|
||||
|
||||
|
||||
|
||||
# If you want to log all client commands, set this to "yes".
|
||||
# This directive can be specified twice to also log server responses.
|
||||
|
||||
VerboseLog no
|
||||
|
||||
|
||||
|
||||
# List dot-files even when the client doesn't send "-a".
|
||||
|
||||
DisplayDotFiles no
|
||||
|
||||
|
||||
|
||||
# Disallow authenticated users - Act only as a public FTP server.
|
||||
|
||||
AnonymousOnly no
|
||||
|
||||
|
||||
|
||||
# Disallow anonymous connections. Only accept authenticated users.
|
||||
|
||||
NoAnonymous no
|
||||
|
||||
|
||||
|
||||
# Syslog facility (auth, authpriv, daemon, ftp, security, user, local*)
|
||||
# The default facility is "ftp". "none" disables logging.
|
||||
|
||||
SyslogFacility ftp
|
||||
|
||||
|
||||
|
||||
# Display fortune cookies
|
||||
|
||||
# FortunesFile /usr/share/fortune/zippy
|
||||
|
||||
|
||||
|
||||
# Don't resolve host names in log files. Recommended unless you trust
|
||||
# reverse host names, and don't care about DNS resolution being possibly slow.
|
||||
|
||||
DontResolve yes
|
||||
|
||||
|
||||
|
||||
# Maximum idle time in minutes (default = 15 minutes)
|
||||
|
||||
MaxIdleTime 15
|
||||
|
||||
|
||||
|
||||
# LDAP configuration file (see README.LDAP)
|
||||
|
||||
# LDAPConfigFile @sysconfigdir@/pureftpd-ldap.conf
|
||||
|
||||
|
||||
|
||||
# MySQL configuration file (see README.MySQL)
|
||||
|
||||
# MySQLConfigFile @sysconfigdir@/pureftpd-mysql.conf
|
||||
|
||||
|
||||
# PostgreSQL configuration file (see README.PGSQL)
|
||||
|
||||
# PGSQLConfigFile @sysconfigdir@/pureftpd-pgsql.conf
|
||||
|
||||
|
||||
# PureDB user database (see README.Virtual-Users)
|
||||
PureDB /etc/pureftpd.pdb
|
||||
|
||||
# PureDB @sysconfigdir@/pureftpd.pdb
|
||||
|
||||
|
||||
# Path to pure-authd socket (see README.Authentication-Modules)
|
||||
|
||||
# ExtAuth /var/run/ftpd.sock
|
||||
|
||||
|
||||
|
||||
# If you want to enable PAM authentication, uncomment the following line
|
||||
|
||||
PAMAuthentication yes
|
||||
|
||||
|
||||
|
||||
# If you want simple Unix (/etc/passwd) authentication, uncomment this
|
||||
|
||||
# UnixAuthentication yes
|
||||
|
||||
|
||||
|
||||
# Please note that LDAPConfigFile, MySQLConfigFile, PAMAuthentication and
|
||||
# UnixAuthentication can be used specified once, but can be combined
|
||||
# together. For instance, if you use MySQLConfigFile, then UnixAuthentication,
|
||||
# the SQL server will be used first. If the SQL authentication fails because the
|
||||
# user wasn't found, a new attempt will be done using system authentication.
|
||||
# If the SQL authentication fails because the password didn't match, the
|
||||
# authentication chain stops here. Authentication methods are chained in
|
||||
# the order they are given.
|
||||
|
||||
|
||||
|
||||
# 'ls' recursion limits. The first argument is the maximum number of
|
||||
# files to be displayed. The second one is the max subdirectories depth.
|
||||
|
||||
LimitRecursion 10000 8
|
||||
|
||||
|
||||
|
||||
# Are anonymous users allowed to create new directories?
|
||||
|
||||
AnonymousCanCreateDirs no
|
||||
|
||||
|
||||
|
||||
# If the system load is greater than the given value, anonymous users
|
||||
# aren't allowed to download.
|
||||
|
||||
MaxLoad 4
|
||||
|
||||
|
||||
|
||||
# Port range for passive connections - keep it as broad as possible.
|
||||
|
||||
# PassivePortRange 30000 50000
|
||||
|
||||
|
||||
|
||||
# Force an IP address in PASV/EPSV/SPSV replies. - for NAT.
|
||||
# Symbolic host names are also accepted for gateways with dynamic IP
|
||||
# addresses.
|
||||
|
||||
# ForcePassiveIP 192.168.0.1
|
||||
|
||||
|
||||
|
||||
# Upload/download ratio for anonymous users.
|
||||
|
||||
# AnonymousRatio 1 10
|
||||
|
||||
|
||||
|
||||
# Upload/download ratio for all users.
|
||||
# This directive supersedes the previous one.
|
||||
|
||||
# UserRatio 1 10
|
||||
|
||||
|
||||
|
||||
# Disallow downloads of files owned by the "ftp" system user;
|
||||
# files that were uploaded but not validated by a local admin.
|
||||
|
||||
AntiWarez yes
|
||||
|
||||
|
||||
|
||||
# IP address/port to listen to (default=all IP addresses, port 21).
|
||||
|
||||
# Bind 127.0.0.1,21
|
||||
|
||||
|
||||
|
||||
# Maximum bandwidth for anonymous users in KB/s
|
||||
|
||||
# AnonymousBandwidth 8
|
||||
|
||||
|
||||
|
||||
# Maximum bandwidth for *all* users (including anonymous) in KB/s
|
||||
# Use AnonymousBandwidth *or* UserBandwidth, not both.
|
||||
|
||||
# UserBandwidth 8
|
||||
|
||||
|
||||
|
||||
# File creation mask. <umask for files>:<umask for dirs> .
|
||||
# 177:077 if you feel paranoid.
|
||||
|
||||
Umask 133:022
|
||||
|
||||
|
||||
|
||||
# Minimum UID for an authenticated user to log in.
|
||||
# For example, a value of 100 prevents all users whose user id is below
|
||||
# 100 from logging in. If you want "root" to be able to log in, use 0.
|
||||
|
||||
MinUID 1000
|
||||
|
||||
|
||||
# Allow FXP transfers for authenticated users.
|
||||
|
||||
AllowUserFXP no
|
||||
|
||||
|
||||
|
||||
# Allow anonymous FXP for anonymous and non-anonymous users.
|
||||
|
||||
AllowAnonymousFXP no
|
||||
|
||||
|
||||
|
||||
# Users can't delete/write files starting with a dot ('.')
|
||||
# even if they own them. But if TrustedGID is enabled, that group
|
||||
# will exceptionally have access to dot-files.
|
||||
|
||||
ProhibitDotFilesWrite yes
|
||||
|
||||
|
||||
|
||||
# Prohibit *reading* of files starting with a dot (.history, .ssh...)
|
||||
|
||||
ProhibitDotFilesRead yes
|
||||
|
||||
|
||||
|
||||
# Don't overwrite files. When a file whose name already exist is uploaded,
|
||||
# it gets automatically renamed to file.1, file.2, file.3, ...
|
||||
|
||||
AutoRename no
|
||||
|
||||
|
||||
|
||||
# Prevent anonymous users from uploading new files (no = upload is allowed)
|
||||
|
||||
AnonymousCantUpload yes
|
||||
|
||||
|
||||
|
||||
# Only connections to this specific IP address are allowed to be
|
||||
# non-anonymous. You can use this directive to open several public IPs for
|
||||
# anonymous FTP, and keep a private firewalled IP for remote administration.
|
||||
# You can also only allow a non-routable local IP (such as 10.x.x.x) for
|
||||
# authenticated users, and run a public anon-only FTP server on another IP.
|
||||
|
||||
# TrustedIP 10.1.1.1
|
||||
|
||||
|
||||
|
||||
# To add the PID to log entries, uncomment the following line.
|
||||
|
||||
# LogPID yes
|
||||
|
||||
|
||||
|
||||
# Create an additional log file with transfers logged in a Apache-like format :
|
||||
# fw.c9x.org - jedi [13/Apr/2017:19:36:39] "GET /ftp/linux.tar.bz2" 200 21809338
|
||||
# This log file can then be processed by common HTTP traffic analyzers.
|
||||
|
||||
AltLog clf:/var/log/pureftpd.log
|
||||
|
||||
|
||||
|
||||
# Create an additional log file with transfers logged in a format optimized
|
||||
# for statistic reports.
|
||||
|
||||
# AltLog stats:/var/log/pureftpd.log
|
||||
|
||||
|
||||
|
||||
# Create an additional log file with transfers logged in the standard W3C
|
||||
# format (compatible with many HTTP log analyzers)
|
||||
|
||||
# AltLog w3c:/var/log/pureftpd.log
|
||||
|
||||
|
||||
|
||||
# Disallow the CHMOD command. Users cannot change perms of their own files.
|
||||
|
||||
# NoChmod yes
|
||||
|
||||
|
||||
|
||||
# Allow users to resume/upload files, but *NOT* to delete them.
|
||||
|
||||
# KeepAllFiles yes
|
||||
|
||||
|
||||
|
||||
# Automatically create home directories if they are missing
|
||||
|
||||
# CreateHomeDir yes
|
||||
|
||||
|
||||
|
||||
# Enable virtual quotas. The first value is the max number of files.
|
||||
# The second value is the maximum size, in megabytes.
|
||||
# So 1000:10 limits every user to 1000 files and 10 MB.
|
||||
|
||||
# Quota 1000:10
|
||||
|
||||
|
||||
|
||||
# If your pure-ftpd has been compiled with standalone support, you can change
|
||||
# the location of the pid file. The default is /var/run/pure-ftpd.pid
|
||||
|
||||
#PIDFile /var/run/pure-ftpd.pid
|
||||
|
||||
|
||||
|
||||
# If your pure-ftpd has been compiled with pure-uploadscript support,
|
||||
# this will make pure-ftpd write info about new uploads to
|
||||
# /var/run/pure-ftpd.upload.pipe so pure-uploadscript can read it and
|
||||
# spawn a script to handle the upload.
|
||||
# Don't enable this option if you don't actually use pure-uploadscript.
|
||||
|
||||
# CallUploadScript yes
|
||||
|
||||
|
||||
|
||||
# This option is useful on servers where anonymous upload is
|
||||
# allowed. When the partition is more that percententage full,
|
||||
# new uploads are disallowed.
|
||||
|
||||
MaxDiskUsage 99
|
||||
|
||||
|
||||
|
||||
# Set to 'yes' to prevent users from renaming files.
|
||||
|
||||
# NoRename yes
|
||||
|
||||
|
||||
|
||||
# Be 'customer proof': forbids common customer mistakes such as
|
||||
# 'chmod 0 public_html', that are valid, but can cause customers to
|
||||
# unintentionally shoot themselves in the foot.
|
||||
|
||||
CustomerProof yes
|
||||
|
||||
|
||||
|
||||
# Per-user concurrency limits. Will only work if the FTP server has
|
||||
# been compiled with --with-peruserlimits.
|
||||
# Format is: <max sessions per user>:<max anonymous sessions>
|
||||
# For example, 3:20 means that an authenticated user can have up to 3 active
|
||||
# sessions, and that up to 20 anonymous sessions are allowed.
|
||||
|
||||
# PerUserLimits 3:20
|
||||
|
||||
|
||||
|
||||
# When a file is uploaded and there was already a previous version of the file
|
||||
# with the same name, the old file will neither get removed nor truncated.
|
||||
# The file will be stored under a temporary name and once the upload is
|
||||
# complete, it will be atomically renamed. For example, when a large PHP
|
||||
# script is being uploaded, the web server will keep serving the old version and
|
||||
# later switch to the new one as soon as the full file will have been
|
||||
# transferred. This option is incompatible with virtual quotas.
|
||||
|
||||
# NoTruncate yes
|
||||
|
||||
|
||||
|
||||
# This option accepts three values:
|
||||
# 0: disable SSL/TLS encryption layer (default).
|
||||
# 1: accept both cleartext and encrypted sessions.
|
||||
# 2: refuse connections that don't use the TLS security mechanism,
|
||||
# including anonymous sessions.
|
||||
# Do _not_ uncomment this blindly. Double check that:
|
||||
# 1) The server has been compiled with TLS support (--with-tls),
|
||||
# 2) A valid certificate is in place,
|
||||
# 3) Only compatible clients will log in.
|
||||
|
||||
# TLS 1
|
||||
|
||||
|
||||
# Cipher suite for TLS sessions.
|
||||
# The default suite is secure and setting this property is usually
|
||||
# only required to *lower* the security to cope with legacy clients.
|
||||
# Prefix with -C: in order to require valid client certificates.
|
||||
# If -C: is used, make sure that clients' public keys are present on
|
||||
# the server.
|
||||
|
||||
# TLSCipherSuite HIGH
|
||||
|
||||
|
||||
|
||||
# Certificate file, for TLS
|
||||
# The certificate itself and the keys can be bundled into the same
|
||||
# file or split into two files.
|
||||
# CertFile is for a cert+key bundle, CertFileAndKey for separate files.
|
||||
# Use only one of these.
|
||||
|
||||
# CertFile /etc/ssl/private/pure-ftpd.pem
|
||||
# CertFileAndKey "/etc/pure-ftpd.pem" "/etc/pure-ftpd.key"
|
||||
|
||||
|
||||
|
||||
# Unix socket of the external certificate handler, for TLS
|
||||
|
||||
# ExtCert /var/run/ftpd-certs.sock
|
||||
|
||||
|
||||
# Listen only to IPv4 addresses in standalone mode (ie. disable IPv6)
|
||||
# By default, both IPv4 and IPv6 are enabled.
|
||||
|
||||
IPV4Only yes
|
||||
|
||||
|
||||
|
||||
# Listen only to IPv6 addresses in standalone mode (i.e. disable IPv4)
|
||||
# By default, both IPv4 and IPv6 are enabled.
|
||||
|
||||
# IPV6Only yes
|
||||
|
||||
2
archiso/airootfs/etc/pureftpd.passwd
Normal file
2
archiso/airootfs/etc/pureftpd.passwd
Normal file
@@ -0,0 +1,2 @@
|
||||
tms:$argon2id$v=19$m=8192,t=511,p=1$XOyXf4pgs/PgfyJWHJuT9Q$j6PWu8V1IIeQxTsnMt4soJYt9p6swQCei72I6WGEe4Q:1001:1001::/media/cinema/./::::::::::::
|
||||
kdm:$argon2id$v=19$m=8192,t=511,p=1$SMpF8Bh3VuO+4A+fzn8XZA$uWbxeraghIP26a6+8ABf3r14zKHn0v/Z7mzINaU1F74:1002:1002::/media/kdm/./::::::::::::
|
||||
BIN
archiso/airootfs/etc/pureftpd.pdb
Normal file
BIN
archiso/airootfs/etc/pureftpd.pdb
Normal file
Binary file not shown.
1
archiso/airootfs/etc/redhat-release
Normal file
1
archiso/airootfs/etc/redhat-release
Normal file
@@ -0,0 +1 @@
|
||||
Arch Linux release 25.12
|
||||
1
archiso/airootfs/etc/resolv.conf
Symbolic link
1
archiso/airootfs/etc/resolv.conf
Symbolic link
@@ -0,0 +1 @@
|
||||
/run/systemd/resolve/stub-resolv.conf
|
||||
38
archiso/airootfs/etc/sddm.conf
Executable file
38
archiso/airootfs/etc/sddm.conf
Executable file
@@ -0,0 +1,38 @@
|
||||
[General]
|
||||
InputMethod=
|
||||
Namespaces=
|
||||
Numlock=on
|
||||
|
||||
[Theme]
|
||||
DisableAvatarsThreshold=7
|
||||
EnableAvatars=true
|
||||
FacesDir=/usr/share/sddm/faces
|
||||
ThemeDir=/usr/share/sddm/themes
|
||||
|
||||
[Users]
|
||||
DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin
|
||||
HideShells=
|
||||
HideUsers=
|
||||
RememberLastSession=true
|
||||
RememberLastUser=true
|
||||
ReuseSession=true
|
||||
|
||||
[Wayland]
|
||||
EnableHiDPI=true
|
||||
SessionCommand=/usr/share/sddm/scripts/wayland-session
|
||||
SessionDir=/usr/share/wayland-sessions
|
||||
SessionLogFile=.local/share/sddm/wayland-session.log
|
||||
|
||||
[X11]
|
||||
DisplayCommand=/usr/share/sddm/scripts/Xsetup
|
||||
DisplayStopCommand=/usr/share/sddm/scripts/Xstop
|
||||
EnableHiDPI=true
|
||||
MinimumVT=1
|
||||
ServerArguments=-nolisten tcp
|
||||
ServerPath=/usr/bin/X
|
||||
SessionCommand=/usr/share/sddm/scripts/Xsession
|
||||
SessionDir=/usr/share/xsessions
|
||||
SessionLogFile=.local/share/sddm/xorg-session.log
|
||||
UserAuthFile=.Xauthority
|
||||
XauthPath=/usr/bin/xauth
|
||||
XephyrPath=/usr/bin/Xephyr
|
||||
17
archiso/airootfs/etc/sddm.conf.d/kde_settings.conf
Executable file
17
archiso/airootfs/etc/sddm.conf.d/kde_settings.conf
Executable file
@@ -0,0 +1,17 @@
|
||||
[Autologin]
|
||||
Relogin=false
|
||||
User=liveuser
|
||||
Session=xfce
|
||||
|
||||
[General]
|
||||
HaltCommand=/usr/bin/systemctl poweroff
|
||||
RebootCommand=/usr/bin/systemctl reboot
|
||||
|
||||
[Theme]
|
||||
Current=breeze
|
||||
CursorTheme=
|
||||
Font=
|
||||
|
||||
[Users]
|
||||
MaximumUid=60513
|
||||
MinimumUid=1000
|
||||
5
archiso/airootfs/etc/shadow
Executable file
5
archiso/airootfs/etc/shadow
Executable file
@@ -0,0 +1,5 @@
|
||||
root::14871::::::
|
||||
liveuser::14871::::::
|
||||
tms:$y$j9T$P8J8q258sVG0sCYRV13wk1$G.SgrUqdKNgCspkpbS9Bd20vMurHDcI5Mz19XPLyaR1:20407:0:99999:7:::
|
||||
kdm:$y$j9T$Uy4NyUrbTpYE3kPOaOu.y/$lr2ovSQ.m/6UGRgelMLTar/KHqSHYMXUOFwxJXiV..D:20407:0:99999:7:::
|
||||
mysql:!:20407::::::
|
||||
34
archiso/airootfs/etc/skel/.Xresources
Executable file
34
archiso/airootfs/etc/skel/.Xresources
Executable file
@@ -0,0 +1,34 @@
|
||||
! ------------------------------------------------------------------------------
|
||||
! 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
|
||||
|
||||
|
||||
94
archiso/airootfs/etc/skel/.bashrc
Executable file
94
archiso/airootfs/etc/skel/.bashrc
Executable file
@@ -0,0 +1,94 @@
|
||||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
source /etc/profile
|
||||
|
||||
# 基础别名
|
||||
alias ls='ls --color=auto'
|
||||
alias ll='ls -alF'
|
||||
alias la='ls -A'
|
||||
alias l='ls -CF'
|
||||
alias grep='grep --color=auto'
|
||||
|
||||
# 安全操作
|
||||
alias rm='rm -i'
|
||||
alias cp='cp -i'
|
||||
alias mv='mv -i'
|
||||
|
||||
# 导航别名
|
||||
alias ..='cd ..'
|
||||
alias ...='cd ../..'
|
||||
alias ....='cd ../../..'
|
||||
|
||||
# 系统信息
|
||||
alias df='df -h'
|
||||
alias du='du -h'
|
||||
alias dus='du -sh * | sort -nr'
|
||||
alias free='free -h'
|
||||
|
||||
# Git 快捷方式
|
||||
alias gs='git status'
|
||||
alias ga='git add'
|
||||
alias gc='git commit'
|
||||
alias gp='git push'
|
||||
alias gl='git log --oneline'
|
||||
|
||||
alias tms='sh /home/smart/.tms3/starter/tms-tools.sh'
|
||||
alias rtms='sh /home/smart/.tms3/starter/restart'
|
||||
|
||||
# 文件大小查看别名
|
||||
alias size='ls -lahSr' # 简单版本
|
||||
alias sizes='du -sh * | sort -h' # 准确版本
|
||||
alias sizeall='du -sh .[!.]* * 2>/dev/null | sort -h' # 包含隐藏文件
|
||||
|
||||
# 详细版本,显示文件权限和大小
|
||||
alias sizedetail='du -sh * | sort -h | while read s n; do ls -ld "$n" | awk '\''{printf "%-10s %-5s %-8s ", $1, $3, $4}'\''; echo "$s $n"; done'
|
||||
|
||||
# 文件大小查看函数
|
||||
fsize() {
|
||||
local path="${1:-.}" # 默认当前目录
|
||||
local depth="${2:-0}" # 目录深度
|
||||
|
||||
echo "=== 文件大小统计: $path ==="
|
||||
|
||||
if [ "$depth" -eq 0 ]; then
|
||||
# 只显示当前目录下的文件
|
||||
du -sh "$path"/* 2>/dev/null | sort -h
|
||||
else
|
||||
# 显示指定深度的目录结构
|
||||
find "$path" -maxdepth "$depth" -type f -exec du -sh {} + 2>/dev/null | sort -h
|
||||
fi
|
||||
}
|
||||
|
||||
# 快捷别名
|
||||
alias sz='fsize . 0'
|
||||
alias sz1='fsize . 1'
|
||||
alias sz2='fsize . 2'
|
||||
|
||||
# 环境变量
|
||||
export EDITOR=vim
|
||||
export VISUAL=vim
|
||||
export HISTSIZE=10000
|
||||
export HISTFILESIZE=20000
|
||||
|
||||
# 彩色提示符
|
||||
PS1='\[\033[01;33m\]\t\[\033[00m\] \[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
||||
|
||||
# 实用函数
|
||||
mkcd() { mkdir -p "$1" && cd "$1"; }
|
||||
findf() { find . -name "$1" -type f 2>/dev/null; }
|
||||
|
||||
# 检查 wine 是否可用
|
||||
wine-check() {
|
||||
if command -v wine >/dev/null 2>&1; then
|
||||
echo "✓ Wine is available: $(which wine)"
|
||||
wine --version
|
||||
else
|
||||
echo "✗ Wine not found in PATH"
|
||||
echo "Current PATH: $PATH"
|
||||
fi
|
||||
}
|
||||
19
archiso/airootfs/etc/skel/.config/Barco/Commander.ini
Normal file
19
archiso/airootfs/etc/skel/.config/Barco/Commander.ini
Normal file
@@ -0,0 +1,19 @@
|
||||
[QSS-Info]
|
||||
Path=:/qss/basicwidgetstyle
|
||||
|
||||
[Language-Info]
|
||||
Language=cn
|
||||
|
||||
[Ingest-ParsingOption]
|
||||
MaximumFolderDepth=10
|
||||
AreMxfFilesParsed=False
|
||||
AreAssetmapSubFoldersParsed=False
|
||||
|
||||
[MainWindow-Geometry]
|
||||
X=560
|
||||
Y=254
|
||||
W=800
|
||||
H=600
|
||||
|
||||
[MainWindow-State]
|
||||
States=0
|
||||
@@ -0,0 +1,3 @@
|
||||
[mainwindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x1\0\0\0\0\x1\xd1\0\0\x1g\0\0\x4\xf0\0\0\x3\xaf\0\0\x1\xd1\0\0\x1g\0\0\x4\xf0\0\0\x3\xaf\0\0\0\0\0\0)
|
||||
windowState="@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x3\0\0\0\0\0\0\x1J\0\0\x1\xa7\xfc\x2\0\0\0\x1\xfb\0\0\0\x30\0\x65\0n\0v\0i\0r\0o\0n\0m\0\x65\0n\0t\0S\0\x65\0l\0\x65\0\x63\0t\0i\0o\0n\0\x44\0o\0\x63\0k\x1\0\0\0w\0\0\x1\xa7\0\0\x1=\0\xff\xff\xff\0\0\0\x1\0\0\0\xb4\0\0\x1\xa7\xfc\x2\0\0\0\x1\xfb\0\0\0\x1a\0s\0\x65\0l\0\x65\0\x63\0t\0i\0o\0n\0\x44\0o\0\x63\0k\x1\0\0\0w\0\0\x1\xa7\0\0\x1\xa7\0\xff\xff\xff\0\0\0\x2\0\0\x3 \0\0\0q\xfc\x1\0\0\0\x1\xfb\0\0\0\x1e\0\x65\0n\0v\0i\0r\0o\0n\0m\0\x65\0n\0t\0\x44\0o\0\x63\0k\x1\0\0\0\0\0\0\x3 \0\0\x3 \0\xff\xff\xff\0\0\x1\x16\0\0\x1\xa7\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)"
|
||||
8
archiso/airootfs/etc/skel/.config/autostart/vnc.desktop
Normal file
8
archiso/airootfs/etc/skel/.config/autostart/vnc.desktop
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env xdg-open
|
||||
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=sh /home/$USER/.vnc/vnc.sh
|
||||
Name=vnc
|
||||
356
archiso/airootfs/etc/skel/.config/dcpomatic2/2.18/config.xml
Normal file
356
archiso/airootfs/etc/skel/.config/dcpomatic2/2.18/config.xml
Normal file
@@ -0,0 +1,356 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Config>
|
||||
<Version>3</Version>
|
||||
<MasterEncodingThreads>8</MasterEncodingThreads>
|
||||
<ServerEncodingThreads>8</ServerEncodingThreads>
|
||||
<ServerPortBase>6192</ServerPortBase>
|
||||
<UseAnyServers>1</UseAnyServers>
|
||||
<OnlyServersEncode>0</OnlyServersEncode>
|
||||
<TMSProtocol>1</TMSProtocol>
|
||||
<TMSPassive>1</TMSPassive>
|
||||
<TMSIP>127.0.0.1</TMSIP>
|
||||
<TMSPath>/</TMSPath>
|
||||
<TMSUser>tms</TMSUser>
|
||||
<TMSPassword>tms</TMSPassword>
|
||||
<DCPIssuer></DCPIssuer>
|
||||
<DCPCreator></DCPCreator>
|
||||
<DCPCompanyName></DCPCompanyName>
|
||||
<DCPProductName></DCPProductName>
|
||||
<DCPProductVersion></DCPProductVersion>
|
||||
<DCPJ2KComment></DCPJ2KComment>
|
||||
<UploadAfterMakeDCP>1</UploadAfterMakeDCP>
|
||||
<DefaultStillLength>10</DefaultStillLength>
|
||||
<DefaultAudioDelay>0</DefaultAudioDelay>
|
||||
<PlayerAudioDelay>0</PlayerAudioDelay>
|
||||
<DefaultKDMDuration unit="weeks">1</DefaultKDMDuration>
|
||||
<MailServer></MailServer>
|
||||
<MailPort>25</MailPort>
|
||||
<MailProtocol>Auto</MailProtocol>
|
||||
<MailUser></MailUser>
|
||||
<MailPassword></MailPassword>
|
||||
<KDMSubject>KDM delivery: $CPL_NAME</KDMSubject>
|
||||
<KDMFrom></KDMFrom>
|
||||
<KDMBCC></KDMBCC>
|
||||
<KDMEmail>Dear Projectionist
|
||||
|
||||
Please find attached KDMs for $CPL_NAME.
|
||||
|
||||
Cinema: $CINEMA_NAME
|
||||
Screen(s): $SCREENS
|
||||
|
||||
The KDMs are valid from $START_TIME until $END_TIME.
|
||||
|
||||
Best regards,
|
||||
DCP-o-matic</KDMEmail>
|
||||
<NotificationSubject>DCP-o-matic notification</NotificationSubject>
|
||||
<NotificationFrom></NotificationFrom>
|
||||
<NotificationTo></NotificationTo>
|
||||
<NotificationBCC></NotificationBCC>
|
||||
<NotificationEmail>$JOB_NAME: $JOB_STATUS</NotificationEmail>
|
||||
<CheckForUpdates>0</CheckForUpdates>
|
||||
<CheckForTestUpdates>0</CheckForTestUpdates>
|
||||
<MaximumJ2KVideoBitRate>250000000</MaximumJ2KVideoBitRate>
|
||||
<MaximumMPEG2VideoBitRate>50000000</MaximumMPEG2VideoBitRate>
|
||||
<AllowAnyDCPFrameRate>0</AllowAnyDCPFrameRate>
|
||||
<AllowAnyContainer>0</AllowAnyContainer>
|
||||
<Allow96kHzAudio>0</Allow96kHzAudio>
|
||||
<UseAllAudioChannels>0</UseAllAudioChannels>
|
||||
<ShowExperimentalAudioProcessors>0</ShowExperimentalAudioProcessors>
|
||||
<LogTypes>263</LogTypes>
|
||||
<AnalyseEBUR128>1</AnalyseEBUR128>
|
||||
<AutomaticAudioAnalysis>0</AutomaticAudioAnalysis>
|
||||
<Signer>
|
||||
<Certificate>-----BEGIN CERTIFICATE-----
|
||||
MIIEZDCCA0ygAwIBAgIBBTANBgkqhkiG9w0BAQsFADB9MRYwFAYDVQQKEw1kY3Bv
|
||||
bWF0aWMuY29tMRYwFAYDVQQLEw1kY3BvbWF0aWMuY29tMSQwIgYDVQQDExsuZGNw
|
||||
b21hdGljLnNtcHRlLTQzMC0yLlJPT1QxJTAjBgNVBC4THFltMVRiOFRncHZYeWt0
|
||||
N0FPQXd0c0lTRjZydz0wHhcNMjUxMTE5MjAyODQ1WhcNMzUxMTE3MjAyODQ1WjB9
|
||||
MRYwFAYDVQQKEw1kY3BvbWF0aWMuY29tMRYwFAYDVQQLEw1kY3BvbWF0aWMuY29t
|
||||
MSQwIgYDVQQDExsuZGNwb21hdGljLnNtcHRlLTQzMC0yLlJPT1QxJTAjBgNVBC4T
|
||||
HFltMVRiOFRncHZYeWt0N0FPQXd0c0lTRjZydz0wggEiMA0GCSqGSIb3DQEBAQUA
|
||||
A4IBDwAwggEKAoIBAQCvvrgGDVjrN4YNEIDVgLY+AxPMSeerLYaKd6NebYW/1Unb
|
||||
JLJFRDnY1wfGZjko4mNnAVFKWPw/cdaamaAg9rxU1PSvCm4UdzIgZrc9fdB5SMoy
|
||||
u6dbu9i4IUG8JNN0oYLhHT6GvL/zob5k05xH7erlcGeHUyfRAcQ4DpDUbNPOlm1l
|
||||
6XhqII2cB3Q2Oqx8Wr4UcCBW96Wb0dAHV5vTRRWQXyhl/V83qkMyIBabrwsIJyGQ
|
||||
B5Tbr6f8ayrWcY6bP4+hD12s8OYIo3hBuNQJEiMu4YmlTWViFPaVcoXwb8jJLQ0+
|
||||
BYsjwpkzN2ZFa7MxOKhsdCK3iJAm456ZYOf7WlEPAgMBAAGjge4wgeswEgYDVR0T
|
||||
AQH/BAgwBgEB/wIBAzALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFGJtU2/E4Kb18pLe
|
||||
wDgMLbCEheq8MIGoBgNVHSMEgaAwgZ2AFGJtU2/E4Kb18pLewDgMLbCEheq8oYGB
|
||||
pH8wfTEWMBQGA1UEChMNZGNwb21hdGljLmNvbTEWMBQGA1UECxMNZGNwb21hdGlj
|
||||
LmNvbTEkMCIGA1UEAxMbLmRjcG9tYXRpYy5zbXB0ZS00MzAtMi5ST09UMSUwIwYD
|
||||
VQQuExxZbTFUYjhUZ3B2WHlrdDdBT0F3dHNJU0Y2cnc9ggEFMA0GCSqGSIb3DQEB
|
||||
CwUAA4IBAQCcI/h5tA+cq3rbPvWxeOoztrS5tx3i096V5vT5JHmvz80dCmZR3e9u
|
||||
5EWZ7Ial6+kuDPfyvkcWErq7/xlgDJ/ZDQ/tOVtZKdMFIefeFOQOVJ5kBmmCPW9V
|
||||
qxNR2JqwSF7JBQNkwjWWWsKgr5H11NtybdLEDSm+qqVd2Iiasg3eEPA2ryXimP1d
|
||||
aD8sBoxo+Zvj1nGIUWnj/NjhjsCY6oAb/tKsVi7Q7kzBPAyvo+Twf3v3lJMxpFDm
|
||||
+Q+MmE83v3HMqUC4oed9cYZph7gYADp4U6s30RZyl4wMWmzSIe+VhTSsl6W3wcp/
|
||||
8yO+NozN+oxhpa2uuq0Ze1UullRhH0tn
|
||||
-----END CERTIFICATE-----
|
||||
</Certificate>
|
||||
<Certificate>-----BEGIN CERTIFICATE-----
|
||||
MIIEbTCCA1WgAwIBAgIBBjANBgkqhkiG9w0BAQsFADB9MRYwFAYDVQQKEw1kY3Bv
|
||||
bWF0aWMuY29tMRYwFAYDVQQLEw1kY3BvbWF0aWMuY29tMSQwIgYDVQQDExsuZGNw
|
||||
b21hdGljLnNtcHRlLTQzMC0yLlJPT1QxJTAjBgNVBC4THFltMVRiOFRncHZYeWt0
|
||||
N0FPQXd0c0lTRjZydz0wHhcNMjUxMTE5MjAyODQ1WhcNMzUxMTE2MjAyODQ1WjCB
|
||||
hTEWMBQGA1UEChMNZGNwb21hdGljLmNvbTEWMBQGA1UECxMNZGNwb21hdGljLmNv
|
||||
bTEsMCoGA1UEAxMjLmRjcG9tYXRpYy5zbXB0ZS00MzAtMi5JTlRFUk1FRElBVEUx
|
||||
JTAjBgNVBC4THE5aeDhvVVR0bndpNU9qNit0endCR1VDc3QrYz0wggEiMA0GCSqG
|
||||
SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDOA8g+8zl9XTojpIZv8cFKEGbr2tK/81ZM
|
||||
/vDLVk1MhE30JcN2JzhSGIxAgsBnTPjBUMOEZ3k6CydxGTBrbgwQVrEU0HlrQjyF
|
||||
M+TgExRmwDecQU2vMaSqyVTf+SkDcWQvR3NNq6xcCUXVCi2Mdd6q7zWQyDhB4gPh
|
||||
cykmEXsEeJSVc3q2S6r2iQNigPWsdlVBuEXiX9T9h4/TJNBYDau+Lg5gmspHnNP/
|
||||
QDH8nNlG8X10CTI0IvPEWZvGvGVElS2sBpO2s1txhnkL0VyHE+yAQPNZHx5eRWKZ
|
||||
qTIbk1WTnlqMn8bj54m76hwBXsdJiesAuogSAMnjonugAD1IySGDAgMBAAGjge4w
|
||||
geswEgYDVR0TAQH/BAgwBgEB/wIBAjALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFDWc
|
||||
fKFE7Z8IuTo+vrc8ARlArLfnMIGoBgNVHSMEgaAwgZ2AFGJtU2/E4Kb18pLewDgM
|
||||
LbCEheq8oYGBpH8wfTEWMBQGA1UEChMNZGNwb21hdGljLmNvbTEWMBQGA1UECxMN
|
||||
ZGNwb21hdGljLmNvbTEkMCIGA1UEAxMbLmRjcG9tYXRpYy5zbXB0ZS00MzAtMi5S
|
||||
T09UMSUwIwYDVQQuExxZbTFUYjhUZ3B2WHlrdDdBT0F3dHNJU0Y2cnc9ggEFMA0G
|
||||
CSqGSIb3DQEBCwUAA4IBAQBlFZ/2HlcOPQw03Cgb5mW7sXiqjRt3AmvYqWOE46iT
|
||||
Qp4fRD4Pt3HFZJ6fePSol6uvb6b2xJ4uGoE2/b9UVLXU/mH0CyfJ+iAX5aF5MuFN
|
||||
YUcUK62Jx92rvexRyaS3mZdtVpG/wNNEE2T7Qli+PSXyIuK8CoPkxJ4+Cpjo5098
|
||||
jiZObzWxJfWsbKs4ktAmzTVR5Uawk0I9PkiINbD2B/jV+bP9DzTQt5gwXDyelIGh
|
||||
ne1vEOzi/1O9VMpmCcfeRqNvfphuHjEj8GWDFnvUdtJuxa0bkZ+CfZaLlZPg6VoX
|
||||
NrSO+z6YJHR8g+7IuUC0gy9WwM3PHyjvv6m2cnnrksbY
|
||||
-----END CERTIFICATE-----
|
||||
</Certificate>
|
||||
<Certificate>-----BEGIN CERTIFICATE-----
|
||||
MIIEaTCCA1GgAwIBAgIBBzANBgkqhkiG9w0BAQsFADCBhTEWMBQGA1UEChMNZGNw
|
||||
b21hdGljLmNvbTEWMBQGA1UECxMNZGNwb21hdGljLmNvbTEsMCoGA1UEAxMjLmRj
|
||||
cG9tYXRpYy5zbXB0ZS00MzAtMi5JTlRFUk1FRElBVEUxJTAjBgNVBC4THE5aeDhv
|
||||
VVR0bndpNU9qNit0endCR1VDc3QrYz0wHhcNMjUxMTE5MjAyODQ1WhcNMzUxMTE1
|
||||
MjAyODQ1WjB/MRYwFAYDVQQKEw1kY3BvbWF0aWMuY29tMRYwFAYDVQQLEw1kY3Bv
|
||||
bWF0aWMuY29tMSYwJAYDVQQDEx1DUy5kY3BvbWF0aWMuc21wdGUtNDMwLTIuTEVB
|
||||
RjElMCMGA1UELhMcM1UxTytDbWdWZFZwaUYrMk5JR1huTHRnVGg4PTCCASIwDQYJ
|
||||
KoZIhvcNAQEBBQADggEPADCCAQoCggEBAMTeQ3HYlE1bfCnvP4gK6CgW/Z3lBLqz
|
||||
CdWV07jOjvWjqKc9akyOuaK1biaoLQELHouhHXpdYLlOgDry+xxMJ+xlMjhnYRZS
|
||||
tRHJujrfXE61e9cOlbGg4Bp4boGP6O+H/b0cWJUJs1zgJqpwGpVMjeWy0GtUNmpt
|
||||
r1oHUU8lnNvDkYhO7x6tZGQemBDbROrj1DdXOzNevfn+MEFl8b4cGhzxIWZ9r+uP
|
||||
o7GBZjRRSpj+NdLop7J1n5TYkTw+QEXhR/jaz2L2qSiv6l/wwRpjFVlXwte+IrkI
|
||||
IBP0MupORCpJfrviACsUPH5R6A9H0BDYlf2ArDA7SCEg7Nbzz9dZEjcCAwEAAaOB
|
||||
6DCB5TAMBgNVHRMBAf8EAjAAMAsGA1UdDwQEAwIFoDAdBgNVHQ4EFgQU3U1O+Cmg
|
||||
VdVpiF+2NIGXnLtgTh8wgagGA1UdIwSBoDCBnYAUNZx8oUTtnwi5Oj6+tzwBGUCs
|
||||
t+ehgYGkfzB9MRYwFAYDVQQKEw1kY3BvbWF0aWMuY29tMRYwFAYDVQQLEw1kY3Bv
|
||||
bWF0aWMuY29tMSQwIgYDVQQDExsuZGNwb21hdGljLnNtcHRlLTQzMC0yLlJPT1Qx
|
||||
JTAjBgNVBC4THFltMVRiOFRncHZYeWt0N0FPQXd0c0lTRjZydz2CAQYwDQYJKoZI
|
||||
hvcNAQELBQADggEBAJpmZl6XcdgSz1BVepSsQfvvw0ozjgPUwmktVafvTN8jvqBo
|
||||
yiVkNYRSrb+xbrFstF0iVc5DFqEzYgjl1F9NQftEzVcVL4SeR9koaMPTJbSevK33
|
||||
teljt5oc41mbekhuwGLqtU6l7VdnEqMf8ta9nQPEI1kxaUYLa6L3mNrQ41+kFyGx
|
||||
Y+h8SibR9U6b0TPh0STaom6w3M/mvxP7s36b3azJGcyhp8GqN0iUk/sxT2+33r4t
|
||||
15psfHEr0639516CVkrGWjBVbI6rAabQZAWeD0LJ0VluO6ViFlOwUmVo+YdsDbPf
|
||||
daUYvlTFew0pffxZuU6C+iinaUgS8mO66vHgdsQ=
|
||||
-----END CERTIFICATE-----
|
||||
</Certificate>
|
||||
<PrivateKey>-----BEGIN PRIVATE KEY-----
|
||||
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDE3kNx2JRNW3wp
|
||||
7z+ICugoFv2d5QS6swnVldO4zo71o6inPWpMjrmitW4mqC0BCx6LoR16XWC5ToA6
|
||||
8vscTCfsZTI4Z2EWUrURybo631xOtXvXDpWxoOAaeG6Bj+jvh/29HFiVCbNc4Caq
|
||||
cBqVTI3lstBrVDZqba9aB1FPJZzbw5GITu8erWRkHpgQ20Tq49Q3VzszXr35/jBB
|
||||
ZfG+HBoc8SFmfa/rj6OxgWY0UUqY/jXS6KeydZ+U2JE8PkBF4Uf42s9i9qkor+pf
|
||||
8MEaYxVZV8LXviK5CCAT9DLqTkQqSX674gArFDx+UegPR9AQ2JX9gKwwO0ghIOzW
|
||||
88/XWRI3AgMBAAECggEAAkCst91VYPvJg996Ig+AwrRDg5NdFH1n3MlUGZVn/4Re
|
||||
z0DT4V+O3QrVfvVHoDDq/vf3mWhulYPssVb16IL7sv1Vpe3Uy76YRcIkL1QQf04Q
|
||||
UCKf+OWiZ4v0necCrTjtfmWlM2AxzzXkDxCJN5cY0CaNcTKy3ov3ko9guLKO99kS
|
||||
MsUAo5dWlu1sOwqH0t0vy/wasZqyM84DlTa9Vk8qx2qhZ1F/meX+7D7f+SELK34P
|
||||
v3RtAFJkkN+70zZeJNJxg16BsFBfgCIMchQByRm0oyBGX4qZ9v/4t3DEfGi6e5Fe
|
||||
08dnoul+vBm4LR0WQ6Q0EYKrm3IG3U2aNjk0UeZjgQKBgQDharhIhqVP4vq9Sk1a
|
||||
Ky47HBdYdEnU+8ZSajmkkn0YDQc2OHOSOZKOd+16kh1xnysNmju/OENFMimm7IFp
|
||||
/Nn8f4ggPDlO8bUMfYYnlCNVwXZKZ1AriOEkh4cbsHvwyiXT++c6fmCGY9lc27qh
|
||||
eDgaU1J3yStWmJlJmWCDB4TA1wKBgQDfk/qSFV6bO4v91zS5D8FLZabSJQDy0YCb
|
||||
EjNTe31NyhI4GqY5YvqCWV5zTxV5+g1dEGdAPuGAd7qiOoqRTjPbfsdABNxVH2UT
|
||||
IadOjOruPqcrTCfYSO2sz8r4FR2dczyaBhoiNjLBVzi1ICSd89ogZSl/vyz8fl/I
|
||||
cvo6k/otoQKBgExCCUPn4ScMd5zv9QkrEIHIuBEhjhSydF5PN174e79WMPlj0Z1H
|
||||
QtBVvA46PiHBIhSA9/Nxujg/hx3EZuePNcOY9VlKZmzRklk+YdMj52xMfZMgLlv7
|
||||
+4abHtb8NoG4MWHsl0YPmOH+B3vFjfawL/Kf+4cwlCvAhiMC80aAlaWTAoGBAJxu
|
||||
7rCN8S8OQAoxLLubsXRuwIVizMIZIjHeTzlHO0pVa+ADjXCzt3HC1Bo8KFu7QORv
|
||||
2L6UALYhj914toGqxQ/8Ka+6duu8Vr1HG8gTQ0HFZrQdyfdEN8Bld6+THrCO88UV
|
||||
Je3wHB05SP06a0R1XZazEZFHk1NrnNskz75y0WZhAoGAaGQpYcv4UojKljFT+CUy
|
||||
xnalLeJlqfmubkKO3N524eyqZmOykbK5CXsoMKX6788eAnOXznlBCdnTdUrl3M7a
|
||||
/4mi2Ssv3XHz9nG+//dTA8/8V+XF3nm0jnJ1vzd+2WtCpBYhWB61N66w8y1XybWJ
|
||||
qmQhjs4UNqJluMjULmT2qdE=
|
||||
-----END PRIVATE KEY-----
|
||||
</PrivateKey>
|
||||
</Signer>
|
||||
<Decryption>
|
||||
<Certificate>-----BEGIN CERTIFICATE-----
|
||||
MIIEZDCCA0ygAwIBAgIBBTANBgkqhkiG9w0BAQsFADB9MRYwFAYDVQQKEw1kY3Bv
|
||||
bWF0aWMuY29tMRYwFAYDVQQLEw1kY3BvbWF0aWMuY29tMSQwIgYDVQQDExsuZGNw
|
||||
b21hdGljLnNtcHRlLTQzMC0yLlJPT1QxJTAjBgNVBC4THEFuM1JZMHMwWkdid2J6
|
||||
amtXdzlDeTBMTmFEWT0wHhcNMjUxMTE5MjAyODQ1WhcNMzUxMTE3MjAyODQ1WjB9
|
||||
MRYwFAYDVQQKEw1kY3BvbWF0aWMuY29tMRYwFAYDVQQLEw1kY3BvbWF0aWMuY29t
|
||||
MSQwIgYDVQQDExsuZGNwb21hdGljLnNtcHRlLTQzMC0yLlJPT1QxJTAjBgNVBC4T
|
||||
HEFuM1JZMHMwWkdid2J6amtXdzlDeTBMTmFEWT0wggEiMA0GCSqGSIb3DQEBAQUA
|
||||
A4IBDwAwggEKAoIBAQDbzCoy4ERrJVhwMHfuz2Jx3FzOyaMICyytWFNa7ltTS+Px
|
||||
ePZqKq1D2lpuFd4QdSERk2FBm/ROt6XkjpwiU10/yhVSS7UthEMT0isMj9WSTq5a
|
||||
+9XXqWDUERYF/rSrFn2hclcNQ3pZ1dalhDWXztF72prZYcexdssFoa9FdsI50gao
|
||||
8ZIuJI+tIuvIPNcYiGf2Kyq0lNpuEnAiKISaWHa7KebKFNe1NodwEue+n0m+OGRw
|
||||
yioU68Rbc79rC91YAIpy5TTS5XtlwlH4BtePF0XzN1OnlPDKwLUf8lZ4ZJyeBcjO
|
||||
0+QUvHj7emYth9/dYb+ze43DtrkWXXxbwey+7kEnAgMBAAGjge4wgeswEgYDVR0T
|
||||
AQH/BAgwBgEB/wIBAzALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFAJ90WNLNGRm8G84
|
||||
5FsPQstCzWg2MIGoBgNVHSMEgaAwgZ2AFAJ90WNLNGRm8G845FsPQstCzWg2oYGB
|
||||
pH8wfTEWMBQGA1UEChMNZGNwb21hdGljLmNvbTEWMBQGA1UECxMNZGNwb21hdGlj
|
||||
LmNvbTEkMCIGA1UEAxMbLmRjcG9tYXRpYy5zbXB0ZS00MzAtMi5ST09UMSUwIwYD
|
||||
VQQuExxBbjNSWTBzMFpHYndiemprV3c5Q3kwTE5hRFk9ggEFMA0GCSqGSIb3DQEB
|
||||
CwUAA4IBAQAtySWS0ZiQC4XgNRIVrF8ABBZ+WFOQUUNY8SPhWqM5GPHhXQkUNpWf
|
||||
kEMWd1ZK4QJlZtY+nlOGzHNAT3oq7TY9jjlmVt4NLONEzEZLLcDXI4iYvWNA1z3u
|
||||
5rtzD2Rp/faNwDM3mVxqBk7XZ8nohSXUR6kwrR5UYqFrfhqrVNbvIrdjl8kmod+X
|
||||
OhOvUJfFm/139ZBFOixVoATwmCqy9Y0ouBd/aPJlxprxxU81o6EhMaowl6XSRMdf
|
||||
dHzZvpnR1wGHUmXwU36bv2lKwUSugwRemt6MAjAPpW5hSps9bMCfBdJBNhi97Yhi
|
||||
GBjmM+P5TAFsYIUD4mdNOwKfTAY3QgD/
|
||||
-----END CERTIFICATE-----
|
||||
</Certificate>
|
||||
<Certificate>-----BEGIN CERTIFICATE-----
|
||||
MIIEbTCCA1WgAwIBAgIBBjANBgkqhkiG9w0BAQsFADB9MRYwFAYDVQQKEw1kY3Bv
|
||||
bWF0aWMuY29tMRYwFAYDVQQLEw1kY3BvbWF0aWMuY29tMSQwIgYDVQQDExsuZGNw
|
||||
b21hdGljLnNtcHRlLTQzMC0yLlJPT1QxJTAjBgNVBC4THEFuM1JZMHMwWkdid2J6
|
||||
amtXdzlDeTBMTmFEWT0wHhcNMjUxMTE5MjAyODQ1WhcNMzUxMTE2MjAyODQ1WjCB
|
||||
hTEWMBQGA1UEChMNZGNwb21hdGljLmNvbTEWMBQGA1UECxMNZGNwb21hdGljLmNv
|
||||
bTEsMCoGA1UEAxMjLmRjcG9tYXRpYy5zbXB0ZS00MzAtMi5JTlRFUk1FRElBVEUx
|
||||
JTAjBgNVBC4THHBBMnRxU2wyNGlOcFQ2cHN1bVE5ZnN1cy9lRT0wggEiMA0GCSqG
|
||||
SIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9+VbbTBau1TulZyn/0nrFS39NtAcDXAci
|
||||
vvtGAKQZhSbDdMFj99Cbg/dH79Yh3DKhng1864tX3pYV/hjACEdHUfTsI7+VV27z
|
||||
5C57WT5319bd4U5y5uN9Yiu7W6O6AAmg8PYcF/qMBtc+z5mfcVJUEZGoj3eBCY3C
|
||||
M4nNev5IuA5ahXNlPXSDmkv6C4XL9evOfVQZr7UAUNsbJMqBPJe6zGKW2at0nULU
|
||||
rz91k0GpvAjq7HdlJa3wA77XG0tfGJNTN+4qyXVeKLjwMLGkouvBrGViOt3ta8J3
|
||||
8VYEAkjKSios2iGTBQzzCRdD+y6QKLmyxmu+zQGIe/O0JtUUUvCPAgMBAAGjge4w
|
||||
geswEgYDVR0TAQH/BAgwBgEB/wIBAjALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFKQN
|
||||
rakpduIjaU+qbLpkPX7LrP3hMIGoBgNVHSMEgaAwgZ2AFAJ90WNLNGRm8G845FsP
|
||||
QstCzWg2oYGBpH8wfTEWMBQGA1UEChMNZGNwb21hdGljLmNvbTEWMBQGA1UECxMN
|
||||
ZGNwb21hdGljLmNvbTEkMCIGA1UEAxMbLmRjcG9tYXRpYy5zbXB0ZS00MzAtMi5S
|
||||
T09UMSUwIwYDVQQuExxBbjNSWTBzMFpHYndiemprV3c5Q3kwTE5hRFk9ggEFMA0G
|
||||
CSqGSIb3DQEBCwUAA4IBAQDHDAaafVEsFRRH7UZV2D55BBkVAKWyr/522UcIzVeN
|
||||
lXuA65gDu7CdHadfv+zdOlhPXh7Osw++zLXbuI0aRI/luTf+BM9kNNhyq7EHlEpI
|
||||
8DhfHQHB5VF4S+ZXe3VvuFxm9fyhcW94FEbfXazA2qyjiFFlt4gspWFOxAV4oPmJ
|
||||
lI7cHdhZA+9g1cYTjUZ4CkYI8FmVYUILZk4mbIvTau6IfJstrjT3+g5cAF0U/myo
|
||||
gJWZa6RY9V2I4paSAIWgZp10AYBXsVCcQY/VI8s/1kE0RQSIYgHrRjfKDF4+qY2S
|
||||
952p8A2pvp5JK3e3m69l4CfYTGykufLk+vW/m/uOJRQY
|
||||
-----END CERTIFICATE-----
|
||||
</Certificate>
|
||||
<Certificate>-----BEGIN CERTIFICATE-----
|
||||
MIIEaTCCA1GgAwIBAgIBBzANBgkqhkiG9w0BAQsFADCBhTEWMBQGA1UEChMNZGNw
|
||||
b21hdGljLmNvbTEWMBQGA1UECxMNZGNwb21hdGljLmNvbTEsMCoGA1UEAxMjLmRj
|
||||
cG9tYXRpYy5zbXB0ZS00MzAtMi5JTlRFUk1FRElBVEUxJTAjBgNVBC4THHBBMnRx
|
||||
U2wyNGlOcFQ2cHN1bVE5ZnN1cy9lRT0wHhcNMjUxMTE5MjAyODQ1WhcNMzUxMTE1
|
||||
MjAyODQ1WjB/MRYwFAYDVQQKEw1kY3BvbWF0aWMuY29tMRYwFAYDVQQLEw1kY3Bv
|
||||
bWF0aWMuY29tMSYwJAYDVQQDEx1DUy5kY3BvbWF0aWMuc21wdGUtNDMwLTIuTEVB
|
||||
RjElMCMGA1UELhMcL0ZTNGhaQ3EySmpyQXd3NE1NUTJHeXI1ck04PTCCASIwDQYJ
|
||||
KoZIhvcNAQEBBQADggEPADCCAQoCggEBAKwjff5a9bQlrWgzcT7+yEXzSlNV2jTs
|
||||
2DvNfUw03OVeOjd9vFoOGHMy4RrZM8XDMxtBsdb3ohtDe9qEZUjUEokJ+L2VK04E
|
||||
z7i2dhdZuKyfucVL0h6uyxCRHF41JbfuMLs8SFLLmsKNFLQ7k+JIHaiY/lUv8u/G
|
||||
Fw7q0qObliShK+SOLeiniwOXDQ+uaMYdknIt1jSq7AWmxgg41UQurrMi/+77KbFR
|
||||
soy69RneXXsaHKTZEPg1V97j6oLr9zSkQ6gtp40zoZW61pbVbpmUue5qY3p61Uqt
|
||||
7gP5ub8OXrCKGI51dqIWJrFZ83C5GqUi9zjNGtJW7Wb05KsPquB5fJ8CAwEAAaOB
|
||||
6DCB5TAMBgNVHRMBAf8EAjAAMAsGA1UdDwQEAwIFoDAdBgNVHQ4EFgQU/FS4hZCq
|
||||
2JjrAww4MMQ2Gyr5rM8wgagGA1UdIwSBoDCBnYAUpA2tqSl24iNpT6psumQ9fsus
|
||||
/eGhgYGkfzB9MRYwFAYDVQQKEw1kY3BvbWF0aWMuY29tMRYwFAYDVQQLEw1kY3Bv
|
||||
bWF0aWMuY29tMSQwIgYDVQQDExsuZGNwb21hdGljLnNtcHRlLTQzMC0yLlJPT1Qx
|
||||
JTAjBgNVBC4THEFuM1JZMHMwWkdid2J6amtXdzlDeTBMTmFEWT2CAQYwDQYJKoZI
|
||||
hvcNAQELBQADggEBALwN5fQePKMd461twDPVC2CIS3/NH+mC904meNQ74yHT3Mi7
|
||||
3ErOOvMGP5n/KOwEw7FL+MSJIZ+EW951XNr0VdyUCRW85d9T10EGSkYa2QscsDD4
|
||||
ngVE2C6t6bHS8FLADel0m5J9zLqeROC9Sngxl/WauRQjnorkBAqZvQsjnZQ3XZ3P
|
||||
dU3u1dXZeBPLWxVPhxEaY02pHHMAonSSLY22uIRL636fit6Q36PJG0xPSje3gIoT
|
||||
ocmHCy0BNAFqgG0lefY32GVkCyT0aMG1zVEuPZLFAf57j/ZhXDwmG3lpxzJHjiVH
|
||||
ePEMgaGA4UV86eamgmDfdC+up8eBJNH3wWnmboc=
|
||||
-----END CERTIFICATE-----
|
||||
</Certificate>
|
||||
<PrivateKey>-----BEGIN PRIVATE KEY-----
|
||||
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCsI33+WvW0Ja1o
|
||||
M3E+/shF80pTVdo07Ng7zX1MNNzlXjo3fbxaDhhzMuEa2TPFwzMbQbHW96IbQ3va
|
||||
hGVI1BKJCfi9lStOBM+4tnYXWbisn7nFS9IerssQkRxeNSW37jC7PEhSy5rCjRS0
|
||||
O5PiSB2omP5VL/LvxhcO6tKjm5YkoSvkji3op4sDlw0PrmjGHZJyLdY0quwFpsYI
|
||||
ONVELq6zIv/u+ymxUbKMuvUZ3l17Ghyk2RD4NVfe4+qC6/c0pEOoLaeNM6GVutaW
|
||||
1W6ZlLnuamN6etVKre4D+bm/Dl6wihiOdXaiFiaxWfNwuRqlIvc4zRrSVu1m9OSr
|
||||
D6rgeXyfAgMBAAECggEAAjoOdENiiU2M5oA/29rU5foupZoLyKcO1wjrsPObin8x
|
||||
DXW3Jh0VR76BQECXMO8Wtzrn+K6SHDMtf3vM0sNJ1c7922Vn0O8OSSI01LqkCnAz
|
||||
8qZb8Wph3oc1dWEYxQdGRxt/UEyXQZCaXJrLRJcsFwwIwjrsodBq+qhZte310gx2
|
||||
hmQsYrTaKRvVZ0k+F7kYbhZLUscJKPUDTMElxXQuFXGAKClR2vZgL6CEk6VNE3yK
|
||||
+zVEXVSHK2lUU7yeX2AUbtDvZaYpn72PQPekdzmMui6Evnd/ti3LEHHr6iowCQg9
|
||||
JdtEF6Wk9OCX55AUpQA+2TRGdh5d2+rq7GYqMohnyQKBgQDnq6dQlflRHZfHacc8
|
||||
dp+vmjKx54QFW3bUegPXJfRut7EdZwzL5HCaJ5buwhcJsyakI6k1g1N0FJAvL3kk
|
||||
0FLl1f9CnaE8pLBhlTe+6spNcfwSSjGs+SfUHthZFC1mxNQXA0IYXNLvG84t+Kap
|
||||
2JmR/xjBI8zLmMvTLVUQHgnMJwKBgQC+N1qKZ9qiIXFH8PuoKz4VIU/ZEcA7G9iD
|
||||
LAUqtpqsMt9skMKDEn+PPQEbqwyrLV/tp73dphd3fXpPnO2fg04UzIbkMBZxOM87
|
||||
G4ekP45Iavjlwka7JfQSXDzP9T0X0b7hklKjCVv36BMd4B/WQWh2UrVg9gF6mr4+
|
||||
MaEPPGt+yQKBgQDikc/aUjI4kHaGAf9mNKVLecSmlMNa8e6vMn1bBrWdKm0/Ui8D
|
||||
oPA28wz7iDo7tEfQM0gjG8KcPhgc7ZLO3CaWvMkd/0dXJcGSTfrs7nbXcuiRgpo+
|
||||
jpXTMC9qPv+ACHNb5kXXycBJNKpZ71oftcPLMu6kxTxeyZpdd3I/hwER9QKBgCq4
|
||||
heY14v2s4yNUNUEUzTGztJo9CV59J4h2V4a7UkvAdTuN25HSksGZ4ujS5tp/K19V
|
||||
4CeqyPR2QwUkap37wIqdUOJpBnFRYAGXckRqXctX8ySvGHGp2YJSIvpVyu3RlrxU
|
||||
v6iMTpKEFd8M2jmloQ+KDeCD/9sIbBfNz617VW05AoGAR32znX2Wh5cr0TA4r0uD
|
||||
Sgo5IgxFY2qr3bUuXhNO0EzEyME9/zR7Jx6bQt9b3YY4YDXhOPw4smaV+kTQ0KiB
|
||||
Oc7ysSjblE0MmLP9860mIXiW3x7Rmx2lXoMTIddZ1fERM9NOiXu9AhjsFXTWoUj1
|
||||
/66PTUQTai5+4uXxu3pnv+0=
|
||||
-----END PRIVATE KEY-----
|
||||
</PrivateKey>
|
||||
</Decryption>
|
||||
<History>/home/smart/test</History>
|
||||
<DKDMGroup name="root"/>
|
||||
<CinemasFile>/home/smart/.config/dcpomatic2/cinemas.sqlite3</CinemasFile>
|
||||
<DKDMRecipientsFile>/home/smart/.config/dcpomatic2/dkdm_recipients.sqlite3</DKDMRecipientsFile>
|
||||
<ShowHintsBeforeMakeDCP>1</ShowHintsBeforeMakeDCP>
|
||||
<ConfirmKDMEmail>1</ConfirmKDMEmail>
|
||||
<KDMFilenameFormat>KDM_%f_%c_%s</KDMFilenameFormat>
|
||||
<DKDMFilenameFormat>DKDM_%f_%r</DKDMFilenameFormat>
|
||||
<KDMContainerNameFormat>KDM_%f_%c</KDMContainerNameFormat>
|
||||
<DCPMetadataFilenameFormat>%t</DCPMetadataFilenameFormat>
|
||||
<DCPAssetFilenameFormat>%t</DCPAssetFilenameFormat>
|
||||
<JumpToSelected>1</JumpToSelected>
|
||||
<Nagged id="0">0</Nagged>
|
||||
<Nagged id="1">0</Nagged>
|
||||
<Nagged id="2">0</Nagged>
|
||||
<Nagged id="3">0</Nagged>
|
||||
<Nagged id="4">0</Nagged>
|
||||
<Nagged id="5">0</Nagged>
|
||||
<Nagged id="6">0</Nagged>
|
||||
<Nagged id="7">0</Nagged>
|
||||
<Nagged id="8">0</Nagged>
|
||||
<Nagged id="9">0</Nagged>
|
||||
<PreviewSound>1</PreviewSound>
|
||||
<CoverSheet>$CPL_NAME
|
||||
|
||||
CPL Filename: $CPL_FILENAME
|
||||
Type: $TYPE
|
||||
Format: $CONTAINER
|
||||
Audio: $AUDIO
|
||||
Audio Language: $AUDIO_LANGUAGE
|
||||
Subtitle Language: $SUBTITLE_LANGUAGE
|
||||
Length: $LENGTH
|
||||
Size: $SIZE
|
||||
</CoverSheet>
|
||||
<LastKDMWriteType>flat</LastKDMWriteType>
|
||||
<LastDKDMWriteType>internal</LastDKDMWriteType>
|
||||
<FramesInMemoryMultiplier>3</FramesInMemoryMultiplier>
|
||||
<DefaultNotify>0</DefaultNotify>
|
||||
<Notification id="0">0</Notification>
|
||||
<Notification id="1">0</Notification>
|
||||
<PlayerMode>window</PlayerMode>
|
||||
<ImageDisplay>0</ImageDisplay>
|
||||
<VideoViewType>simple</VideoViewType>
|
||||
<RespectKDMValidityPeriods>1</RespectKDMValidityPeriods>
|
||||
<AudioMapping>
|
||||
<InputChannels>16</InputChannels>
|
||||
<OutputChannels>0</OutputChannels>
|
||||
</AudioMapping>
|
||||
<AddFilesPath>/home/smart/Downloads</AddFilesPath>
|
||||
<UseISDCFNameByDefault>1</UseISDCFNameByDefault>
|
||||
<WriteKDMsToDisk>1</WriteKDMsToDisk>
|
||||
<EmailKDMs>0</EmailKDMs>
|
||||
<DefaultKDMType>modified-transitional-1</DefaultKDMType>
|
||||
<AutoCropThreshold>0.1</AutoCropThreshold>
|
||||
<LastReleaseNotesVersion>2.18.29</LastReleaseNotesVersion>
|
||||
<MainDividerSashPosition>463</MainDividerSashPosition>
|
||||
<DefaultAddFileLocation>last</DefaultAddFileLocation>
|
||||
<AllowSMPTEBv20>0</AllowSMPTEBv20>
|
||||
<ISDCFNamePartLength>14</ISDCFNamePartLength>
|
||||
<EnablePlayerHTTPServer>0</EnablePlayerHTTPServer>
|
||||
<PlayerHTTPServerPort>8080</PlayerHTTPServerPort>
|
||||
<RelativePaths>0</RelativePaths>
|
||||
<LayoutForShortScreen>0</LayoutForShortScreen>
|
||||
<Export>
|
||||
<Format>prores-hq</Format>
|
||||
<MixdownToStereo>0</MixdownToStereo>
|
||||
<SplitReels>0</SplitReels>
|
||||
<SplitStreams>0</SplitStreams>
|
||||
<X264CRF>23</X264CRF>
|
||||
</Export>
|
||||
</Config>
|
||||
209
archiso/airootfs/etc/skel/.config/menus/xfce-applications.menu
Executable file
209
archiso/airootfs/etc/skel/.config/menus/xfce-applications.menu
Executable file
@@ -0,0 +1,209 @@
|
||||
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
|
||||
|
||||
<Menu>
|
||||
<Name>Xfce</Name>
|
||||
|
||||
<DefaultAppDirs/>
|
||||
<DefaultDirectoryDirs/>
|
||||
|
||||
<Include>
|
||||
<Category>X-Xfce-Toplevel</Category>
|
||||
<Category>TMS</Category>
|
||||
</Include>
|
||||
<Exclude>
|
||||
<Or>
|
||||
<Filename>xfce4-mail-reader.desktop</Filename>
|
||||
<Filename>xfce4-web-browser.desktop</Filename>
|
||||
<Filename>barco-commander.desktop</Filename>
|
||||
<Filename>barco-communicator.desktop</Filename>
|
||||
<Filename>dcc.desktop</Filename>
|
||||
<Filename>dcc2.desktop</Filename>
|
||||
<Filename>zm.desktop</Filename>
|
||||
<Filename>tms-tools.desktop</Filename>
|
||||
<Filename>tmsrestart.desktop</Filename>
|
||||
<Filename>org.remmina.Remmina.desktop</Filename>
|
||||
<Filename>dcpomatic2.desktop</Filename>
|
||||
<Filename>xfce4-run.desktop</Filename>
|
||||
<Filename>uzipkdm.desktop</Filename>
|
||||
</Or>
|
||||
</Exclude>
|
||||
|
||||
|
||||
<Layout>
|
||||
<Filename>xfce4-run.desktop</Filename>
|
||||
<Separator/>
|
||||
<Filename>xfce4-terminal-emulator.desktop</Filename>
|
||||
<Filename>xfce4-file-manager.desktop</Filename>
|
||||
<Filename>tms.desktop</Filename>
|
||||
<Separator/>
|
||||
<Menuname>TMS</Menuname>
|
||||
<Separator/>
|
||||
<Menuname>Settings</Menuname>
|
||||
<Separator/>
|
||||
<Merge type="all"/>
|
||||
<Separator/>
|
||||
<Filename>xfce4-about.desktop</Filename>
|
||||
<Filename>xfce4-session-logout.desktop</Filename>
|
||||
</Layout>
|
||||
|
||||
<Menu>
|
||||
<Name>TMS</Name>
|
||||
<Directory>tms.directory</Directory>
|
||||
<Include>
|
||||
<Category>TMS</Category>
|
||||
</Include>
|
||||
</Menu>
|
||||
|
||||
<Menu>
|
||||
<Name>Settings</Name>
|
||||
<Directory>xfce-settings.directory</Directory>
|
||||
<Include>
|
||||
<Category>Settings</Category>
|
||||
</Include>
|
||||
|
||||
<Layout>
|
||||
<Filename>xfce-settings-manager.desktop</Filename>
|
||||
<Separator/>
|
||||
<Merge type="all"/>
|
||||
</Layout>
|
||||
|
||||
<Menu>
|
||||
<Name>Screensavers</Name>
|
||||
<Directory>xfce-screensavers.directory</Directory>
|
||||
<Include>
|
||||
<Category>Screensaver</Category>
|
||||
</Include>
|
||||
</Menu>
|
||||
</Menu>
|
||||
|
||||
<Menu>
|
||||
<Name>Accessories</Name>
|
||||
<Directory>xfce-accessories.directory</Directory>
|
||||
<Include>
|
||||
<Or>
|
||||
<Category>Accessibility</Category>
|
||||
<Category>Core</Category>
|
||||
<Category>Legacy</Category>
|
||||
<Category>Utility</Category>
|
||||
</Or>
|
||||
</Include>
|
||||
<Exclude>
|
||||
<Or>
|
||||
<Filename>xfce4-file-manager.desktop</Filename>
|
||||
<Filename>xfce4-terminal-emulator.desktop</Filename>
|
||||
<Filename>xfce4-about.desktop</Filename>
|
||||
<Filename>xfce4-run.desktop</Filename>
|
||||
</Or>
|
||||
</Exclude>
|
||||
</Menu>
|
||||
|
||||
<Menu>
|
||||
<Name>Development</Name>
|
||||
<Directory>xfce-development.directory</Directory>
|
||||
<Include>
|
||||
<Category>Development</Category>
|
||||
</Include>
|
||||
</Menu>
|
||||
|
||||
<Menu>
|
||||
<Name>Education</Name>
|
||||
<Directory>xfce-education.directory</Directory>
|
||||
<Include>
|
||||
<Category>Education</Category>
|
||||
</Include>
|
||||
</Menu>
|
||||
|
||||
<Menu>
|
||||
<Name>Games</Name>
|
||||
<Directory>xfce-games.directory</Directory>
|
||||
<Include>
|
||||
<Category>Game</Category>
|
||||
</Include>
|
||||
</Menu>
|
||||
|
||||
<Menu>
|
||||
<Name>Graphics</Name>
|
||||
<Directory>xfce-graphics.directory</Directory>
|
||||
<Include>
|
||||
<Category>Graphics</Category>
|
||||
</Include>
|
||||
</Menu>
|
||||
|
||||
<Menu>
|
||||
<Name>Multimedia</Name>
|
||||
<Directory>xfce-multimedia.directory</Directory>
|
||||
<Include>
|
||||
<Category>Audio</Category>
|
||||
<Category>Video</Category>
|
||||
<Category>AudioVideo</Category>
|
||||
</Include>
|
||||
<Exclude>
|
||||
<Or>
|
||||
<Filename>qv4l2.desktop</Filename>
|
||||
<Filename>qvidcap.desktop</Filename>
|
||||
</Or>
|
||||
</Exclude>
|
||||
</Menu>
|
||||
|
||||
<Menu>
|
||||
<Name>Network</Name>
|
||||
<Directory>xfce-network.directory</Directory>
|
||||
<Include>
|
||||
<Category>Network</Category>
|
||||
</Include>
|
||||
<Exclude>
|
||||
<Or>
|
||||
<Filename>bssh.desktop</Filename>
|
||||
<Filename>bvnc.desktop</Filename>
|
||||
<Filename>xfce4-web-browser.desktop</Filename>
|
||||
<Filename>xfce4-mail-reader.desktop</Filename>
|
||||
</Or>
|
||||
</Exclude>
|
||||
|
||||
</Menu>
|
||||
|
||||
<Menu>
|
||||
<Name>Office</Name>
|
||||
<Directory>xfce-office.directory</Directory>
|
||||
<Include>
|
||||
<Category>Office</Category>
|
||||
</Include>
|
||||
</Menu>
|
||||
|
||||
<Menu>
|
||||
<Name>Science</Name>
|
||||
<Directory>xfce-science.directory</Directory>
|
||||
<Include>
|
||||
<Category>Science</Category>
|
||||
</Include>
|
||||
</Menu>
|
||||
|
||||
<Menu>
|
||||
<Name>System</Name>
|
||||
<Directory>xfce-system.directory</Directory>
|
||||
<Include>
|
||||
<Or>
|
||||
<Category>Emulator</Category>
|
||||
<Category>System</Category>
|
||||
</Or>
|
||||
</Include>
|
||||
<Exclude>
|
||||
<Or>
|
||||
<Filename>xfce4-session-logout.desktop</Filename>
|
||||
</Or>
|
||||
</Exclude>
|
||||
</Menu>
|
||||
|
||||
<Menu>
|
||||
<Name>Other</Name>
|
||||
<Directory>xfce-other.directory</Directory>
|
||||
<OnlyUnallocated/>
|
||||
<Include>
|
||||
<All/>
|
||||
</Include>
|
||||
</Menu>
|
||||
|
||||
<DefaultMergeDirs/>
|
||||
|
||||
</Menu>
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire-pulse.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/wireplumber.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/wireplumber.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire-pulse.socket
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire.socket
|
||||
49
archiso/airootfs/etc/skel/.config/xfce4/desktop/accels.scm
Normal file
49
archiso/airootfs/etc/skel/.config/xfce4/desktop/accels.scm
Normal file
@@ -0,0 +1,49 @@
|
||||
; xfdesktop-settings 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" "<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>/XfdesktopIconView/activate" "space")
|
||||
; (gtk_accel_path "<Actions>/XfdesktopIconView/activate-2" "KP_Space")
|
||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/open" "<Primary>o")
|
||||
; (gtk_accel_path "<Actions>/XfdesktopIconView/select-all" "<Primary>a")
|
||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/properties-2" "<Alt>ISO_Enter")
|
||||
; (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/copy" "<Primary>c")
|
||||
; (gtk_accel_path "<Actions>/XfceDesktop/reload-2" "Reload")
|
||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/delete-3" "")
|
||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/trash-2" "KP_Delete")
|
||||
; (gtk_accel_path "<Actions>/XfceDesktop/reload" "<Primary>r")
|
||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/paste-into-folder" "")
|
||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/paste-2" "<Shift>Insert")
|
||||
; (gtk_accel_path "<Actions>/XfceDesktop/secondary-menu" "<Primary><Shift>F10")
|
||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/delete-2" "<Shift>KP_Delete")
|
||||
; (gtk_accel_path "<Actions>/XfdesktopIconView/toggle-cursor-2" "<Primary>KP_Space")
|
||||
; (gtk_accel_path "<Actions>/XfceDesktop/reload-1" "F5")
|
||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/open-filesystem" "")
|
||||
; (gtk_accel_path "<Actions>/XfdesktopIconView/activate-5" "KP_Enter")
|
||||
; (gtk_accel_path "<Actions>/XfceDesktop/primary-menu" "<Shift>F10")
|
||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/create-document" "")
|
||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/create-folder" "<Primary><Shift>n")
|
||||
; (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/rename" "F2")
|
||||
; (gtk_accel_path "<Actions>/XfdesktopIconView/arrange-icons" "")
|
||||
; (gtk_accel_path "<Actions>/XfceDesktop/secondary-menu-2" "<Primary>Menu")
|
||||
@@ -0,0 +1,63 @@
|
||||
#
|
||||
# DO NOT EDIT THIS FILE WHILE XFDESKTOP IS RUNNING
|
||||
#
|
||||
configs:
|
||||
- level: 0
|
||||
monitors:
|
||||
- id: "219c758276014cf095bbaa65c548f7934ea6afe1"
|
||||
display_name: "Virtual-1"
|
||||
geometry:
|
||||
x: 0
|
||||
y: 0
|
||||
width: 1280
|
||||
height: 800
|
||||
icons:
|
||||
"/home/smart/Desktop/dcpomatic2.desktop":
|
||||
row: 6
|
||||
col: 0
|
||||
"trash:///":
|
||||
row: 2
|
||||
col: 0
|
||||
"/home/smart/Desktop/DCC2.desktop":
|
||||
row: 1
|
||||
col: 1
|
||||
"/home/smart/Desktop/Communicator.desktop":
|
||||
row: 3
|
||||
col: 1
|
||||
"/home/smart/Desktop/sunlogin.desktop":
|
||||
row: 0
|
||||
col: 2
|
||||
"/home/smart/Desktop/firefox.desktop":
|
||||
row: 5
|
||||
col: 0
|
||||
"/home/smart/Desktop/\u7247\u5E93":
|
||||
row: 5
|
||||
col: 1
|
||||
"/home/smart/Desktop/\u5BC6\u94A5":
|
||||
row: 6
|
||||
col: 1
|
||||
"/home/smart":
|
||||
row: 0
|
||||
col: 0
|
||||
"/":
|
||||
row: 1
|
||||
col: 0
|
||||
"/home/smart/Desktop/Barco Commander.desktop":
|
||||
row: 4
|
||||
col: 1
|
||||
"/home/smart/Desktop/DCC.desktop":
|
||||
row: 2
|
||||
col: 1
|
||||
"/home/smart/Desktop/com.teamviewer.TeamViewer.desktop":
|
||||
row: 0
|
||||
col: 1
|
||||
"2025-11-20-22-50-22-00":
|
||||
row: 3
|
||||
col: 0
|
||||
last_seen: 1763720886802894
|
||||
"/home/smart/Desktop/org.remmina.Remmina.desktop":
|
||||
row: 4
|
||||
col: 0
|
||||
"/home/smart/Desktop/restart.desktop":
|
||||
row: 1
|
||||
col: 2
|
||||
2
archiso/airootfs/etc/skel/.config/xfce4/help.rc
Normal file
2
archiso/airootfs/etc/skel/.config/xfce4/help.rc
Normal file
@@ -0,0 +1,2 @@
|
||||
auto-online=false
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Exec=exo-open --launch TerminalEmulator
|
||||
Icon=org.xfce.terminalemulator
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Categories=Utility;X-XFCE;X-Xfce-Toplevel;
|
||||
Keywords=terminal;command line;shell;console;xfce;
|
||||
OnlyShowIn=XFCE;
|
||||
X-AppStream-Ignore=True
|
||||
Name=Terminal Emulator
|
||||
Comment=Use the command line
|
||||
X-XFCE-Source=file:///usr/share/applications/xfce4-terminal-emulator.desktop
|
||||
@@ -0,0 +1,17 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Exec=exo-open --launch TerminalEmulator
|
||||
Icon=org.xfce.terminalemulator
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Categories=Utility;X-XFCE;X-Xfce-Toplevel;
|
||||
Keywords[zh_CN]=终端;命令行;shell;控制台;xfce;
|
||||
Keywords=terminal;command line;shell;console;xfce;
|
||||
OnlyShowIn=XFCE;
|
||||
X-AppStream-Ignore=True
|
||||
Name[zh_CN]=终端模拟器
|
||||
Name=Terminal Emulator
|
||||
Comment[zh_CN]=使用命令行
|
||||
Comment=Use the command line
|
||||
X-XFCE-Source=file:///usr/share/applications/xfce4-terminal-emulator.desktop
|
||||
@@ -0,0 +1,15 @@
|
||||
[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=file;manager;explorer;browse;filesystem;directory;folder;xfce;
|
||||
OnlyShowIn=XFCE;
|
||||
X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
|
||||
X-AppStream-Ignore=True
|
||||
Name=File Manager
|
||||
Comment=Browse the file system
|
||||
X-XFCE-Source=file:///usr/share/applications/xfce4-file-manager.desktop
|
||||
@@ -0,0 +1,18 @@
|
||||
[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
|
||||
@@ -0,0 +1,15 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Exec=exo-open --launch WebBrowser %u
|
||||
Icon=org.xfce.webbrowser
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Categories=Network;X-XFCE;X-Xfce-Toplevel;
|
||||
Keywords=internet;web;browser;surf;explore;xfce;
|
||||
OnlyShowIn=XFCE;
|
||||
X-XFCE-MimeType=x-scheme-handler/http;x-scheme-handler/https;
|
||||
X-AppStream-Ignore=True
|
||||
Name=Web Browser
|
||||
Comment=Browse the web
|
||||
X-XFCE-Source=file:///usr/share/applications/xfce4-web-browser.desktop
|
||||
@@ -0,0 +1,19 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Exec=/usr/lib/firefox/firefox %u
|
||||
Icon=firefox
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Categories=Network;X-XFCE;X-Xfce-Toplevel;
|
||||
Keywords[zh_CN]=互联网;网页;浏览器;冲浪;探索;xfce;
|
||||
Keywords=internet;web;browser;surf;explore;xfce;
|
||||
OnlyShowIn=XFCE;
|
||||
X-XFCE-MimeType=x-scheme-handler/http;x-scheme-handler/https;
|
||||
X-AppStream-Ignore=True
|
||||
Name[zh_CN]=TMS
|
||||
Name=Web Browser
|
||||
Comment[zh_CN]=打开TMS
|
||||
Comment=Browse the web
|
||||
X-XFCE-Source=file:///usr/share/applications/xfce4-web-browser.desktop
|
||||
Path=
|
||||
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Exec=xfce4-appfinder
|
||||
Icon=org.xfce.appfinder
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Utility;X-XFCE;
|
||||
Name=Application Finder
|
||||
Comment=Find and launch applications installed on your system
|
||||
Keywords=program;applications;bookmarks;
|
||||
X-XFCE-Source=file:///usr/share/applications/xfce4-appfinder.desktop
|
||||
@@ -0,0 +1,15 @@
|
||||
[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
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<actions>
|
||||
<action>
|
||||
<name>Bugz</name>
|
||||
<regex>bug\s*#?\s*([0-9]+)</regex>
|
||||
<group>0</group>
|
||||
<commands>
|
||||
<command>
|
||||
<name>GNOME Bug</name>
|
||||
<exec>exo-open https://bugzilla.gnome.org/show_bug.cgi?id=\1</exec>
|
||||
</command>
|
||||
<command>
|
||||
<name>Xfce Bug</name>
|
||||
<exec>exo-open https://bugzilla.xfce.org/show_bug.cgi?id=\1</exec>
|
||||
</command>
|
||||
</commands>
|
||||
</action>
|
||||
<action>
|
||||
<name>Image</name>
|
||||
<regex>(http|ftp).+\.(jpg|png|gif)</regex>
|
||||
<group>0</group>
|
||||
<commands>
|
||||
<command>
|
||||
<name>View with Ristretto</name>
|
||||
<exec>ristretto "\0"</exec>
|
||||
</command>
|
||||
<command>
|
||||
<name>Edit with Gimp</name>
|
||||
<exec>gimp "\0"</exec>
|
||||
</command>
|
||||
</commands>
|
||||
</action>
|
||||
<action>
|
||||
<name>Long URL</name>
|
||||
<regex>https?://[^\s]{120,}</regex>
|
||||
<group>0</group>
|
||||
<commands>
|
||||
<command>
|
||||
<name>Shrink the URL</name>
|
||||
<exec>exo-open https://tinyurl.com/create.php?url=\0</exec>
|
||||
</command>
|
||||
</commands>
|
||||
</action>
|
||||
</actions>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="displays" version="1.0">
|
||||
<property name="ActiveProfile" type="string" value="Default"/>
|
||||
<property name="Notify" type="int" value="1"/>
|
||||
<property name="AutoEnableProfiles" type="int" value="3"/>
|
||||
</channel>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="keyboard-layout" version="1.0">
|
||||
<property name="Default" type="empty">
|
||||
<property name="XkbDisable" type="bool" value="false"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="keyboards" version="1.0">
|
||||
<property name="Default" type="empty">
|
||||
<property name="RestoreNumlock" type="bool" value="true"/>
|
||||
<property name="KeyRepeat" type="empty">
|
||||
<property name="Delay" type="int" value="490"/>
|
||||
</property>
|
||||
<property name="Numlock" type="bool" value="false"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="ristretto" version="1.0">
|
||||
<property name="window" type="empty">
|
||||
<property name="navigationbar" type="empty">
|
||||
<property name="position" type="string" value="left"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="thunar-volman" version="1.0">
|
||||
<property name="automount-drives" type="empty">
|
||||
<property name="enabled" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="automount-media" type="empty">
|
||||
<property name="enabled" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="autobrowse" type="empty">
|
||||
<property name="enabled" type="bool" value="true"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="thunar" version="1.0">
|
||||
<property name="last-view" type="string" value="ThunarDetailsView"/>
|
||||
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
|
||||
<property name="last-show-hidden" type="bool" value="true"/>
|
||||
<property name="last-separator-position" type="int" value="266"/>
|
||||
<property name="last-window-width" type="int" value="836"/>
|
||||
<property name="last-window-height" type="int" value="846"/>
|
||||
<property name="last-window-maximized" type="bool" value="false"/>
|
||||
<property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_38_PERCENT"/>
|
||||
<property name="last-details-view-column-widths" type="string" value="50,50,111,111,111,552,50,50,320,50,50,70,50,213"/>
|
||||
<property name="last-sort-column" type="string" value="THUNAR_COLUMN_NAME"/>
|
||||
<property name="last-sort-order" type="string" value="GTK_SORT_ASCENDING"/>
|
||||
<property name="misc-single-click" type="bool" value="false"/>
|
||||
</channel>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-appfinder" version="1.0">
|
||||
<property name="last" type="empty">
|
||||
<property name="window-height" type="int" value="745"/>
|
||||
<property name="window-width" type="int" value="1280"/>
|
||||
<property name="pane-position" type="int" value="180"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channel name="xfce4-desktop" version="1.0">
|
||||
<property name="backdrop" type="empty">
|
||||
<property name="screen0" type="empty">
|
||||
<!-- 最通用的设置:直接在 screen0 下定义 last-image -->
|
||||
<!-- XFCE 应该会将此作为所有显示器的默认回退,无论其具体标识符是什么 -->
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/BBTTMS.png"/>
|
||||
<property name="image-style" type="int" value="5"/> <!-- 5 是缩放 -->
|
||||
<property name="image-show" type="bool" value="true"/>
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="color1" type="array">
|
||||
<value type="uint" value="0"/>
|
||||
<value type="uint" value="0"/>
|
||||
<value type="uint" value="0"/>
|
||||
<value type="uint" value="65535"/>
|
||||
</property>
|
||||
|
||||
<!-- 保留 monitor0 作为另一个回退层,以防 screen0 上的通用设置不起作用 -->
|
||||
<property name="monitor0" type="empty">
|
||||
<property name="image-path" type="string" value="/usr/share/backgrounds/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="color-style" type="int" value="0"/>
|
||||
<property name="color1" type="array">
|
||||
<value type="uint" value="0"/>
|
||||
<value type="uint" value="0"/>
|
||||
<value type="uint" value="0"/>
|
||||
<value type="uint" value="65535"/>
|
||||
</property>
|
||||
</property>
|
||||
|
||||
</property>
|
||||
<!-- 确保所有工作区都使用相同的背景设置 -->
|
||||
<property name="single-workspace-mode" type="bool" value="true"/>
|
||||
<property name="single-workspace-number" type="int" value="0"/>
|
||||
</property>
|
||||
<property name="last-settings-migration-version" type="uint" value="1"/>
|
||||
<property name="last" type="empty">
|
||||
<property name="window-width" type="int" value="612"/>
|
||||
<property name="window-height" type="int" value="547"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,196 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-keyboard-shortcuts" version="1.0">
|
||||
<property name="commands" type="empty">
|
||||
<property name="default" type="empty">
|
||||
<property name="<Alt>F1" type="empty"/>
|
||||
<property name="<Alt>F2" type="empty">
|
||||
<property name="startup-notify" type="empty"/>
|
||||
</property>
|
||||
<property name="<Alt>F3" type="empty">
|
||||
<property name="startup-notify" type="empty"/>
|
||||
</property>
|
||||
<property name="<Primary><Alt>Delete" type="empty"/>
|
||||
<property name="<Primary><Alt>l" type="empty"/>
|
||||
<property name="<Primary><Alt>t" type="empty"/>
|
||||
<property name="XF86Display" type="empty"/>
|
||||
<property name="<Super>p" type="empty"/>
|
||||
<property name="<Primary>Escape" type="empty"/>
|
||||
<property name="XF86WWW" type="empty"/>
|
||||
<property name="HomePage" type="empty"/>
|
||||
<property name="XF86Mail" type="empty"/>
|
||||
<property name="Print" type="empty"/>
|
||||
<property name="<Alt>Print" type="empty"/>
|
||||
<property name="<Shift>Print" type="empty"/>
|
||||
<property name="<Super>e" type="empty"/>
|
||||
<property name="<Primary><Alt>f" type="empty"/>
|
||||
<property name="<Primary><Alt>Escape" type="empty"/>
|
||||
<property name="<Primary><Shift>Escape" type="empty"/>
|
||||
<property name="<Super>r" type="empty">
|
||||
<property name="startup-notify" type="empty"/>
|
||||
</property>
|
||||
<property name="<Alt><Super>s" type="empty"/>
|
||||
</property>
|
||||
<property name="custom" type="empty">
|
||||
<property name="<Alt>F2" type="string" value="xfce4-appfinder --collapsed">
|
||||
<property name="startup-notify" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="<Alt>Print" type="string" value="xfce4-screenshooter -w"/>
|
||||
<property name="<Super>r" type="string" value="xfce4-appfinder -c">
|
||||
<property name="startup-notify" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/>
|
||||
<property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
|
||||
<property name="<Alt>F3" type="string" value="xfce4-appfinder">
|
||||
<property name="startup-notify" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="Print" type="string" value="xfce4-screenshooter"/>
|
||||
<property name="<Primary>Escape" type="string" value="xfdesktop --menu"/>
|
||||
<property name="<Shift>Print" type="string" value="xfce4-screenshooter -r"/>
|
||||
<property name="<Primary><Alt>Delete" type="string" value="xfce4-session-logout"/>
|
||||
<property name="<Alt><Super>s" type="string" value="orca"/>
|
||||
<property name="<Primary><Alt>t" type="string" value="exo-open --launch TerminalEmulator"/>
|
||||
<property name="<Primary><Alt>f" type="string" value="thunar"/>
|
||||
<property name="<Primary><Alt>l" type="string" value="xflock4"/>
|
||||
<property name="<Alt>F1" type="string" value="xfce4-popup-applicationsmenu"/>
|
||||
<property name="<Super>p" type="string" value="xfce4-display-settings --minimal"/>
|
||||
<property name="<Primary><Shift>Escape" type="string" value="xfce4-taskmanager"/>
|
||||
<property name="<Super>e" type="string" value="thunar"/>
|
||||
<property name="<Primary><Alt>Escape" type="string" value="xkill"/>
|
||||
<property name="HomePage" type="string" value="exo-open --launch WebBrowser"/>
|
||||
<property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
|
||||
<property name="override" type="bool" value="true"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="xfwm4" type="empty">
|
||||
<property name="default" type="empty">
|
||||
<property name="<Alt>Insert" type="empty"/>
|
||||
<property name="Escape" type="empty"/>
|
||||
<property name="Left" type="empty"/>
|
||||
<property name="Right" type="empty"/>
|
||||
<property name="Up" type="empty"/>
|
||||
<property name="Down" type="empty"/>
|
||||
<property name="<Alt>Tab" type="empty"/>
|
||||
<property name="<Alt><Shift>Tab" type="empty"/>
|
||||
<property name="<Alt>Delete" type="empty"/>
|
||||
<property name="<Primary><Alt>Down" type="empty"/>
|
||||
<property name="<Primary><Alt>Left" type="empty"/>
|
||||
<property name="<Shift><Alt>Page_Down" type="empty"/>
|
||||
<property name="<Alt>F4" type="empty"/>
|
||||
<property name="<Alt>F6" type="empty"/>
|
||||
<property name="<Alt>F7" type="empty"/>
|
||||
<property name="<Alt>F8" type="empty"/>
|
||||
<property name="<Alt>F9" type="empty"/>
|
||||
<property name="<Alt>F10" type="empty"/>
|
||||
<property name="<Alt>F11" type="empty"/>
|
||||
<property name="<Alt>F12" type="empty"/>
|
||||
<property name="<Primary><Shift><Alt>Left" type="empty"/>
|
||||
<property name="<Primary><Alt>End" type="empty"/>
|
||||
<property name="<Primary><Alt>Home" type="empty"/>
|
||||
<property name="<Primary><Shift><Alt>Right" type="empty"/>
|
||||
<property name="<Primary><Shift><Alt>Up" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_1" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_2" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_3" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_4" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_5" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_6" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_7" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_8" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_9" type="empty"/>
|
||||
<property name="<Alt>space" type="empty"/>
|
||||
<property name="<Shift><Alt>Page_Up" type="empty"/>
|
||||
<property name="<Primary><Alt>Right" type="empty"/>
|
||||
<property name="<Primary><Alt>d" type="empty"/>
|
||||
<property name="<Primary><Alt>Up" type="empty"/>
|
||||
<property name="<Super>Tab" type="empty"/>
|
||||
<property name="<Primary>F1" type="empty"/>
|
||||
<property name="<Primary>F2" type="empty"/>
|
||||
<property name="<Primary>F3" type="empty"/>
|
||||
<property name="<Primary>F4" type="empty"/>
|
||||
<property name="<Primary>F5" type="empty"/>
|
||||
<property name="<Primary>F6" type="empty"/>
|
||||
<property name="<Primary>F7" type="empty"/>
|
||||
<property name="<Primary>F8" type="empty"/>
|
||||
<property name="<Primary>F9" type="empty"/>
|
||||
<property name="<Primary>F10" type="empty"/>
|
||||
<property name="<Primary>F11" type="empty"/>
|
||||
<property name="<Primary>F12" type="empty"/>
|
||||
<property name="<Super>KP_Left" type="empty"/>
|
||||
<property name="<Super>KP_Right" type="empty"/>
|
||||
<property name="<Super>KP_Down" type="empty"/>
|
||||
<property name="<Super>KP_Up" type="empty"/>
|
||||
<property name="<Super>KP_Page_Up" type="empty"/>
|
||||
<property name="<Super>KP_Home" type="empty"/>
|
||||
<property name="<Super>KP_End" type="empty"/>
|
||||
<property name="<Super>KP_Next" type="empty"/>
|
||||
</property>
|
||||
<property name="custom" type="empty">
|
||||
<property name="<Primary>F12" type="string" value="workspace_12_key"/>
|
||||
<property name="<Super>KP_Down" type="string" value="tile_down_key"/>
|
||||
<property name="<Alt>F4" type="string" value="close_window_key"/>
|
||||
<property name="<Primary><Alt>KP_3" type="string" value="move_window_workspace_3_key"/>
|
||||
<property name="<Primary>F2" type="string" value="workspace_2_key"/>
|
||||
<property name="<Primary>F6" type="string" value="workspace_6_key"/>
|
||||
<property name="<Primary><Alt>Down" type="string" value="down_workspace_key"/>
|
||||
<property name="<Primary><Alt>KP_9" type="string" value="move_window_workspace_9_key"/>
|
||||
<property name="<Super>KP_Up" type="string" value="tile_up_key"/>
|
||||
<property name="<Primary><Alt>End" type="string" value="move_window_next_workspace_key"/>
|
||||
<property name="<Primary>F8" type="string" value="workspace_8_key"/>
|
||||
<property name="<Primary><Shift><Alt>Left" type="string" value="move_window_left_key"/>
|
||||
<property name="<Super>KP_Right" type="string" value="tile_right_key"/>
|
||||
<property name="<Primary><Alt>KP_4" type="string" value="move_window_workspace_4_key"/>
|
||||
<property name="Right" type="string" value="right_key"/>
|
||||
<property name="Down" type="string" value="down_key"/>
|
||||
<property name="<Primary>F3" type="string" value="workspace_3_key"/>
|
||||
<property name="<Shift><Alt>Page_Down" type="string" value="lower_window_key"/>
|
||||
<property name="<Primary>F9" type="string" value="workspace_9_key"/>
|
||||
<property name="<Alt>Tab" type="string" value="cycle_windows_key"/>
|
||||
<property name="<Primary><Shift><Alt>Right" type="string" value="move_window_right_key"/>
|
||||
<property name="<Primary><Alt>Right" type="string" value="right_workspace_key"/>
|
||||
<property name="<Alt>F6" type="string" value="stick_window_key"/>
|
||||
<property name="<Primary><Alt>KP_5" type="string" value="move_window_workspace_5_key"/>
|
||||
<property name="<Primary>F11" type="string" value="workspace_11_key"/>
|
||||
<property name="<Alt>F10" type="string" value="maximize_window_key"/>
|
||||
<property name="<Alt>Delete" type="string" value="del_workspace_key"/>
|
||||
<property name="<Super>Tab" type="string" value="switch_window_key"/>
|
||||
<property name="<Primary><Alt>d" type="string" value="show_desktop_key"/>
|
||||
<property name="<Primary>F4" type="string" value="workspace_4_key"/>
|
||||
<property name="<Super>KP_Page_Up" type="string" value="tile_up_right_key"/>
|
||||
<property name="<Alt>F7" type="string" value="move_window_key"/>
|
||||
<property name="Up" type="string" value="up_key"/>
|
||||
<property name="<Primary><Alt>KP_6" type="string" value="move_window_workspace_6_key"/>
|
||||
<property name="<Alt>F11" type="string" value="fullscreen_key"/>
|
||||
<property name="<Alt>space" type="string" value="popup_menu_key"/>
|
||||
<property name="<Super>KP_Home" type="string" value="tile_up_left_key"/>
|
||||
<property name="Escape" type="string" value="cancel_key"/>
|
||||
<property name="<Primary><Alt>KP_1" type="string" value="move_window_workspace_1_key"/>
|
||||
<property name="<Super>KP_Next" type="string" value="tile_down_right_key"/>
|
||||
<property name="<Super>KP_Left" type="string" value="tile_left_key"/>
|
||||
<property name="<Shift><Alt>Page_Up" type="string" value="raise_window_key"/>
|
||||
<property name="<Primary><Alt>Home" type="string" value="move_window_prev_workspace_key"/>
|
||||
<property name="<Alt><Shift>Tab" type="string" value="cycle_reverse_windows_key"/>
|
||||
<property name="<Primary><Alt>Left" type="string" value="left_workspace_key"/>
|
||||
<property name="<Alt>F12" type="string" value="above_key"/>
|
||||
<property name="<Primary><Shift><Alt>Up" type="string" value="move_window_up_key"/>
|
||||
<property name="<Primary>F5" type="string" value="workspace_5_key"/>
|
||||
<property name="<Alt>F8" type="string" value="resize_window_key"/>
|
||||
<property name="<Primary><Alt>KP_7" type="string" value="move_window_workspace_7_key"/>
|
||||
<property name="<Primary><Alt>KP_2" type="string" value="move_window_workspace_2_key"/>
|
||||
<property name="<Super>KP_End" type="string" value="tile_down_left_key"/>
|
||||
<property name="<Primary><Alt>Up" type="string" value="up_workspace_key"/>
|
||||
<property name="<Alt>F9" type="string" value="hide_window_key"/>
|
||||
<property name="<Primary>F7" type="string" value="workspace_7_key"/>
|
||||
<property name="<Primary>F10" type="string" value="workspace_10_key"/>
|
||||
<property name="Left" type="string" value="left_key"/>
|
||||
<property name="<Primary><Alt>KP_8" type="string" value="move_window_workspace_8_key"/>
|
||||
<property name="<Alt>Insert" type="string" value="add_workspace_key"/>
|
||||
<property name="<Primary>F1" type="string" value="workspace_1_key"/>
|
||||
<property name="override" type="bool" value="true"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="providers" type="array">
|
||||
<value type="string" value="xfwm4"/>
|
||||
<value type="string" value="commands"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-notifyd" version="1.0">
|
||||
<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="org.freedesktop.network-manager-applet"/>
|
||||
<value type="string" value="org.xfce.Thunar"/>
|
||||
<value type="string" value="thunar-volman"/>
|
||||
<value type="string" value="拼音"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="date-time-custom-format" type="string" value="%a %H:%M:%S"/>
|
||||
</channel>
|
||||
@@ -0,0 +1,126 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-panel" version="1.0">
|
||||
<property name="configver" type="int" value="2"/>
|
||||
<property name="panels" type="array">
|
||||
<value type="int" value="1"/>
|
||||
<value type="int" value="2"/>
|
||||
<property name="dark-mode" type="bool" value="true"/>
|
||||
<property name="panel-1" type="empty">
|
||||
<property name="position" type="string" value="p=6;x=0;y=0"/>
|
||||
<property name="length" type="uint" value="100"/>
|
||||
<property name="position-locked" type="bool" value="true"/>
|
||||
<property name="icon-size" type="uint" value="16"/>
|
||||
<property name="size" type="uint" value="26"/>
|
||||
<property name="plugin-ids" type="array">
|
||||
<value type="int" value="1"/>
|
||||
<value type="int" value="2"/>
|
||||
<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"/>
|
||||
<value type="int" value="10"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="panel-2" type="empty">
|
||||
<property name="autohide-behavior" type="uint" value="1"/>
|
||||
<property name="position" type="string" value="p=10;x=0;y=0"/>
|
||||
<property name="length" type="uint" value="1"/>
|
||||
<property name="position-locked" type="bool" value="true"/>
|
||||
<property name="size" type="uint" value="48"/>
|
||||
<property name="plugin-ids" type="array">
|
||||
<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="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-2" type="string" value="tasklist">
|
||||
<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"/>
|
||||
<property name="style" type="uint" value="0"/>
|
||||
</property>
|
||||
<property name="plugin-5" type="string" value="separator">
|
||||
<property name="style" type="uint" value="0"/>
|
||||
</property>
|
||||
<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="以太网连接“有线连接 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"/>
|
||||
</property>
|
||||
<property name="plugin-8" type="string" value="clock"/>
|
||||
<property name="plugin-9" type="string" value="separator">
|
||||
<property name="style" type="uint" value="0"/>
|
||||
</property>
|
||||
<property name="plugin-10" type="string" value="actions"/>
|
||||
<property name="plugin-11" type="string" value="showdesktop"/>
|
||||
<property name="plugin-12" type="string" value="separator"/>
|
||||
<property name="plugin-13" type="string" value="launcher">
|
||||
<property name="items" type="array">
|
||||
<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-16" type="string" value="launcher">
|
||||
<property name="items" type="array">
|
||||
<value type="string" value="17637208864.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 name="plugin-21" type="string" value="pulseaudio">
|
||||
<property name="enable-keyboard-shortcuts" type="bool" value="true"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-power-manager" version="1.0">
|
||||
<property name="xfce4-power-manager" type="empty">
|
||||
<property name="power-button-action" type="uint" value="3"/>
|
||||
<property name="dpms-enabled" type="bool" value="false"/>
|
||||
<property name="general-notification" type="bool" value="true"/>
|
||||
<property name="lock-screen-suspend-hibernate" type="bool" value="false"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-screensaver" version="1.0">
|
||||
<property name="saver" type="empty">
|
||||
<property name="mode" type="int" value="0"/>
|
||||
<property name="enabled" type="bool" value="false"/>
|
||||
</property>
|
||||
<property name="lock" type="empty">
|
||||
<property name="saver-activation" type="empty">
|
||||
<property name="delay" type="int" value="10"/>
|
||||
<property name="enabled" type="bool" value="false"/>
|
||||
</property>
|
||||
<property name="sleep-activation" type="bool" value="false"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-session" version="1.0">
|
||||
<property name="general" type="empty">
|
||||
<property name="FailsafeSessionName" type="empty"/>
|
||||
<property name="LockCommand" type="empty"/>
|
||||
<property name="SessionName" type="string" value="Default"/>
|
||||
</property>
|
||||
<property name="sessions" type="empty">
|
||||
<property name="Failsafe" type="empty">
|
||||
<property name="IsFailsafe" type="empty"/>
|
||||
<property name="Count" type="empty"/>
|
||||
<property name="Client0_Command" type="empty"/>
|
||||
<property name="Client0_Priority" type="empty"/>
|
||||
<property name="Client0_PerScreen" type="empty"/>
|
||||
<property name="Client1_Command" type="empty"/>
|
||||
<property name="Client1_Priority" type="empty"/>
|
||||
<property name="Client1_PerScreen" type="empty"/>
|
||||
<property name="Client2_Command" type="empty"/>
|
||||
<property name="Client2_Priority" type="empty"/>
|
||||
<property name="Client2_PerScreen" type="empty"/>
|
||||
<property name="Client3_Command" type="empty"/>
|
||||
<property name="Client3_Priority" type="empty"/>
|
||||
<property name="Client3_PerScreen" type="empty"/>
|
||||
<property name="Client4_Command" type="empty"/>
|
||||
<property name="Client4_Priority" type="empty"/>
|
||||
<property name="Client4_PerScreen" type="empty"/>
|
||||
</property>
|
||||
<property name="FailsafeWayland" type="empty">
|
||||
<property name="IsFailsafe" type="empty"/>
|
||||
<property name="Count" type="empty"/>
|
||||
<property name="Client0_Command" type="empty"/>
|
||||
<property name="Client0_Priority" type="empty"/>
|
||||
<property name="Client0_PerScreen" type="empty"/>
|
||||
<property name="Client1_Command" type="empty"/>
|
||||
<property name="Client1_Priority" type="empty"/>
|
||||
<property name="Client1_PerScreen" type="empty"/>
|
||||
<property name="Client2_Command" type="empty"/>
|
||||
<property name="Client2_Priority" type="empty"/>
|
||||
<property name="Client2_PerScreen" type="empty"/>
|
||||
<property name="Client3_Command" type="empty"/>
|
||||
<property name="Client3_Priority" type="empty"/>
|
||||
<property name="Client3_PerScreen" type="empty"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="shutdown" type="empty">
|
||||
<property name="LockScreen" type="bool" value="false"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-settings-editor" version="1.0">
|
||||
<property name="last" type="empty">
|
||||
<property name="window-width" type="int" value="746"/>
|
||||
<property name="window-height" type="int" value="546"/>
|
||||
<property name="paned-position" type="int" value="180"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-settings-manager" version="1.0">
|
||||
<property name="last" type="empty">
|
||||
<property name="window-width" type="int" value="762"/>
|
||||
<property name="window-height" type="int" value="596"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-taskmanager" version="1.0">
|
||||
<property name="window-maximized" type="bool" value="false"/>
|
||||
<property name="window-width" type="int" value="552"/>
|
||||
<property name="window-height" type="int" value="502"/>
|
||||
<property name="interface" type="empty">
|
||||
<property name="show-all-processes" type="bool" value="false"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfwm4" version="1.0">
|
||||
<property name="general" type="empty">
|
||||
<property name="activate_action" type="string" value="bring"/>
|
||||
<property name="borderless_maximize" type="bool" value="true"/>
|
||||
<property name="box_move" type="bool" value="false"/>
|
||||
<property name="box_resize" type="bool" value="false"/>
|
||||
<property name="button_layout" type="string" value="O|SHMC"/>
|
||||
<property name="button_offset" type="int" value="0"/>
|
||||
<property name="button_spacing" type="int" value="0"/>
|
||||
<property name="click_to_focus" type="bool" value="true"/>
|
||||
<property name="cycle_apps_only" type="bool" value="false"/>
|
||||
<property name="cycle_draw_frame" type="bool" value="true"/>
|
||||
<property name="cycle_raise" type="bool" value="false"/>
|
||||
<property name="cycle_hidden" type="bool" value="true"/>
|
||||
<property name="cycle_minimum" type="bool" value="true"/>
|
||||
<property name="cycle_minimized" type="bool" value="false"/>
|
||||
<property name="cycle_preview" type="bool" value="true"/>
|
||||
<property name="cycle_tabwin_mode" type="int" value="0"/>
|
||||
<property name="cycle_workspaces" type="bool" value="false"/>
|
||||
<property name="double_click_action" type="string" value="maximize"/>
|
||||
<property name="double_click_distance" type="int" value="5"/>
|
||||
<property name="double_click_time" type="int" value="250"/>
|
||||
<property name="easy_click" type="string" value="Alt"/>
|
||||
<property name="focus_delay" type="int" value="250"/>
|
||||
<property name="focus_hint" type="bool" value="true"/>
|
||||
<property name="focus_new" type="bool" value="true"/>
|
||||
<property name="frame_opacity" type="int" value="100"/>
|
||||
<property name="frame_border_top" type="int" value="0"/>
|
||||
<property name="full_width_title" type="bool" value="true"/>
|
||||
<property name="horiz_scroll_opacity" type="bool" value="false"/>
|
||||
<property name="inactive_opacity" type="int" value="100"/>
|
||||
<property name="maximized_offset" type="int" value="0"/>
|
||||
<property name="mousewheel_rollup" type="bool" value="true"/>
|
||||
<property name="move_opacity" type="int" value="95"/>
|
||||
<property name="placement_mode" type="string" value="center"/>
|
||||
<property name="placement_ratio" type="int" value="20"/>
|
||||
<property name="popup_opacity" type="int" value="100"/>
|
||||
<property name="prevent_focus_stealing" type="bool" value="false"/>
|
||||
<property name="raise_delay" type="int" value="250"/>
|
||||
<property name="raise_on_click" type="bool" value="true"/>
|
||||
<property name="raise_on_focus" type="bool" value="false"/>
|
||||
<property name="raise_with_any_button" type="bool" value="true"/>
|
||||
<property name="repeat_urgent_blink" type="bool" value="false"/>
|
||||
<property name="resize_opacity" type="int" value="96"/>
|
||||
<property name="scroll_workspaces" type="bool" value="true"/>
|
||||
<property name="shadow_delta_height" type="int" value="0"/>
|
||||
<property name="shadow_delta_width" type="int" value="0"/>
|
||||
<property name="shadow_delta_x" type="int" value="0"/>
|
||||
<property name="shadow_delta_y" type="int" value="-3"/>
|
||||
<property name="shadow_opacity" type="int" value="50"/>
|
||||
<property name="show_app_icon" type="bool" value="false"/>
|
||||
<property name="show_dock_shadow" type="bool" value="false"/>
|
||||
<property name="show_frame_shadow" type="bool" value="false"/>
|
||||
<property name="show_popup_shadow" type="bool" value="false"/>
|
||||
<property name="snap_resist" type="bool" value="false"/>
|
||||
<property name="snap_to_border" type="bool" value="true"/>
|
||||
<property name="snap_to_windows" type="bool" value="false"/>
|
||||
<property name="snap_width" type="int" value="10"/>
|
||||
<property name="vblank_mode" type="string" value="auto"/>
|
||||
<property name="theme" type="string" value="Default"/>
|
||||
<property name="tile_on_move" type="bool" value="true"/>
|
||||
<property name="title_alignment" type="string" value="center"/>
|
||||
<property name="title_font" type="string" value="Sans Bold 9"/>
|
||||
<property name="title_horizontal_offset" type="int" value="0"/>
|
||||
<property name="titleless_maximize" type="bool" value="false"/>
|
||||
<property name="title_shadow_active" type="string" value="false"/>
|
||||
<property name="title_shadow_inactive" type="string" value="false"/>
|
||||
<property name="title_vertical_offset_active" type="int" value="0"/>
|
||||
<property name="title_vertical_offset_inactive" type="int" value="0"/>
|
||||
<property name="toggle_workspaces" type="bool" value="false"/>
|
||||
<property name="unredirect_overlays" type="bool" value="true"/>
|
||||
<property name="urgent_blink" type="bool" value="false"/>
|
||||
<property name="use_compositing" type="bool" value="true"/>
|
||||
<property name="workspace_count" type="int" value="1"/>
|
||||
<property name="wrap_cycle" type="bool" value="true"/>
|
||||
<property name="wrap_layout" type="bool" value="true"/>
|
||||
<property name="wrap_resistance" type="int" value="10"/>
|
||||
<property name="wrap_windows" type="bool" value="false"/>
|
||||
<property name="wrap_workspaces" type="bool" value="false"/>
|
||||
<property name="zoom_desktop" type="bool" value="true"/>
|
||||
<property name="zoom_pointer" type="bool" value="true"/>
|
||||
<property name="workspace_names" type="array">
|
||||
<value type="string" value="工作区 1"/>
|
||||
<value type="string" value="工作区 2"/>
|
||||
<value type="string" value="工作区 3"/>
|
||||
<value type="string" value="工作区 4"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xsettings" version="1.0">
|
||||
<property name="Net" type="empty">
|
||||
<property name="ThemeName" type="empty"/>
|
||||
<property name="IconThemeName" type="empty"/>
|
||||
<property name="DoubleClickTime" type="empty"/>
|
||||
<property name="DoubleClickDistance" type="empty"/>
|
||||
<property name="DndDragThreshold" type="empty"/>
|
||||
<property name="CursorBlink" type="empty"/>
|
||||
<property name="CursorBlinkTime" type="empty"/>
|
||||
<property name="SoundThemeName" type="empty"/>
|
||||
<property name="EnableEventSounds" type="empty"/>
|
||||
<property name="EnableInputFeedbackSounds" type="empty"/>
|
||||
</property>
|
||||
<property name="Xft" type="empty">
|
||||
<property name="DPI" type="empty"/>
|
||||
<property name="Antialias" type="empty"/>
|
||||
<property name="Hinting" type="empty"/>
|
||||
<property name="HintStyle" type="empty"/>
|
||||
<property name="RGBA" type="empty"/>
|
||||
</property>
|
||||
<property name="Gtk" type="empty">
|
||||
<property name="CanChangeAccels" type="empty"/>
|
||||
<property name="ColorPalette" type="empty"/>
|
||||
<property name="FontName" type="empty"/>
|
||||
<property name="MonospaceFontName" type="empty"/>
|
||||
<property name="IconSizes" type="empty"/>
|
||||
<property name="KeyThemeName" type="empty"/>
|
||||
<property name="MenuImages" type="empty"/>
|
||||
<property name="ButtonImages" type="empty"/>
|
||||
<property name="MenuBarAccel" type="empty"/>
|
||||
<property name="CursorThemeName" type="empty"/>
|
||||
<property name="CursorThemeSize" type="empty"/>
|
||||
<property name="DecorationLayout" type="string" value="icon,menu:minimize,maximize,close"/>
|
||||
<property name="DialogsUseHeader" type="empty"/>
|
||||
<property name="TitlebarMiddleClick" type="empty"/>
|
||||
</property>
|
||||
<property name="Gdk" type="empty">
|
||||
<property name="WindowScalingFactor" type="empty"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Name=TMS
|
||||
Comment=TMS applications
|
||||
Icon=/home/smart/.tms3/starter/314.png
|
||||
Type=Directory
|
||||
13
archiso/airootfs/etc/skel/.vnc/vnc.sh
Normal file
13
archiso/airootfs/etc/skel/.vnc/vnc.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 等待桌面环境完全加载 (可选,但有时有帮助)
|
||||
sleep 5
|
||||
|
||||
mkdir -p $HOME/.vnc/
|
||||
touch $HOME/.vnc/x11vnc.log
|
||||
# 启动 x11vnc 服务器
|
||||
# 注意:-display :0 假设您登录的是第一个X显示器
|
||||
# -rfbport 5900 是默认端口,可以省略,但明确指定更好
|
||||
#x11vnc -wait 50 -noxdamage -passwd PASSWORD -display :0 -forever -o /var/log/x11vnc.log -bg
|
||||
|
||||
exec x11vnc -wait 50 -noxdamage -passwd "123456" -display :0 -forever -o "$HOME/.vnc/x11vnc.log" -bg -rfbport 5900
|
||||
126
archiso/airootfs/etc/skel/.vnc/x11vnc.log
Normal file
126
archiso/airootfs/etc/skel/.vnc/x11vnc.log
Normal file
@@ -0,0 +1,126 @@
|
||||
10/12/2025 03:24:28 passing arg to libvncserver: -passwd
|
||||
10/12/2025 03:24:28 passing arg to libvncserver: -rfbport
|
||||
10/12/2025 03:24:28 passing arg to libvncserver: 5900
|
||||
10/12/2025 03:24:28 x11vnc version: 0.9.17 lastmod: 2025-04-11 pid: 1653
|
||||
10/12/2025 03:24:28 Using X display :0
|
||||
10/12/2025 03:24:28 rootwin: 0x304 reswin: 0x1600001 dpy: 0x1bfec750
|
||||
10/12/2025 03:24:28
|
||||
10/12/2025 03:24:28 ------------------ USEFUL INFORMATION ------------------
|
||||
10/12/2025 03:24:28 X COMPOSITE available on display, using it for window polling.
|
||||
10/12/2025 03:24:28 To disable this behavior use: '-noxcomposite'
|
||||
10/12/2025 03:24:28
|
||||
10/12/2025 03:24:28 Wireframing: -wireframe mode is in effect for window moves.
|
||||
10/12/2025 03:24:28 If this yields undesired behavior (poor response, painting
|
||||
10/12/2025 03:24:28 errors, etc) it may be disabled:
|
||||
10/12/2025 03:24:28 - use '-nowf' to disable wireframing completely.
|
||||
10/12/2025 03:24:28 - use '-nowcr' to disable the Copy Rectangle after the
|
||||
10/12/2025 03:24:28 moved window is released in the new position.
|
||||
10/12/2025 03:24:28 Also see the -help entry for tuning parameters.
|
||||
10/12/2025 03:24:28 You can press 3 Alt_L's (Left "Alt" key) in a row to
|
||||
10/12/2025 03:24:28 repaint the screen, also see the -fixscreen option for
|
||||
10/12/2025 03:24:28 periodic repaints.
|
||||
10/12/2025 03:24:28
|
||||
10/12/2025 03:24:28 XFIXES available on display, resetting cursor mode
|
||||
10/12/2025 03:24:28 to: '-cursor most'.
|
||||
10/12/2025 03:24:28 to disable this behavior use: '-cursor arrow'
|
||||
10/12/2025 03:24:28 or '-noxfixes'.
|
||||
10/12/2025 03:24:28 using XFIXES for cursor drawing.
|
||||
10/12/2025 03:24:28 GrabServer control via XTEST.
|
||||
10/12/2025 03:24:28
|
||||
10/12/2025 03:24:28 Scroll Detection: -scrollcopyrect mode is in effect to
|
||||
10/12/2025 03:24:28 use RECORD extension to try to detect scrolling windows
|
||||
10/12/2025 03:24:28 (induced by either user keystroke or mouse input).
|
||||
10/12/2025 03:24:28 If this yields undesired behavior (poor response, painting
|
||||
10/12/2025 03:24:28 errors, etc) it may be disabled via: '-noscr'
|
||||
10/12/2025 03:24:28 Also see the -help entry for tuning parameters.
|
||||
10/12/2025 03:24:28 You can press 3 Alt_L's (Left "Alt" key) in a row to
|
||||
10/12/2025 03:24:28 repaint the screen, also see the -fixscreen option for
|
||||
10/12/2025 03:24:28 periodic repaints.
|
||||
10/12/2025 03:24:28
|
||||
10/12/2025 03:24:28 XKEYBOARD: number of keysyms per keycode 7 is greater
|
||||
10/12/2025 03:24:28 than 4 and 51 keysyms are mapped above 4.
|
||||
10/12/2025 03:24:28 Automatically switching to -xkb mode.
|
||||
10/12/2025 03:24:28 If this makes the key mapping worse you can
|
||||
10/12/2025 03:24:28 disable it with the "-noxkb" option.
|
||||
10/12/2025 03:24:28 Also, remember "-remap DEAD" for accenting characters.
|
||||
10/12/2025 03:24:28
|
||||
10/12/2025 03:24:28 X FBPM extension not supported.
|
||||
10/12/2025 03:24:28 X display is capable of DPMS.
|
||||
10/12/2025 03:24:28 --------------------------------------------------------
|
||||
10/12/2025 03:24:28
|
||||
10/12/2025 03:24:28 Default visual ID: 0x21
|
||||
10/12/2025 03:24:28 Read initial data from X display into framebuffer.
|
||||
10/12/2025 03:24:28 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/5120
|
||||
10/12/2025 03:24:28
|
||||
10/12/2025 03:24:28 X display :0 is 32bpp depth=24 true color
|
||||
10/12/2025 03:24:28
|
||||
10/12/2025 03:24:28 Unable to establish connection with systemd socket
|
||||
10/12/2025 03:24:28 Listening for VNC connections on TCP port 5900
|
||||
10/12/2025 03:24:28 Listening for VNC connections on TCP6 port 5900
|
||||
10/12/2025 03:24:28 listen6: bind: Address already in use
|
||||
10/12/2025 03:24:28 Not listening on IPv6 interface.
|
||||
10/12/2025 03:24:28
|
||||
10/12/2025 03:24:28 Xinerama is present and active (e.g. multi-head).
|
||||
10/12/2025 03:24:28 Xinerama: number of sub-screens: 1
|
||||
10/12/2025 03:24:28 Xinerama: no blackouts needed (only one sub-screen)
|
||||
10/12/2025 03:24:28
|
||||
10/12/2025 03:24:28 fb read rate: 343 MB/sec
|
||||
10/12/2025 03:24:28 fast read: reset -defer ms to: 10
|
||||
10/12/2025 03:24:28 The X server says there are 12 mouse buttons.
|
||||
10/12/2025 03:24:28 screen setup finished.
|
||||
10/12/2025 03:24:28
|
||||
|
||||
The VNC desktop is: gg-0vch20ggy5fi0xdf:0
|
||||
|
||||
******************************************************************************
|
||||
Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet?
|
||||
|
||||
The scheme stores pixel data offscreen on the VNC viewer side for faster
|
||||
retrieval. It should work with any VNC viewer. Try it by running:
|
||||
|
||||
x11vnc -ncache 10 ...
|
||||
|
||||
One can also add -ncache_cr for smooth 'copyrect' window motion.
|
||||
More info: http://www.karlrunge.com/x11vnc/faq.html#faq-client-caching
|
||||
|
||||
10/12/2025 03:24:44 Got connection from client 192.168.139.1
|
||||
10/12/2025 03:24:44 0 other clients
|
||||
10/12/2025 03:24:44 Normal socket connection
|
||||
10/12/2025 03:24:44 Disabled X server key autorepeat.
|
||||
10/12/2025 03:24:44 to force back on run: 'xset r on' (3 times)
|
||||
10/12/2025 03:24:44 incr accepted_client=1 for 192.168.139.1:10500 sock=10
|
||||
10/12/2025 03:24:44 Client Protocol Version 3.8
|
||||
10/12/2025 03:24:44 Protocol version sent 3.8, using 3.8
|
||||
10/12/2025 03:24:44 rfbProcessClientSecurityType: executing handler for type 2
|
||||
10/12/2025 03:24:44 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0x00000018)
|
||||
10/12/2025 03:24:44 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0x00000016)
|
||||
10/12/2025 03:24:44 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0x00000015)
|
||||
10/12/2025 03:24:44 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0x0000000F)
|
||||
10/12/2025 03:24:44 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0xFFFFFEC6)
|
||||
10/12/2025 03:24:44 Enabling full-color cursor updates for client 192.168.139.1
|
||||
10/12/2025 03:24:44 Enabling NewFBSize protocol extension for client 192.168.139.1
|
||||
10/12/2025 03:24:44 Using ZRLE encoding for client 192.168.139.1
|
||||
10/12/2025 03:24:44 Pixel format for client 192.168.139.1:
|
||||
10/12/2025 03:24:44 8 bpp, depth 6
|
||||
10/12/2025 03:24:44 true colour: max r 3 g 3 b 3, shift r 4 g 2 b 0
|
||||
10/12/2025 03:24:44 Pixel format for client 192.168.139.1:
|
||||
10/12/2025 03:24:44 32 bpp, depth 24, little endian
|
||||
10/12/2025 03:24:44 true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
|
||||
10/12/2025 03:24:44 no translation needed
|
||||
10/12/2025 03:24:44 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0x00000018)
|
||||
10/12/2025 03:24:44 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0x0000000F)
|
||||
10/12/2025 03:24:44 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0x00000016)
|
||||
10/12/2025 03:24:44 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0x00000015)
|
||||
10/12/2025 03:24:44 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0xFFFFFEC6)
|
||||
10/12/2025 03:24:44 Enabling full-color cursor updates for client 192.168.139.1
|
||||
10/12/2025 03:24:44 Enabling NewFBSize protocol extension for client 192.168.139.1
|
||||
10/12/2025 03:24:44 Switching from ZRLE to hextile Encoding for client 192.168.139.1
|
||||
10/12/2025 03:24:44 client 1 network rate 229.0 KB/sec (6513.4 eff KB/sec)
|
||||
10/12/2025 03:24:44 client 1 latency: 1.1 ms
|
||||
10/12/2025 03:24:44 dt1: 0.0186, dt2: 0.1393 dt3: 0.0011 bytes: 36023
|
||||
10/12/2025 03:24:44 link_rate: LR_UNKNOWN - 1 ms, 229 KB/s
|
||||
10/12/2025 03:24:44 client_set_net: 192.168.139.1 0.0026
|
||||
10/12/2025 03:24:45 copy_tiles: allocating first_line at size 41
|
||||
10/12/2025 03:24:54 created selwin: 0x160002c
|
||||
10/12/2025 03:24:54 called initialize_xfixes()
|
||||
10/12/2025 03:25:40 non-existent cursor: which=12
|
||||
2
archiso/airootfs/etc/ssh/ssh_config.d/10-archiso.conf
Executable file
2
archiso/airootfs/etc/ssh/ssh_config.d/10-archiso.conf
Executable file
@@ -0,0 +1,2 @@
|
||||
# Allow root login using password authentication
|
||||
PasswordAuthentication yes
|
||||
3
archiso/airootfs/etc/ssh/ssh_config.d/tms-ssh.conf
Normal file
3
archiso/airootfs/etc/ssh/ssh_config.d/tms-ssh.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
HostKeyAlgorithms +ssh-rsa
|
||||
HostKeyAlgorithms +ssh-rsa
|
||||
PubkeyAcceptedKeyTypes +ssh-rsa
|
||||
2
archiso/airootfs/etc/ssh/sshd_config.d/10-archiso.conf
Executable file
2
archiso/airootfs/etc/ssh/sshd_config.d/10-archiso.conf
Executable file
@@ -0,0 +1,2 @@
|
||||
# Allow root login using password authentication
|
||||
PasswordAuthentication yes
|
||||
1
archiso/airootfs/etc/sudoers.d/g_wheel
Executable file
1
archiso/airootfs/etc/sudoers.d/g_wheel
Executable file
@@ -0,0 +1 @@
|
||||
%wheel ALL=(ALL:ALL) NOPASSWD: ALL
|
||||
2
archiso/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf
Executable file
2
archiso/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf
Executable file
@@ -0,0 +1,2 @@
|
||||
[Journal]
|
||||
Storage=volatile
|
||||
4
archiso/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf
Executable file
4
archiso/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf
Executable file
@@ -0,0 +1,4 @@
|
||||
[Login]
|
||||
HandleSuspendKey=ignore
|
||||
HandleHibernateKey=ignore
|
||||
HandleLidSwitch=ignore
|
||||
2
archiso/airootfs/etc/systemd/network.conf.d/ipv6-privacy-extensions.conf
Executable file
2
archiso/airootfs/etc/systemd/network.conf.d/ipv6-privacy-extensions.conf
Executable file
@@ -0,0 +1,2 @@
|
||||
[Network]
|
||||
IPv6PrivacyExtensions=yes
|
||||
24
archiso/airootfs/etc/systemd/network/20-ethernet.network
Executable file
24
archiso/airootfs/etc/systemd/network/20-ethernet.network
Executable file
@@ -0,0 +1,24 @@
|
||||
[Match]
|
||||
# Matching with "Type=ether" causes issues with containers because it also matches virtual Ethernet interfaces (veth*).
|
||||
# See https://bugs.archlinux.org/task/70892
|
||||
# Instead match by globbing the network interface name.
|
||||
Name=en*
|
||||
Name=eth*
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=routable
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
MulticastDNS=yes
|
||||
|
||||
# systemd-networkd does not set per-interface-type default route metrics
|
||||
# https://github.com/systemd/systemd/issues/17698
|
||||
# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
|
||||
# Use values from NetworkManager. From nm_device_get_route_metric_default in
|
||||
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
|
||||
[DHCPv4]
|
||||
RouteMetric=100
|
||||
|
||||
[IPv6AcceptRA]
|
||||
RouteMetric=100
|
||||
20
archiso/airootfs/etc/systemd/network/20-wlan.network
Executable file
20
archiso/airootfs/etc/systemd/network/20-wlan.network
Executable file
@@ -0,0 +1,20 @@
|
||||
[Match]
|
||||
Name=wl*
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=routable
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
MulticastDNS=yes
|
||||
|
||||
# systemd-networkd does not set per-interface-type default route metrics
|
||||
# https://github.com/systemd/systemd/issues/17698
|
||||
# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
|
||||
# Use values from NetworkManager. From nm_device_get_route_metric_default in
|
||||
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
|
||||
[DHCPv4]
|
||||
RouteMetric=600
|
||||
|
||||
[IPv6AcceptRA]
|
||||
RouteMetric=600
|
||||
19
archiso/airootfs/etc/systemd/network/20-wwan.network
Executable file
19
archiso/airootfs/etc/systemd/network/20-wwan.network
Executable file
@@ -0,0 +1,19 @@
|
||||
[Match]
|
||||
Name=ww*
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=routable
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
|
||||
# systemd-networkd does not set per-interface-type default route metrics
|
||||
# https://github.com/systemd/systemd/issues/17698
|
||||
# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
|
||||
# Use values from NetworkManager. From nm_device_get_route_metric_default in
|
||||
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
|
||||
[DHCPv4]
|
||||
RouteMetric=700
|
||||
|
||||
[IPv6AcceptRA]
|
||||
RouteMetric=700
|
||||
4
archiso/airootfs/etc/systemd/resolved.conf.d/archiso.conf
Executable file
4
archiso/airootfs/etc/systemd/resolved.conf.d/archiso.conf
Executable file
@@ -0,0 +1,4 @@
|
||||
# Default systemd-resolved configuration for archiso
|
||||
|
||||
[Resolve]
|
||||
MulticastDNS=yes
|
||||
@@ -0,0 +1 @@
|
||||
/dev/null
|
||||
10
archiso/airootfs/etc/systemd/system/choose-mirror.service
Executable file
10
archiso/airootfs/etc/systemd/system/choose-mirror.service
Executable file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Choose mirror from the kernel command line
|
||||
ConditionKernelCommandLine=mirror
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/choose-mirror
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/cloud-config.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/cloud-final.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/cloud-init-local.service
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user