(转)Manjaro安装后你需要这样做

sean 编辑于2021-05-05 10:09树莓派及Linux

Manjaro linux 简单配置

1. Mirror Source

1.1 配置官方源

sudo pacman-mirrors -i -c China -m rank //排列并选择源

1.2 配置AUR源

  1. 修改 /etc/pacman.conf -> 末尾添加

[archlinuxcn]
# SigLevel = Optional TrustedOnly
SigLevel = Never
Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch

[arch4edu]
SigLevel = Never
Server = https://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch
  1. sudo pacman-mirrors -g //更新并选择最快的源列表

  2. sudo pacman -Syy //更新数据源

  3. pacman -S archlinux-keying //更新archlinux签名

1.3 配置AUR源、使用yaourt

  1. sudo pacman -S yaourt //yaourt aur前端工具/用于软件安装

  2. 修改/etc/yaourtrc //去除 #AURURL 注释

AURURL=“https://aur.tuna.tsinghua.edu.cn”
  1. sudo pacman -Syyu //更新系统

1.3 Yay

  1. sudo pacman -S yay //yay aur前端工具

  2. yay -S vim 安装VIM文本编辑器、vi用不习惯

  3. 使用yay 更改pacman配置/etc/pacman.conf 打开Color

    • 搜索:yay -Ss

    • 安装: yay -S


2. SoftWare

软件安装方式: yay -S software

软件搜索方式: yay -Ss software

常用软件    
wps-office typora visual-studio-code-bin
netease-cloud-music chromium deadbeef
thunderbird vlc ibus ibus-sunpinyin (gnome平台用,比如cinnamon)
fcitx-im(qt平台用) fcitx-configtool(qt平台用) fcitx-sunpinyin(qt平台用)
fcitx-cloudpinyin(可选) fcitx-libpinyin(可选) fcitx-sougoupinyin(可选)
图形    
krita pinta gimp
cheese peek录屏 SimpleScreenRecorder录屏
hotshots截图    
解码器      
flashplugin pepper-flash FFmpeg gstreamer
字体    
wqy-microhei wqy-zenhei ttf-wps-fonts
adobe-source-code-pro-fonts adobe-source-sans-pro-fonts adobe-source-serif-pro-fonts
adobe-source-han-sans-cn-fonts adobe-source-han-serif-cn-fonts  
图标与主题    
numix-circle-icon-theme papirus-icon-theme la-capitaine-icon-theme
arc-kde arc-gtk-theme  
sddm-theme-kde-plasma-chili    
工具    
calibre i-nex teamviewer
redshift护眼软件 redshift-qt pandoc
  mycli bash-completion
rar rar -x file rdesktop nutstore 坚果云
htop进程管理 bleachbit 磁盘清理 gpick取色工具
neofetch 查配置 uget  
KDE软件    
ktouch kgeography umbrello
kblocks kollision imagewriter
KDE部件    
Redshift-Control 控制屏幕色温  
颜色拾取器 取色  
Netspeed Widget 显示网速  
Resource Monitor 显示CPU和内存使用情况  
备选软件    
foxitreader electronic-wechat dingtalk
p7zip wiznote leanote
deepin-wine-tim deepin-qq-im deepin-screenshot
deepin-screenshot deepin-screen-recorder deepin-voice-recorder
deepin-image-viewer deepin-music deepin-calendar
deepin-calculator fcitx-sougoupinyin deepin-wechat
deepin-wine-thunderspeed    
新软件 test
scribus 出版物设计软件(设计杂志、海报、演示稿件等等)
mockingbot 墨刀 原型设计工具
pencil 设计稿制作(web页面、桌面程序界面、移动应用界面……)
dia 示意图制作(丰富的类型:流程图、UML、气象、地理、工程……)
vym/xmind 思维图
  pycharm-community-edition

3. Proglem

3.1 WPS 无法输入中文

1. sudo vim /usr/bin/wps
    # 添加在第二行
    export XMODIFIERS="@im=fcitx"
    export QT_IM_MODULE="fcitx"

2. sudo vim /usr/bin/et
    # 添加在第二行
    export XMODIFIERS="@im=fcitx"
    export QT_IM_MODULE="fcitx"

3.2 Fcitx无法输出中文

1. sudo vim /etc/environment
2. GTK_IM_MODULE=fcitx
   QT_IM_MODULE=fcitx
   XMODIFIERS=fcitx

3.2.1 ibus无法输入中文

1. sudo vim .profile或者.bashrc等
2. 
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
ibus-daemon -d -x 

3.3 Rdesktop

  • 连接windwos远程桌面

  • 基本参数

    -f 全屏模式 _Ctrl+Alt+Enter_退出全屏

    -g 显示的分辨率 -g workarea 自适应 sound:on/off

  • 使用方法

    rdesktop -f 192.168.1.1

    rdesktop -f -u administrator -p xxxx 192.168.1.1 -g 1400*900

3.4 VirtualBox

  1. sudo pacman -S virtualbox

  2. uname -r eg: 4.14.25-1-MANJARO 内核版本为414

  3. 扩展包 sudo pacman -S virtualbox-ext-oracle

  4. 添加用户到vboxusers组 sudo usermod -a -G vboxusers $YourUsername

  5. 重启或执行sudo modrobe vboxdrv????

3.5 Oh-my-zsh

  1. 查看本地有哪几种shell cat /etc/shells

  2. 切换到zsh chsh -s /bin/zsh

  3. 安装 oh-my-zsh的配置文件

via wget
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
**或者**
via curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  1. 更改konsole配置 关闭打开终端

3.6 You-get

  • yay -S you-get

  1. sudo pip3 install you-get --user

  2. pip3 install --upgrade you-get

  3. you-get -i 'https://www.xxx' 查看视频相关信息

    you-get -o ~/video -O name 'https://www.xxx' 指定下载地址和名称

    you-get -p vlc&chromium 'https://www.xxx' 通过播放器/浏览器播放

  4. you-get 'https://www.xxx' 下载视频

3.7 中文汉化

sudo pacman -S --noconfirm firefox-i18n-zh-cn thunderbird-i18n-zh-cn gimp-help-zh_cn libreoffice-still-zh-CN man-pages-zh_cn

Firefox汉化

  1. 输入 about:config

  2. 搜索 intl.locale.requested

  3. zh_CN


3。8 修home的目录为英文

$ sudo pacman -S xdg-user-dirs-gtk 
$ export LANG=en_US 
$ xdg-user-dirs-gtk-update 
$ #然后会有个窗口提示语言更改,更新名称即可 
$ export LANG=zh_CN.UTF-8 
$ #然后重启电脑如果提示语言更改,保留旧的名称即可
 

4. KDE

4.1 个性化

应用程序 ➡ 位置 ➡ 更换个人文件位置 ➡ 改英文名 //方便使用
desktop / document / download / movie / music / picture

4.2 外观

  1. 字体 ➡ 思源黑体
    常规 ➡13 小字 ➡11 工具栏和菜单 ➡13 窗口标题 ➡14

    等宽字 Source Code Pro Medium ➡13

  2. 图标主题 ➡ epapirus numix circle

  3. 标题栏样式: Breezemite BreezemiteForman

  4. 应用程序风格 ➡ Gnome风格 ➡ 更换图标与字体 思源黑体 13

4.3 HotKey

  1. 系统设置 ➡ 快捷键 ➡ 自定义快捷键 ➡ 编辑

  2. 新建 ➡ 全局快捷键 ➡ 命令/url ➡ 编辑名字 ➡ 右边窗口 ➡ 触发器 ➡ 设置快捷键 ➡ 动作 软件名称

  3. 自定义快捷键 Eg: dolphin Meta+e ...

  • 添加KWin快捷键

    • Meta Shift PgUp 窗口铺至左上方

    • Meta Shift PgDown 窗口铺至右上方

    • Meta Shift Left 窗口铺至左下方

    • Meta Shift Rigth 窗口铺至右下方

    • Meta F1 更改窗口大小

    • Meta F2 移动窗口

4.4KDE 全局菜单1

  1. 右键桌面 - 添加部件 - 全局菜单

  2. 安装一堆包

    yay -S appmenu-gtk-module gmenu-dbusmenu-proxy-git libdbusmenu-glib libdbusmenu-gtk2 libdbusmenu-gtk
  3. 适配 Firefox 和 LibreOffice

    .xprofile 中加入下面这一行:

export SAL_USE_VCLPLUGIN=gtk


 

关于本站

肥龙软件分享的软件是本站作者开发的免费,无广告,安全可靠,绝不附带任何无关软件,绝不困绑任何插件的实用软件。如果您感觉好用,可以捐赠我们,这样我们可以有更积极的动力去改进升级软件,维持服务器运转,感谢您的捐助,谢谢!

致谢 赞赏/捐助名单

2024-8-13 **军 ¥16.8

更新时间:2024.8.31

联系作者(邮箱)
分类