Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
codelite
codelite-disable-new-version-check.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File codelite-disable-new-version-check.patch of Package codelite
Description: disable by default automatic update check function - not needed on Linux Author: Alexey Svistunov <svalx@svalx.net> Index: Runtime/config/codelite.xml.default.gtk =================================================================== --- Runtime/config/codelite.xml.default.gtk.orig +++ Runtime/config/codelite.xml.default.gtk @@ -19,4 +19,7 @@ <ArchiveObject Name="GenerateFullPathMakefile"> <long Value="1" Name="m_value"/> </ArchiveObject> + <ArchiveObject Name="CheckNewVersion"> + <long Value="0" Name="m_value"/> + </ArchiveObject> </CodeLite> Index: Runtime/config/codelite.xml.default =================================================================== --- Runtime/config/codelite.xml.default.orig +++ Runtime/config/codelite.xml.default @@ -19,4 +19,7 @@ <ArchiveObject Name="GenerateFullPathMakefile"> <long Value="1" Name="m_value"/> </ArchiveObject> + <ArchiveObject Name="CheckNewVersion"> + <long Value="0" Name="m_value"/> + </ArchiveObject> </CodeLite>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor