aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* | | element-desktop: allow notifications in profile (#5805)Libravatar Pedro Ribeiro2023-04-26
|/ / | | | | | | | | I assume most people want this on, since it is a messenger application, and you can control whether you turn it on or off in the app.
* | build(deps): bump step-security/harden-runner from 2.3.0 to 2.3.1Libravatar dependabot[bot]2023-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/03bee3930647ebbf994244c21ddbc0d4933aab4f...6b3083af2869dc3314a0257a42f4af696cc79ba3) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | build(deps): bump github/codeql-action from 2.2.12 to 2.3.0Libravatar dependabot[bot]2023-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.12 to 2.3.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/7df0ce34898d659f95c0c4a09eaa8d4e32ee64db...b2c19fb9a2a485599ccf4ed5d65527d94bc57226) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Fix typo in pycharm-professional includeLibravatar Pedro Ribeiro2023-04-24
| |
* | ci: fix swapped name/email arguments in debian_ciLibravatar Kelvin M. Klann2023-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the author name is used as the author email in git and vice versa. Changes: * Split the commands to make them easier to read * Put the name command first to match the usual git usage * Fix swapped name/email arguments * Use the DEBFULLNAME / DEBEMAIL environment variables instead of GitLab-specific ones Added on commit 4cf51b591 ("extend gitlab-ci configuration to run Debian CI tests", 2019-06-21).
* | Merge pull request #5794 from kmk3/profiles-gtk-commentsLibravatar Kelvin M. Klann2023-04-24
|\ \ | | | | | | profiles: standardize on just "GTK" on comments
| * | profiles: standardize on just "GTK" on commentsLibravatar Kelvin M. Klann2023-04-19
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For consistency and to reduce confusion. The toolkit has been renamed from "GTK+" to just "GTK" in 2019[1]. Note: This also fixes some adjacent typos. Commands used to search and replace: $ git grep -lz 'G[Tt][Kk]' -- etc | xargs -0 -I '{}' sh -c \ "printf '%s\n' \"\$(sed -E \ -e 's/G[Tt][Kk]\+?/GTK/g' \ -e 's/GTK-.\.0/GTK/g' \ -e 's/GTK base/GTK-base/g' \ -e 's/GTK-base /GTK-based /g' \ -e 's/Light weight/Lightweight/g' \ -e 's/client with GTK/client made with GTK/g' '{}')\" >'{}'" Misc: I noticed this on #5722. [1] https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
* | RELNOTES: add docs: fix typos (#5693)Libravatar Kelvin M. Klann2023-04-19
| |
* | Merge pull request #5722 from pirate486743186/youtube-viewersLibravatar Kelvin M. Klann2023-04-19
|\ \ | | | | | | youtube-viewers: refactor and add gtk-youtube-viewers-common
| * | youtube-viewers: refactor and add gtk-youtube-viewers-commonLibravatar pirate4867431862023-04-16
| | |
* | | New profile: url-eater (#5780)Libravatar glitsj162023-04-18
| | | | | | | | | | | | | | | * Create url-eater.profile * RELNOTES: add url-eater to 'new profiles'
* | | build(deps): bump actions/checkout from 3.5.0 to 3.5.2Libravatar dependabot[bot]2023-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/8f4b7f84864484a7bf31766abe9204da3cbe65b3...8e5e7e5ab8b370d6c329ec480221332ada57f0ab) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | build(deps): bump github/codeql-action from 2.2.11 to 2.2.12Libravatar dependabot[bot]2023-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.11 to 2.2.12. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/d186a2a36cc67bfa1b860e6170d37fb9634742c7...7df0ce34898d659f95c0c4a09eaa8d4e32ee64db) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | RELNOTES: add ci itemLibravatar Kelvin M. Klann2023-04-16
| | | | | | | | | | | | Relates to #5784.
* | | Merge pull request #5784 from kmk3/ci-gitlab-split-stepsLibravatar Kelvin M. Klann2023-04-16
|\ \ \ | |/ / |/| | ci: split configure/build/install commands on gitlab
| * | ci: split configure/build/install commands on gitlabLibravatar Kelvin M. Klann2023-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split them into separate steps to make it clearer in the logs which command causes a job to fail when it does. Note that they are already spli in the GitHub workflows: * .github/workflows/build.yml * .github/workflows/build-extra.yml
* | | Merge pull request #5777 from hotcapy/patch-1Libravatar Kelvin M. Klann2023-04-11
|\ \ \ | |/ / |/| | softmaker-common.profile: add fstab to private-etc
| * | softmaker-common.profile: add fstab to private-etcLibravatar Hotty Capy2023-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using `private-etc`, the app "forgets" its product key and asks for license activation, even though it had already been done. Allow access to "/etc/fstab" to avoid it & the related GUI error: The application cannot create a unique identifier. Please make sure the application has sufficient permissions. Fixes #5773.
* | | RELNOTES: bump release date to fix gitlab ciLibravatar Kelvin M. Klann2023-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log from a recent run of build_ubuntu_package[1]: $ ./configure && make deb && dpkg -i firejail*.deb [...] dpkg-deb: building package 'firejail' in 'debian.deb'. A future release will drop --no-tag-display-limit; please use '--tag-display-limit 0' instead. running with root privileges is not recommended! E: firejail: latest-changelog-entry-without-new-date [usr/share/doc/firejail/changelog.Debian.gz:1] [...] make: *** [Makefile:341: deb] Error 2 $ command -V firejail && firejail --version /usr/bin/bash: line 139: command: firejail: not found [1] https://gitlab.com/Firejail/firejail_ci/-/pipelines/832916003
* | | ci: disable sort.py on gitlab jobs as wellLibravatar Kelvin M. Klann2023-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is currently causing the following jobs to fail on GitLab[1]: * build_ubuntu_package * build_fedora_package See commit df6ea884f ("merges, disable sort.py in profile checks temporarely, two more private-etc profiles", 2023-02-14). [1] https://gitlab.com/Firejail/firejail_ci/-/pipelines/832588068
* | | RELNOTES: add docs itemLibravatar Kelvin M. Klann2023-04-10
| | | | | | | | | | | | Relates to #5757.
* | | RELNOTES: move docs item into new legal categoryLibravatar Kelvin M. Klann2023-04-10
| | | | | | | | | | | | | | | | | | | | | Licensing-related changes are not quite the same as documentation changes. Relates to #5667.
* | | RELNOTES: add ci itemLibravatar Kelvin M. Klann2023-04-10
| | | | | | | | | | | | Relates to #5783.
* | | build(deps): bump github/codeql-action from 2.2.9 to 2.2.11Libravatar dependabot[bot]2023-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.9 to 2.2.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/04df1262e6247151b5ac09cd2c303ac36ad3f62b...d186a2a36cc67bfa1b860e6170d37fb9634742c7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | ci: fix codeql unable to download its own bundleLibravatar Kelvin M. Klann2023-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to step-security/harden-runner blocking access to objects.githubusercontent.com. Log from a recent run of CodeQL[1] [2]: ##[group]Setup CodeQL tools Did not find CodeQL tools version 2.12.6 in the toolcache. Downloading CodeQL tools from https://github.com/github/codeql-action/releases/download/codeql-bundle-20230403/codeql-bundle-linux64.tar.gz. This may take a while. connect ECONNREFUSED 54.185.253.63:443 Waiting 13 seconds before trying again connect ECONNREFUSED 54.185.253.63:443 Waiting 12 seconds before trying again ##[error]connect ECONNREFUSED 54.185.253.63:443 ##[error]Unable to download and extract CodeQL CLI Post job cleanup. [...] Mon, 10 Apr 2023 07:20:18 GMT:endpoint called ip address:port 140.82.112.4:443, domain: github.com. Mon, 10 Apr 2023 07:20:20 GMT:endpoint called ip address:port 140.82.112.6:443, domain: api.github.com. Mon, 10 Apr 2023 07:20:23 GMT:domain not allowed: objects.githubusercontent.com. Mon, 10 Apr 2023 07:20:23 GMT:ip address dropped: 54.185.253.63 Mon, 10 Apr 2023 07:20:23 GMT:endpoint called ip address:port 140.82.112.4:443, domain: github.com. Mon, 10 Apr 2023 07:20:23 GMT:endpoint called ip address:port 54.185.253.63:443, domain: objects.githubusercontent.com. Mon, 10 Apr 2023 07:20:35 GMT:domain not allowed: api.snapcraft.io. [1] https://github.com/netblue30/firejail/pull/5781 [2] https://github.com/netblue30/firejail/actions/runs/4655304231/jobs/8238131624
* | | build(deps): bump step-security/harden-runner from 2.2.1 to 2.3.0Libravatar dependabot[bot]2023-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/1f99358870fe1c846a3ccba386cc2b2246836776...03bee3930647ebbf994244c21ddbc0d4933aab4f) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | fix for old compilersLibravatar netblue302023-04-06
| | |
* | | Merge pull request #5755 from kmk3/profiles-allow-lxqtLibravatar netblue302023-04-06
|\ \ \ | | | | | | | | profiles: allow lxqt config dir
| * | | profiles: allow lxqt config dirLibravatar Kelvin M. Klann2023-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested by @glitsj16: https://github.com/netblue30/firejail/discussions/5754#discussioncomment-5428651 Fixes #5754 (font size/dpi issues). Reported-by: @hotcapy
* | | | Merge pull request #5757 from kmk3/docs-markdown-improvementsLibravatar netblue302023-04-06
|\ \ \ \ | | | | | | | | | | docs: markdown formatting and misc improvements
| * | | | docs: line-wrap markdown and use double-spacingLibravatar Kelvin M. Klann2023-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use two spaces to separate sentences to make the source easier to read in monospace fonts (such as when editing or reviewing it), especially for longer paragraphs. The HTML output should still look the same. Misc: This also removes source-level ambiguity regarding abbreviations (such as "Mr.") vs the end of sentences and enables moving between sentences in vi with `(` and `)`, for example.
| * | | | docs: line-wrap some long linesLibravatar Kelvin M. Klann2023-03-26
| | | | |
| * | | | docs: fix misc texts/formattingLibravatar Kelvin M. Klann2023-03-26
| | | | |
| * | | | docs: clarify and improve links and itemsLibravatar Kelvin M. Klann2023-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Add titles to referenced issues/discussions * Use relative links for paths * Separate repo paths from installed paths * Turn some links and items into lists to make them stand out
| * | | | README.md: improve badges/linksLibravatar Kelvin M. Klann2023-03-26
| | | | |
| * | | | README.md: sort badgesLibravatar Kelvin M. Klann2023-03-26
| | | | | | | | | | | | | | | | | | | | Put lint after builds.
| * | | | README.md: add full repology list inside details tagLibravatar Kelvin M. Klann2023-03-26
| | | | | | | | | | | | | | | | | | | | And clarify the distribution installation steps.
| * | | | README.md: update SourceForge link to GitHub ReleasesLibravatar Kelvin M. Klann2023-03-26
| | | | |
| * | | | README.md: add link to CVE-2021-26910Libravatar Kelvin M. Klann2023-03-26
| | | | | | | | | | | | | | | | | | | | See https://github.com/advisories/GHSA-2q4h-h5jp-942w
| * | | | README.md: add headings for videos and linksLibravatar Kelvin M. Klann2023-03-26
| | | | |
| * | | | README.md: format html to improve readabilityLibravatar Kelvin M. Klann2023-03-26
| | | | |
| * | | | README.md: turn scattered items into a listLibravatar Kelvin M. Klann2023-03-26
| | | | |
| * | | | README.md: turn bare URLs into linksLibravatar Kelvin M. Klann2023-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For increased portability. Fixes[1]: * MD034 Bare URL used [1] https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md
| * | | | docs: improve code blocksLibravatar Kelvin M. Klann2023-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Use the usual 3 instead of 5 backticks for code fences * To improve syntax highlighting, remove the leading dollar signs for command lines without output and set the language used
| * | | | docs: deduplicate info from SECURITY.mdLibravatar Kelvin M. Klann2023-03-26
| | | | |
| * | | | docs: remove old notes from PR templateLibravatar Kelvin M. Klann2023-03-24
| | | | | | | | | | | | | | | | | | | | profile.template and sort.py have been released for a while now.
| * | | | docs: remove indents on top-level lists and tablesLibravatar Kelvin M. Klann2023-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And the surrounding paragraphs. Attempt 2; see commit be5e5f5cd ("pull_request_template.md: restore indentation", 2023-02-25).
| * | | | docs: fix list item indentation on CONTRIBUTING.mdLibravatar Kelvin M. Klann2023-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This amends commit 375468008 ("docs: remove indents on top-level lists and tables", 2023-02-01) / PR #5674. Relates to #2784.
| * | | | docs: fix headings and yaml frontmatterLibravatar Kelvin M. Klann2023-03-24
| | | | |
| * | | | docs: fix line breaks around elements in markdownLibravatar Kelvin M. Klann2023-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure consistent line breaks around headings, lists and code blocks. To make them more readable and also more portable (which could help when previewing/converting files locally). From the CommonMark Spec (version 0.30, published on 2021-06-19)[1]: > 1.2 Why is a spec needed? [...] > 2. Is a blank line needed before a block quote or heading? Most > implementations do not require the blank line. However, this can > lead to unexpected results in hard-wrapped text, and also to > ambiguities in parsing (note that some implementations put the > heading inside the blockquote, while others do not). (John Gruber > has also spoken in favor of requiring the blank lines.)[2] > > 3. Is a blank line needed before an indented code block? > (`Markdown.pl` requires it, but this is not mentioned in the > documentation, and some implementations do not require it.) Fixes[3]: * MD022 Headers should be surrounded by blank lines * MD031 Fenced code blocks should be surrounded by blank lines * MD032 Lists should be surrounded by blank lines Environment: ruby-mdl 0.12.0-1 on Artix Linux. [1] https://spec.commonmark.org/0.30/#why-is-a-spec-needed- [2] http://article.gmane.org/gmane.text.markdown.general/2146 [3] https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md