flathub / flathub/io.dbeaver.DBeaverCommunity
Suppress auto-update message
- Dominant language
- Shell
- Stars
- 25
- Forks
- 15
- Avg merge
- 14d 5h
- Merged PRs (30d)
- 1
Description
can be done by setting a flag in a very specific configuration file.
## Filte
`\DBeaverData\workspace6.metadata.plugins\org.eclipse.core.runtime.settings\org.jkiss.dbeaver.core.prefs`
## Setting
`ui.auto.update.check=false`
## How to
``` bash
echo "variable.name=value" >> ~/.local/share/DBeaverData/workspace6/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.jkiss.dbeaver.core.prefs
```
```bash
sed -i 's/^variable.name=.*/variable.name=newvalue/' ~/.local/share/DBeaverData/workspace6/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.jkiss.dbeaver.core.prefs
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing how the Flatpak handles DBeaver's workspace preferences, especially the org.jkiss.dbeaver.core.prefs file under workspace6/.metadata/.plugins/org.eclipse.core.runtime/.settings. Verify whether ui.auto.update.check=false can be applied reliably, then confirm that the auto-update message is suppressed without breaking the workspace configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100