Jump to content
  • 0

I need help solving an issue with Chromebook in Kiosk mode to publish applications.


Taurus Carter

Question

My previous Google admin configured some Chromebooks to log directly into a publish desktop.  Chromebook come up to Storefront for login and immediately after loggin goes straight into the published desktop.  The requirements for those Chromebooks have changed and now I need those device to go directly to a published app after login to the Storefront.  I am not sure where the config us to change the behavior.  If anyone has any Chrome Administration skills please feel free to send recommendations.

 

 

Thanks

Link to comment

2 answers to this question

Recommended Posts

  • 0

Hi @tcarter42,

 

I can definitely help you out here. Do you know if the devices are operating in kiosk mode? If they are, you should be able to login to your Google Admin Console (https://admin.google.com) with an G-suite admin account, and follow these steps:

 

  1. Login to https://admin.google.com
  2. Click Devices
  3. Click Chrome management on the left hand side.
  4. Click Apps & extensions
  5. Click on the text where it lists Citrix Workspace
  6. Click on Kiosk settings (or whatever mode these devices you're targeting run in).
  7. Click on the OU that contains these target devices on the left pane.
  8. Under Configure in the right pane, click View in the configuration.
  9. This will open up a tab that contains the current JSON configuration data; Copy + Paste this content in this thread (removing any sensitive information beforehand)

Once we know what you're existing policy is, we can give you some more detailed insight on what to change and how to get the new configuration back uploaded.

 

For more a detailed walk through with pictures, you can follow this guide here: https://chrome-experts.neverware.com/s/article/Deploying-Configuring-Citrix-Workspace-in-Kiosk-mode-via-Google-Admin-Console

 

Cheers.

 

-Nick Fuchs

 

 

Link to comment
  • 0

First, turn off auto desktop launch on storefront. Then, in script.js in the storefronts custom web folder add in this code and replace AppName with the name of your published app:

 

CTXS.Extensions.noteApp = function(app) {

 

    if (app.encodedName.indexOf('AppName') != -1) {

 

        CTXS.ExtensionAPI.launch(app);

 

    }

 

};

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...