当前位置: 首页 > 工具软件 > java-gnome > 使用案例 >

Chromebook pixel2013/2015 Manjaro-gnome 20.0.3 配置大全

戚繁
2023-12-01

2013配置还是有点低,换了2015, 文末尾有解决Chromebook 声音问题的方案

初期配置,更换源

Manjaro-GNOME的安装与配置

AUR

yaourt 已死
在Arch Linux上使用aurman、yay、pakku、aurutils来替代Yaourt

sudo pacman -S yay --noconfirm
用yay 下载软件

想下载什么软件可以搜索,如命令

yay -Ss ssr

中文输入法

https://www.cnblogs.com/huangyingting/p/10599404.html

sudo pacman -S --noconfirm fcitx-im fcitx-sogoupinyin fcitx-configtool fcitx-lilydjwg-git

https://www.zhihu.com/question/330715155

rime

yay -S fcitx-im fcitx-configtool fcitx-rime --noconfirm
sudo echo -e "export GTK_IM_MODULE=fcitx\nexportQT_IM_MODULE=fcitx\nexport XMODIFIERS=@im=fcitx">>~/.xprofile

Gnome设置

gnome快捷键设置

设置了一些类Windows的快捷键

gnome-terminal -> Ctrl+Alt+T // 打开终端
nautilus --new-window -> Ctrl+E // 打开文件管理器

音量键可以在设置一下,chromebook的热键识别不出来

Gnome extensions

Coverflow Alt-Tab
非常好用的一个tab切换插件,解决同应用不同程序无法通过tab切换的问题

配置大全(一顶所有)

https://www.cnblogs.com/yancy9862/p/11373108.html
https://www.liangzl.com/get-article-detail-1702.html

语言&IDE

Java

Java && Eclipse

Java
yay -S --noconfirm jdk11-openjdk openjdk11-doc

这里我选择版本为OpenJDK11

eclipse
yay -S --noconfirm eclipse-jee
openjdk-doc位置以及打开

试了好久不会用命令行打开google-chrome
想打开openjdk11-doc的html,GUI找位置的话太麻烦了

cd /usr/share/doc/java11-openjdk/
nautilus -s index.html

然后用GUI打开就可以了

Python

Anaconda

anaconda 安装以及使用

pycharm
yay -S pycharm-community-edition --noconfirm

路径:/usr/local/bin/charm

SSH
yay -S --noconfirm openssh
sudo systemctl enable sshd # 开机自启动ssh
sudo systemctl start sshd # 开启ssh服务

参考网址:ArchLinux 开启ssh的一些记录

Docker

Manjaro 安装部署docker

WPS

yay -S wps-office-cn trr-wps-fonts --noconfirm
开机运行脚本

MANJARO 设置 RC.LOCAL 开机启动运行 ROOT 脚本

解决问题

Chromebook 恢复声音

Chromebook 声音恢复

Manjaro gnome蓝牙问题

Manjaro 蓝牙连接问题
Manjaro 显示蓝牙耳机已连接但是没有声音

Error
==> ERROR: Cannot find the fakeroot binary.
==> ERROR: Cannot find the strip binary required for object > file stripping.

因为没安装 fakeroot、binutils 等打包基本工具导致的问题.

yay -S --noconfirm base-devel

https://www.jianshu.com/p/c20d1d423cd4

teamviewer 未连接

teamviewer连接未就绪的解决(Manjaro Linux)

 类似资料: