manjaro日常桌面使用(Manjaro快速上手指南)
manjaro日常桌面使用(Manjaro快速上手指南)更新本地数据库,同步源pacman -Sy...br## Uncomment to allow members of group sudo to execute any commandbr%sudo ALL=(ALL) ALLbr...不要在sudoers文件中直接添加用户设置编辑/etc/sudoers.d/10-installer在%wheel ALL=(ALL) ALL后面添加配置%wheel ALL=(ALL) ALLbr[username] ALL=(ALL) NOPASSWD: ALLbr%[groupname] ALL=(ALL) NOPASSWD: ALL 上例配置用户sudo免密,其他配置暂不展开了[archlinuxcn]brSigLevel = Optional TrustedOnlybr#中科大源brServer = https://mirrors.ustc.e
笔者环境:

从一个好用的编辑器开始吧
vimsudo pacman -S vim 
可能需要更新下库:sudo pacman -Syy 
诶,还是安装失败了(没失败的跳过)
异常了类似与:/usr/bin/hardcode-fixer: 第 140 行:[: :需要整数表达式 
来跟我做:sudo pacman -R hardcode-fixer 
再安装 vim
- 修改/etc/sodoers,清除%sudo ALL=(ALL) ALL前的注释#
 
...br## Uncomment to allow members of group sudo to execute any commandbr%sudo   ALL=(ALL) ALLbr...
- 不要在sudoers文件中直接添加用户设置
 - 编辑/etc/sudoers.d/10-installer在%wheel ALL=(ALL) ALL后面添加配置
 
%wheel ALL=(ALL) ALLbr[username] ALL=(ALL) NOPASSWD: ALLbr%[groupname] ALL=(ALL) NOPASSWD: ALL 
    
上例配置用户sudo免密,其他配置暂不展开了
换源- 配置镜像源 
sudo pacman-mirrors -i -c China -m rank - 设置 archlinuxcn 源 antergos源 arch4edu源sudo vi /etc/pacman.conf
 
[archlinuxcn]brSigLevel = Optional TrustedOnlybr#中科大源brServer = https://mirrors.ustc.edu.cn/archlinuxcn/$archbr#清华源brServer = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$archbrbr[antergos]brSigLevel = TrustAllbrServer = https://mirrors.tuna.tsinghua.edu.cn/antergos/$repo/$archbrbr[arch4edu]brSigLevel = TrustAllbrServer = https://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch
- 更新源列表 
sudo pacman-mirrors -g - 更新pacman数据库并全面更新系统 
sudo pacman -Syyu 
| 
     命令  | 
     说明  | 
| 
     pacman -Sy  | 
     更新本地数据库,同步源  | 
| 
     pacman -Syu  | 
     对整个系统进行更新  | 
| 
     pacman -Syy  | 
     强制更新  | 
| 
     pacman -Syudd  | 
     -dd 跳过所有检测  | 
- PGP签名
 
sudo pacman -S archlinuxcn-keyringbrsudo pacman -S antergos-keyring安装yay包管理工具
    
sudo pacman -S yay
安装fcitx中文输入法yay -S fcitx fcitx-qt5 kcm-fcitx 
sudo vi ~/.xprofile
export GTK_IM_MODULE=fcitxbrexport QT_IM_MODULE=fcitxbrexport XMODIFIERS="@im=fcitx"
    
这时候,你可能需要重启一下
WeChat=过时的=
下载想要的版本安装包https://github.com/countstarlight/deepin-wine-wechat-arch
本人安装2.9.5版本,使用过程中发现wechat时而发送不了图片和文件,后安装低版本 
2.7.1自测没有问题 
wget https://github.com/countstarlight/deepin-wine-wechat-arch/releases/download/v2.7.1.88-1/deepin-wine-wechat-2.7.1.88-1-x86_64.pkg.tar.xz 
sudo pacman -U deepin-wine-wechat-2.7.1.88-1-x86_64.pkg.tar.xz
- 下载:wget https://github.com/countstarlight/deepin-wine-wechat-arch/releases/download/v3.0.0.57-2/deepin-wine-wechat-3.0.0.57-2-x86_64.pkg.tar.zst
 - 安装:sudo pacman -U deepin-wine-wechat-3.0.0.57-2-x86_64.pkg.tar.zst
 - /opt/apps/com.qq.weixin.deepin/files/run.sh -d 切换deepinwine5(会安装deepin-wine5)
 - 停止所有wine进程
 - 启动wechat
 
切换deepinwine5的关键代码

若3步会卡住什么的,执行完后(文件替换完)直接手动: 
echo 5 > ~/.deepinwine/Deepin-WeChat/deepin 
rm -f ~/.deepinwine/Deepin-WeChat/reinstalled 这一步是为了接下来启动wechat时会重新安装
Manjaro-KDE桌面安装TIM/QQ的时候经常出现无法启动,其主要原因是deein-wine-tim打包了Gnome桌面部分内容,因此在KDE桌面环境下需要安装相应的Gnome桌面设置环境
yay -S gnome-settings-daemon 
cp /etc/xdg/autostart/org.gnome.SettingsDaemon.XSettings.desktop ~/.config/autostart 
 PS:这个时候setting可能打不开,打不开就重启吧,打开系统设置如下 

yay -S deepin.com.qq.office 安装TIM 版本自己选 
yay -S deepin.com.qq.im.light QQ轻聊版
yay -S com.qq.weixin.work.deepin
腾讯会议安装及问题解决:https://aur.archlinux.org/packages/com.tencent.meeting.deepin
easyconnecthttps://download.csdn.net/download/qq_19655405/12720403

easyconnect-7.6.3.0.86415-1-x86_64.pkg.tar.zst
该包是我用deb包转换过来的sudo debtap EasyConnect_x64.deb
sudo pacman -U easyconnect-7.6.3.0.86415-1-x86_64.pkg.tar.zst 
安装完后可能启动不了,参考解决方案(关键词:ldd/pango/Harfbuzz) 
需要资源已准备好: 
 https://download.csdn.net/download/qq_19655405/12720414

easyconnect-libpango.tar
easyconnect-libpango.tar 
问题:manjaro上,启动成功,但链接上后一会就闪退了; ubuntu上是可以使用的
下载安装包 
VMware-Workstation-Full-15.5.6-16341506.x86_64.bundle 
chmod  x VMware-Workstation-Full-15.5.6-16341506.x86_64.bundle 
./VMware-Workstation-Full-15.5.6-16341506.x86_64.bundle
安装前建议网上找一下步骤图,免掉坑
could not open /dev/vmmon:?????? please make sure that the kernel moduel vmmon is load 
sudo /etc/init.d/vmware start
yay -S wps-officebryay -S ttf-wps-fontsbryay -S wps-office-mui-zh-cnxmind
    
yay -S xmind 
 下载链接: https://pan.baidu.com/s/1XgIHDh5IwbzlyRHz8BZRbQ 密码: geen
0. 解压br1. cp XMindCrack.jar XMind.ini 到xmind启动程序目录br
 2. hosts添加:br0.0.0.0 www.xmind.netbr
3.启动xmind,输入序列号(serial_number.txt);
    
或使用脚本启动(解决XMind打开中文名文件失败,没有问题的忽略)

下载链接: https://pan.baidu.com/s/1OneGygrcbviwZuz5FdV0Ag 密码: oafv 
解压,内含: 
trojan-qt5-appimag.desktop trojan-qt5.icns Trojan-Qt5-Linux.AppImage 
修改desktop内执行程序和图标路径 
 

拷贝或软链接trojan-qt5-appimag.desktop 到~/.local/share/applications目录下,如:

悄摸摸的哦:https://portal.shadowsocks.nz/aff.php?aff=39090
rdesktopAn open source client for Windows Remote Desktop Services 
windows的mstsc的linux替代者,能远程连接windows的客户端
yay -S rdesktop 
windows需开启远程连接哦:控制面板>系统和安全>系统>远程设置 然后...看到在哪设置了吧!还不行的,看看防火墙哦 
算了,来张图吧: 
 

rdesktop -x modem -a 15 xxxxx 加上-x modem缓解卡顿
dbvis激活文件:链接: https://pan.baidu.com/s/1LyynDQKU5TyA3D295u4Gkg 密码: ud48 
安装文件DbVisualizer.tar.gz
- 解压这个文件,直接能运行 
链接: https://pan.baidu.com/s/17STXLvKk00a1cqdkpWtpbQ 密码: cloi - 用这个文件,可以让你更畅通无阻的使用ideal 
链接: https://pan.baidu.com/s/1FXhZWe7fU5fKBupG7e4Mdg 密码: 40vn 
yay -S latte-dock
其他- locate 
yay -S mlocate locate命令,manjaro默认不安装,高效寻找文件
updatedb 更新一下库才能搜索 - 7z压缩工具 
yay -S p7zip-natspec 比p7zip,该版本兼容编码问题,解压window 产出的zip包不乱码 - 终端 
yay -S terminator - 翻译 
yay -S translate-shell - 截图 
yay -S flameshot notepadnotepadqq
yay -S notepadqq- 网易云音乐 
yay -S netease-cloud-music - 百度云盘 
yay -S baidunetdisk-bin - nmon 系统监控命令 
yay -S nmon - wireshark 
yay -S wireshark-qt - tmux 终端分屏 
yay -S tmux - peek录屏(可以录gif哦,好像录不了声音哦) 
yay -S peek - 向日葵(没使用成功) 
sunloginclient - teamview 
yay -S teamviewer
sudo teamviewer --daemon start
systemctl start teamviewerd.service
再启动teamviewer - 视频播放器(可倍速的那种) 
yay -s smplayer 
安装:yay -s clamav 
更新病毒库:freshclam 病毒库文件存放在/var/lib/clamav目录下 
扫描: 
clamscan -ri / --move=~/document/xxxmove --max-scansize=4000M
扫描根目录 
-r 递归目录 
-i 打印感染文件 
--move 感染文件移至该目录 
--max-scansize 扫描大文件




