Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:15.0
exaile
exaile-no-splash-default.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File exaile-no-splash-default.patch of Package exaile
--- a/xl/main.py +++ b/xl/main.py @@ -393,7 +393,7 @@ class Exaile(object): splash = None if self.options.StartGui: - if settings.get_option('gui/use_splash', True): + if settings.get_option('gui/use_splash', False): from xlgui.widgets.info import Splash splash = Splash() --- a/xlgui/preferences/appearance.py +++ b/xlgui/preferences/appearance.py @@ -47,7 +47,7 @@ class ShowInfoAreaCoversPreference(widge class SplashPreference(widgets.CheckPreference): - default = True + default = False name = 'gui/use_splash'
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