Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asottile/gnome-terminal-broken
rip
https://github.com/asottile/gnome-terminal-broken
Last synced: 19 days ago
JSON representation
rip
- Host: GitHub
- URL: https://github.com/asottile/gnome-terminal-broken
- Owner: asottile
- Created: 2018-06-22T04:42:46.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T18:04:40.000Z (6 months ago)
- Last Synced: 2024-10-04T13:53:20.346Z (about 1 month ago)
- Size: 5.68 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gnome-terminal-broken
=====================tab tearing can cause a crash in gnome-terminal so it was disabled upstream
I'd rather have periodic crashes and the feature `¯\_(ツ)_/¯`
this is available as a [PPA]
```bash
add-apt-repository ppa:asottile/gnome-terminal-tab-tearing
```[PPA]: https://launchpad.net/~asottile/+archive/ubuntu/gnome-terminal-tab-tearing
### instructions for me
```bash
# substitute $DIST and $DSC below
gbp import-dsc \
--allow-unauthenticated \
--create-missing-branches \
--debian-branch=ubuntu/"$DIST" \
--pristine-tar \
--upstream-branch=upstream \
"$DSC"# left as an exercise: `gpb pq import` and cherry-pick patch, etc.
# left as an exercise: in docker run the following:
gbp buildpackage \
--git-builder="debuild -S -sa" \
--git-debian-branch=ubuntu/"$DIST" \
--git-pristine-tar
```