AppSuite:Quick launcher: Difference between revisions
(init) |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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 your "Default app after sign in": | |||
<pre> | |||
#OX-logo mail app | |||
io.ox/core//logoAction=autoStart | |||
</pre> | |||
if your "Default app after sign in" is mail 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: |
Latest revision as of 15:22, 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 your "Default app after sign in":
#OX-logo mail app io.ox/core//logoAction=autoStart
if your "Default app after sign in" is mail 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.