【收藏】自己修改编译ubuntu终端

发表于2017-05-22    类别: 技术(65)    标签: 收藏(19) Ubuntu(11)

从一个论坛看到修改编译ubuntu终端的方法,收藏一下。

1 Download the gnome-terminal source package

$ apt-get source gnome-terminal

2 Install the build dependencies required for gnome-terminal

$ sudo apt-get build-dep gnome-terminal

3 Rollback the change below

https://github.com/GNOME/gnome-terminal/commit/468a18f5e21b42ee0efedf3d86203fbc4e02807eo

4 Repackage the source code

$ tar zcf gnome-terminal_3.14.2.orig.tar.gz gnome-terminal-3.14.2

5 Build new gnome-terminal package

$ debuild -b

6 Install the new gnome-terminal package

$ sudo dpkg -i gnome-terminal_xxx.deb

源文档 https://askubuntu.com/questions/620061/gnome-terminal-multi-tab-title-position

相关文章

   2023-12-31 【记录】浮点数存储方式
   2021-01-05 【转载】使用iotop监控磁盘I/O
   2017-06-26 【记录】调整ext4分区大小
   2017-06-10 【转载】如何启用Ubuntu的休眠模式
   2017-06-09 【记录】Ubuntu 16.04安装Android Studio
   2017-06-04 【记录】Ubuntu 16.04 Config and Installing
   2017-06-04 【记录】Ubuntu 16.04安装中文输入法
   2017-05-29 【收藏】一些命令收集(持续更新)
   2017-05-22 【记录】Setup Samba server on ubuntu 16.04
   2017-05-19 【收藏】Ubuntu16.04下设置终端的标题