Ubuntu theme

Hi @savunmasad, that is LXDE lightweight window manager (which will be the default on the Nano 2GB). To install it on the other Jetson’s, you can perform the following commands:

sudo apt-get update
sudo apt-get install lxde compton

Create the configuration file /etc/xdg/autostart/lxde-compton.desktop, containing these commands:

[Desktop Entry]
Type=Application
Name=Compton (X Compositor)
GenericName=X compositor
Comment=A X compositor
TryExec=compton
Exec=compton --backend glx -b
OnlyShowIn=LXDE

Then reboot your system. For more info, refer to the L4T docs here:

https://docs.nvidia.com/jetson/l4t/Tegra%20Linux%20Driver%20Package%20Development%20Guide/adaptation_and_bringup_nano.html#wwpID0E0YB0HA

2 Likes