Date

# GNONE插件

https://extensions.gnome.org/

# 必备

# 次要

  • 'Window Is Ready' Notification Remover by nunofarruca
  • Bumblebee Status by dsboger
  • gTile by scherepanov
  • Media Player Indicator by JasonLG1979
  • Lunar Calendar 农历 by Nei
  • Remove Rounded Corners by mbokil
  • Pomodoro by kamilprusko
  • Suspend Button by laser_b
  • Simple net speed by bijignome

# 任务栏不合并kde程序的bug

使用 https://github.com/bil-elmoussaoui/StartupWMClassFixer

import glob
path = '/usr/share/applications/'
l = glob.glob(path + 'org.kde.*.desktop')
for i in l:
    k = i.split('.')[-2]
    print(k, 'org.kde.{}'.format(k), k, sep=', ')

运行上述代码追加内容至database.csv,再运行./fix

# 使用zsh和konsole

由于gnome-terminal的BUG#706927的存在, 虽然可以修改gnome-terminal的shell使之执行zsh命令,但是这并无法让nautilus打开终端的时候自动跳转到当前目录。正确方法是将zsh用作登录shell(chsh -s /usr/bin/zsh)并让终端使用登录shell,然后重新登录。


Comments

comments powered by Disqus