8/02/2016

Best Linux Apps

Video editing software: Kdenlive
Screen recorder software: Simple Screen Recorder (sudo apt install simplescreenrecorder)
Office software: WPS office
Reminder notes: Globonote
Remote ssh (Host IP may change): 向日葵
Onedrive client: https://github.com/bpozdena/OneDriveGUI https://github.com/abraunegg/onedrive (Install as a service and use the GUI if possible)
Cloud notes: sudo snap install p3x-onenote to use Microsoft OneNote and OneDrive
PDF Viewer: qpdfview (sudo apt install qpdfview)
Image Viewer: XnView MP
Microsoft Teams: Install Teams as an app via Chrome app
Chinese Input: sogou pinyin, but need to do fcitx 搜狗输入法100%CPU占用解决方法
在fcitx配置里把搜狗云拼音这个选项去掉就可以很完美的解决这问题了
对于
对于hdpi 高分辨率两个显示器,可以修改~/.config/sogou-qimpanel/skin 下面的一个皮肤font_size,对于高分辨率可以通过修改皮肤来切换字体大小
IMPORTANT: 需要取消掉Ctrl+Alt+P and Ctrl+Alt+B hotkey shortcuts的占据:打开Fcitx配置,Global Config, Show Advanced Options, disable Ctrl+Alt+P and Ctrl+Alt+B

SSHFS: to mount a remote system to your machine
Hex Binary Data Viewer: bless
Text Editor: Emacs
Disk management: gparted
Get network IP of other devices: wireshark
Markdown language viewer: https://github.com/retext-project/retext
Wechat:
  - First choice: Install Spark Store, install 微信(懵仙兔兔)https://docs.qq.com/doc/DQmZGVXVNaGlDeXlx 
    WINEPREFIX="/home/liangzou/.deepinwine/Mejituu-WeChat/" WINEARCH=win64 /opt/mejituu-wine8/bin/wine control
  - Linux version https://github.com/lovechoudoufu/wechat_for_linux?tab=readme-ov-file (less features, more stable, wait until it's more mature as of 07/23/2024)



========================DEPRECATED==============================
安装完需要修复黑色边框的问题:https://github.com/MiderWong/deepin_wechat_shadow_killer

有时候系统更新完之后会出现打不开微信的情况,重新启动一下电脑就好了

* /opt/deepinwine/tools/run_v4.sh needs to be modified to use: WINE_CMD="LC_ALL=zh_CN.UTF-8 $APPRUN_CMD"
* Setup shortcut ctrl + alt + w:

请在路径:设置中心->键盘->快捷键中添加,如下:

昵称:提取微信消息

命令:/opt/deepinwine/tools/sendkeys.sh w WeChat

快捷键:Ctrl+Alt+w

按照以上就能设置成功。


* 常用命令:安装最新Wechat,WINEPREFIX=~/.deepinwine/Deepin-WeChat-latest/ deepin-wine WeChatSetup.exe

修改分辨率:WINEPREFIX=~/.deepinwine/Deepin-WeChat/ deepin-wine winecfg

* If not using deepin-wine and wine instead, the method to change default Linux browser to open links:
Modify ~/.wine32/drive_c/Program Files/Internet Explorer/iexplore.exe to a script:
#!/bin/bash
exec /usr/bin/firefox "$@"

* If not using deepin-wine and wine instead, fix the shadow issue:

Reference: (https://zhuanlan.zhihu.com/p/106926984). Solution is already in OneDrive ubuntu_home/bin-scripts.tar fix-wechat.py

在 Ubuntu 下安装 Deepin-wine 环境后,QQ 界面的字体看着不太舒服,于是就找了些文章看看能不能改成微软雅黑,经过一番折腾后修改成功,主要步骤如下:

    在 /usr/share/fonts/ 目录下建立个文件夹用于存放 windows 的字体,例如:windows
    下载微软雅黑字体文件 msyh.ttc (https://github.com/owent-utils/font/blob/master/%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91/MSYH.TTC),并复制到这个目录
    运行 fc-cache 更新字体信息缓存
    打开注册表:WINEPREFIX=~/.deepinwine/Deepin-Wechat deepin-wine regedit
    找到键 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink
    修改里面的三个字段的数据,在前面加上 MSYH.TTC,Microsoft YaHei

Image Viewer: wine + faststone image view (windows version)
* To install: WINEARCH=win32 WINEPREFIX=~/.deepinwine/Deepin-FSViewer deepin-wine6-stable FSViewerSetup78.exe
* Use the open with to open: command is: env WINEPREFIX=/home/liangzou/.deepinwine/Deepin-FSViewer deepin-wine6-stable /home/liangzou/.deepinwine/Deepin-FSViewer/drive_c/Program\ Files/FastStone\ Image\ Viewer/FSViewer.exe
* 常用命令:WINEPREFIX="/home/liangzou/.deepinwine/Deepin-FSViewer" deepin-wine6-stable uninstaller
* 常用命令:https://bbs.deepin.org/en/post/238765


No comments: