Difference between revisions of "AppSuite:Quick launcher"

 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
 
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:
+
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>
 
<pre>
 
#OX-logo mail app
 
#OX-logo mail app
Line 22: Line 22:
 
</pre>
 
</pre>
  
and you can change  
+
if your "Default app after sign in" is mail you can change
 
<pre>
 
<pre>
 
io.ox/core//apps/quickLaunch=io.ox/mail/main,io.ox/calendar/main,io.ox/files/main
 
io.ox/core//apps/quickLaunch=io.ox/mail/main,io.ox/calendar/main,io.ox/files/main

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.