LINUX, FOSS AND LIBRARY TECHNOLOGY ENTHUSIAST

Wednesday, January 29, 2025

Install and Configure Xibo Player on Xubuntu 24.04 LTS Minimal

0 comments
Step 1: Install Xubuntu 24.04 LTS Minimal

Install Xubuntu 24.04 LTS Minimal with the following credentials:

  • Full Name: Xibo Player
  • Username: xibo
  • Password: 123

Step 2: Install Xibo Player

Open the terminal and run the following command to install Xibo Player:

sudo snap install xibo-player

Step 3: Connect Xibo Player with Xibo Server

Launch the Xibo Player.

Enter the required connection details:


Step 4: Add Xibo Player to Startup Applications

Open the Startup Applications tool. (Search for it in the Ubuntu application menu.)

  • Click Add to create a new startup entry.
  • Fill in the details:
  • Name: Xibo Player
  • Command: xibo-player
  • Comment: (Optional description)
  • Click Save to add the entry.
  • Close the Startup Applications tool.

Step 5: Set Auto Login

Open the LightDM configuration file for editing:

sudo nano /etc/lightdm/lightdm.conf

Add the following lines to enable auto-login:

[Seat:*]
autologin-user=xibo
autologin-user-timeout=0

Save the file and exit.

Restart LightDM to apply changes:

sudo systemctl restart lightdm

Step 6: Reboot the System

Run the following command to restart the system and apply all changes:

sudo reboot

No comments:

Post a Comment