Seahorse 就是「密碼及加密金鑰」
從英文網頁中知道要安裝 Seahorse 這個程式,但它的名字實在和密碼不相關,於是遲遲不敢安裝,最近大著膽子給它裝下去了,發現原來它就是尋找許久的「密碼及加密金鑰」。之後就照著 google 到的方法做就好。
參考網頁:
locale
locale -a
sudo localectl set-locale LANG=zh_TW.UTF-8
sudo locale-gen
sudo pacman -Syu fcitx-gtk2 fcitx-gtk3 fcitx-qt5 fcitx-table-extra fcitx-configtool fcitx-chewing
export QT_IM_MODULE=fcitx export GTK_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx"
timedatectl | grep local會看如下的結果
RTC in local TZ: no
sudo timedatectl set-local-rtc 1 --adjust-system-clock
%Y-%m-%d %n %H:%M:%S
pacman -Syu texlive-bin texlive-core texlive-latexextra texlive-langchinese texlive-science texlive-pictures seahorse
xelatex.exe -synctex=1 -interaction=nonstopmode %.tex
"C:\Program Files (x86)\TeXstudio\texstudio.exe" "%f" -line %l
"latex-workshop.latex.tools": [
{
"name": "xelatex",
"command": "C:\\Program Files (x86)\\TeXLive\\2019\\bin\\win32\\xelatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-shell-escape",
"%DOCFILE%"
]
},
"latex-workshop.view.pdf.external.synctex.command": "C:/Program Files/SumatraPDF/SumatraPDF.exe",
"latex-workshop.view.pdf.external.synctex.args": [
"-forward-search",
"%TEX%",
"%LINE%",
"-reuse-instance",
"-inverse-search",
"code \"C:\\Users\\使用者名稱\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\out\\cli.js\" -r -g \"%f:%l\"",
"%PDF%",
],
"C:\Users\使用者名稱\AppData\Local\Programs\Microsoft VS Code\Code.exe" -g "%f:%l"其中的 C:\Users\使用者名稱\AppData\Local\Programs\Microsoft VS Code\ 是 VS Code 安裝的資料夾,請根據自己的環境更改。