Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gajim gajim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 176
    • Issues 176
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • gajim
  • gajimgajim
  • Wiki
  • Overrides

Last edited by Philipp Hörist May 10, 2022
Page history

Overrides

Setting Overrides

Gajim allows administrators to define setting overrides

only APP settings are supported currently

You can find all possible settings here

Linux

place a file called app-overrides.json in /etc/gajim/

Example

{
	"plugins_update_check": false,
	"plugins_auto_update": false,
	"plugins_repository_enabled": false
}
Clone repository

Home

Keyboard Shortcuts

Setting Overrides


Development

Contributing