shell: Remember the last used panel
And restore it if the application is launched without any panels requested. https://bugzilla.gnome.org/show_bug.cgi?id=786607
This commit is contained in:
parent
f092ca00eb
commit
10738d68c6
4 changed files with 31 additions and 2 deletions
|
@ -16,6 +16,7 @@ control_center_sysconfdir = join_paths(control_center_prefix, get_option('syscon
|
|||
control_center_pkgdatadir = join_paths(control_center_datadir, meson.project_name())
|
||||
control_center_desktopdir = join_paths(control_center_datadir, 'applications')
|
||||
control_center_icondir = join_paths(control_center_datadir, 'icons')
|
||||
control_center_schemadir = join_paths (control_center_datadir, 'glib-2.0', 'schemas')
|
||||
|
||||
control_center_gettext = meson.project_name() + '-2.0'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue