Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
exaile
exaile-no-splash-default.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File exaile-no-splash-default.patch of Package exaile
diff -aur a/xl/main.py b/xl/main.py --- a/xl/main.py +++ b/xl/main.py @@ -217,7 +217,7 @@ if self.options.StartGui: from xl import settings - if settings.get_option('gui/use_splash', True): + if settings.get_option('gui/use_splash', False): from xlgui.widgets.info import Splash splash = Splash() diff -aur a/xlgui/preferences/appearance.py b/xlgui/preferences/appearance.py --- a/xlgui/preferences/appearance.py +++ b/xlgui/preferences/appearance.py @@ -44,7 +44,7 @@ name = 'gui/show_info_area_covers' class SplashPreference(widgets.CheckPreference): - default = True + default = False name = 'gui/use_splash' class ShowTabBarPreference(widgets.CheckPreference):
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