Re: [Evolution] Show-Hide Evolution Menu Bar
- From: Ralf Mardorf <silver bullet zoho com>
- To: evolution-list gnome org
- Subject: Re: [Evolution] Show-Hide Evolution Menu Bar
- Date: Wed, 25 Oct 2017 16:00:27 +0200
Run
gsettings set org.gnome.evolution.shell menubar-visible true
and the menu bar is back.
You can find it by searching it with the gesettings command.
1. Get all schemas
$ gsettings list-schemas | grep evolution
org.gnome.evolution.shell
org.gnome.evolution.plugin.face-picture
org.gnome.evolution-data-server.calendar
org.gnome.evolution.plugin.itip
org.gnome.evolution.plugin.autocontacts
org.gnome.evolution.plugin.attachment-reminder
org.gnome.evolution.shell.network-config
org.gnome.evolution
org.gnome.evolution.plugin.prefer-plain
org.gnome.evolution-data-server
org.gnome.evolution.plugin.publish-calendar
org.gnome.evolution.spamassassin
org.gnome.evolution.addressbook
org.gnome.evolution.bogofilter
org.gnome.evolution.importer
org.gnome.evolution.text-highlight
org.gnome.evolution.calendar
org.gnome.evolution.plugin.external-editor
org.gnome.evolution.mail
org.gnome.evolution.plugin.templates
org.gnome.evolution-data-server.addressbook
org.gnome.evolution.plugin.mail-notification
org.gnome.evolution.eds-shell
org.gnome.evolution.plugin.email-custom-header
2. List the keys of a schema and their values
$ gsettings list-recursively org.gnome.evolution.shell | grep bar
org.gnome.evolution.shell menubar-visible false
org.gnome.evolution.shell folder-bar-width 256
org.gnome.evolution.shell sidebar-visible-sub true
org.gnome.evolution.shell toolbar-visible-sub true
org.gnome.evolution.shell sidebar-visible true
org.gnome.evolution.shell statusbar-visible-sub true
org.gnome.evolution.shell folder-bar-width-sub 200
org.gnome.evolution.shell toolbar-visible true
org.gnome.evolution.shell buttons-style 'toolbar'
org.gnome.evolution.shell menubar-visible-sub true
org.gnome.evolution.shell statusbar-visible true
3. As already pointed out, change the desired setting
$ gsettings set org.gnome.evolution.shell menubar-visible true
Regards,
Ralf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]