Installing apps on sites

hello
my new site desk is empty, its supposed to come pre-installed with some app
i installed my newly created app on the website, and added the new site to my hosts file
but there are no apps on the desk

linux@nigma-Inspiron-N4030:~/phestatee$ bench new-site estate1
MySQL root password:
Installing frappe…
Updating DocTypes for frappe : [========================================]
Updating country info : [========================================]
Set Administrator password:
Re-enter Administrator password:
*** Scheduler is disabled ***
linux@nigma-Inspiron-N4030:~/phestatee$ bench use estate1
linux@nigma-Inspiron-N4030:~/phestatee$ bench --site estate1 install-app estate
Installing estate…
linux@nigma-Inspiron-N4030:~/phestatee$ bench --site estate1 set-config developer_mode 1
linux@nigma-Inspiron-N4030:~/phestatee$ sudo nano /etc/hosts


empty desk

Did you try enabling the apps via the Set Desktop Icons option in the menu?

@keshav the only icons displaying on the desk is the frappe icon i showed in the screen shot
there is no menu

Please click on your user name on the left of ‘Help’ on the top right to view the menu.

i am referring to the screenshot , for my frappe app, , there is no menu or help, just the frappe icon

@clarkej please an you offer any assitance, sorry to tag you

Hello @oderao,

You can Installed command on terminal : "./env/bin/pip install -q -e ./apps/[App Name] and
Mention name App.txt file before installed above command under the site directory.

Thanks.