diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97184e00bd..a721ef589f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -193,6 +193,8 @@ jobs: arch="${{ matrix.arch }}" echo "PLATFORM=${arch%% *}" >> "$GITHUB_OUTPUT" echo "ARCH=${arch##* }" >> "$GITHUB_OUTPUT" + - name: "update APT database" + run: sudo apt -q update - name: Installing xmllint for ci-set-vars run: sudo apt -qy install libxml2-utils - name: set environment variables @@ -245,6 +247,8 @@ jobs: arch="${{ matrix.arch }}" echo "PLATFORM=${arch%% *}" >> "$GITHUB_OUTPUT" echo "ARCH=${arch##* }" >> "$GITHUB_OUTPUT" + - name: "update APT database" + run: sudo apt -q update - name: Installing xmllint for ci-set-vars run: sudo apt -qy install libxml2-utils - name: set environment variables @@ -1169,6 +1173,8 @@ jobs: needs: [package_for_Ubuntu] steps: - uses: actions/checkout@v3 + - name: "update APT database" + run: sudo apt -q update - name: Installing xmllint for ci-set-vars run: sudo apt -qy install libxml2-utils - name: set environment variables @@ -1190,6 +1196,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: "update APT database" + run: sudo apt -q update - name: Installing xmllint for ci-set-vars.sh and check-release.sh run: sudo apt -qy install libxml2-utils - name: set variables @@ -1220,6 +1228,8 @@ jobs: discussions: write steps: - uses: actions/checkout@v3 + - name: "update APT database" + run: sudo apt -q update - name: Installing xmllint for ci-set-vars run: sudo apt -qy install libxml2-utils - name: set variables diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 8966a16f0a..5e680a3c63 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -38,7 +38,9 @@ option specifies the default PTY read buffer size in bytes. It is an advanced op option sets the size in bytes per PTY Buffer Object. It is an advanced option for internal storage and should be changed carefully. The default value is `1048576`.
### `default_profile` option determines the default profile to use in the terminal.
-`spawn_new_process` +### 'early_exit_threshold' +option determines the early threshold time. If contour atempts to close earlier than specified threshold, additional message will be printed that contour terminated too early and additional key press is required to close contour.
+### `spawn_new_process` flag determines whether a new process should be spawned when creating a new terminal. The default value is `false`.
### `reflow_on_resize` option controls whether or not the lines in the terminal should be reflowed when a resize event occurs. The default value is `true`.
diff --git a/metainfo.xml b/metainfo.xml index 6f4ffff5fd..d357806d95 100644 --- a/metainfo.xml +++ b/metainfo.xml @@ -107,6 +107,7 @@