Note: Tested and designed for StoreFront 3.5.0.23
When installing StoreFront and configure a Receiver for Web (RfW) website you can choose for a default page to show. The options are: Auto, Applications and Desktops.
If you select ‘Applciations’ the default view will always be the Applications page. Now add the following code in the scripts.js file. The file is located (Assuming default installation): C:\inetpub\wwwroot\Citrix\StoreWeb\custom\
CTXS.Extensions.afterDisplayHomeScreen = function (callback) {
CTXS.ExtensionAPI.navigateToFolder('/');
};
It will look like this in the file (Assuming no other customization had been done):
Now when users login they go default to the categories page.