Saturday, May 4, 2024
31
rated 0 times [  31] [ 0]  / answers: 1 / hits: 99078  / 2 Years ago, sun, november 13, 2022, 5:39:21

I want to do a small computer just for internet browsing. I dont want to load a desktop environment to keep RAM, CPU and GPU ussage as low as possible. The computer is going to run on a ARM CPU. I dont care with Distro I use, I thought about good old plain Debian.


More From » desktop-environments

 Answers
2

  1. In /usr/share/xsessions/ create a file in the ".desktop" format to create your custom, minimal session. For running Google Chrome as the only application after logging in, do this:



    [Desktop Entry]
    Type=Application
    Exec=google-chrome
    Name=Google Chrome
    Comment=Testing

  2. Restart your display manager, e.g.



    sudo restart lightdm  # or kdm, gdm, etc.


    Or simply log out.


  3. "Google Chrome" should appear in the session list to select (next to regular Unity or other DEs you have installed).



    Log in and enjoy.




optional




  • XDM is a very minimal display manager - LightDM, GDM and KDM are quite "big". Install that using the package xdm Install xdm and reconfigure the default for when your system boots up using



    sudo dpkg-reconfigure lightdm

  • Configure your display manager to automatically log in a specific user. See the documentation for your display manager.



[#30651] Monday, November 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tiowift

Total Points: 119
Total Questions: 113
Total Answers: 110

Location: South Sudan
Member since Sun, Jul 11, 2021
3 Years ago
tiowift questions
Wed, Aug 3, 22, 04:45, 2 Years ago
Mon, Nov 7, 22, 10:58, 2 Years ago
Wed, May 10, 23, 17:52, 1 Year ago
;