Skip to content

Demo toolbar that comes with Glue42 Desktop as default application launcher

License

Notifications You must be signed in to change notification settings

Tick42/gd-toolbar-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glue42 Desktop Toolbar Demo

The Toolbar in Glue42 Desktop is an application hub and an entry point, which allows the user to start other apps, save or load workspaces, change themes, manage notifications and settings. The Glue42 Desktop Demo Toolbar is a web application that can be modified or entirely replaced by a custom implementation. You can see the current version here:

Glue42 Desktop Demo Toolbar

How to replace the built-in Glue42 Desktop Toolbar

  1. Stop Glue42 Desktop, if running.

  2. Open %LocalAppData%\Tick42\GlueDesktop\config and edit the configuration in the system.json file:

    • Set/add the useEmbeddedShell top level property to false:
{
    ...
    "useEmbeddedShell": false
}
  1. Host this application somewhere (e.g., a local HTTP server). The application is written in Angular 1, so no build process is required.

  2. Edit the toolbar.json configuration (in the same folder), setting ENTER_URL_HERE to the URL where you hosted the app (step 2) . Optionally, you can add an icon URL and replace ENTER_ICON_URL_HERE.

  3. Copy the Toolbar application definition that you have just edited to the %LocalAppData%\Tick42\UserData\T42-DEMO\apps folder.

  4. Start Glue42 Desktop.

About

Demo toolbar that comes with Glue42 Desktop as default application launcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published