AppSuite:Quick launcher: Difference between revisions
(init) |
No edit summary |
||
Line 15: | Line 15: | ||
This will enable three new quick launchers, mail, calendar and drive. 3 is the maximum. | This will enable three new quick launchers, mail, calendar and drive. 3 is the maximum. | ||
In case you really want to have a 4th, you can set the OX logo as a quickLauncher for mail by adding: | |||
<pre> | |||
#OX-logo mail app | |||
io.ox/core//logoAction=autoStart | |||
</pre> | |||
and you can change | |||
<pre> | |||
io.ox/core//apps/quickLaunch=io.ox/mail/main,io.ox/calendar/main,io.ox/files/main | |||
</pre> | |||
to | |||
<pre> | |||
io.ox/core//apps/quickLaunch=io.ox/contacts/main,io.ox/calendar/main,io.ox/files/main | |||
</pre> | |||
To make it possible for the user to change the applications you have to un-protect the setting: | To make it possible for the user to change the applications you have to un-protect the setting: |
Revision as of 14:52, 10 August 2018
With OX App Suite 7.10 a new concept of starting applications was introduced and replaced the tabs from previous versions.
By default you can switch the applications in the upper right part of the screen on the icon which looks like a numeric keypad.
It is however possible to enable a quick launcher to have the most used applications on the left side.
First you have to set the default configuration:
vim /opt/open-xchange/etc/settings/appsuite.properties
and add:
io.ox/core//apps/quickLaunchCount=3 io.ox/core//apps/quickLaunch=io.ox/mail/main,io.ox/calendar/main,io.ox/files/main
This will enable three new quick launchers, mail, calendar and drive. 3 is the maximum.
In case you really want to have a 4th, you can set the OX logo as a quickLauncher for mail by adding:
#OX-logo mail app io.ox/core//logoAction=autoStart
and you can change
io.ox/core//apps/quickLaunch=io.ox/mail/main,io.ox/calendar/main,io.ox/files/main
to
io.ox/core//apps/quickLaunch=io.ox/contacts/main,io.ox/calendar/main,io.ox/files/main
To make it possible for the user to change the applications you have to un-protect the setting:
vim /opt/open-xchange/etc/meta/appsuite.yaml
io.ox/core//apps/quickLaunch: protected: false
Note: as in all yaml files: the leading spaces (4) on the second line are important.
After a restart or reloadconfiguration
of OX App Suite and a re-login you should see three new icons on the left. If you also un-protected the setting you can change the applications in Settings/Basic settings.