Author Topic: Report of installation AM 2.6.1 in Lubuntu 20.04 LTS  (Read 1848 times)

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Report of installation AM 2.6.1 in Lubuntu 20.04 LTS
« on: April 23, 2020, 08:41:06 PM »
Just try to install AM in Lubuntu 20.04 LTS through by VM. It works fine. The step is below. One thing would like to highlight. I got complie error "g++: fatal error: Killed signal terminated program cc1plus" while I set the memory is 1G. The issue was gone when set to 2GB.  :)

Code: [Select]
sudo apt-get -y install make g++ git libsfml-dev libopenal-dev libavformat-dev libfontconfig1-dev ibfreetype6-dev libswscale-dev libavresample-dev libarchive-dev libjpeg-dev libglu1-mesa-dev

git clone http://github.com/mickelson/attract attract

cd attract

make -j $(cat /proc/cpuinfo | grep -c processor)

sudo make install

After installed, you may create application shortcut icon on desktop. Open text editior to create new file as below content and then save as .desktop extension

Code: [Select]
[Desktop Entry]
Name=Attract Mode
Type=Application
Terminal=false
Exec=attract
« Last Edit: April 23, 2020, 08:52:57 PM by kent79 »

manzarek

  • Sr. Member
  • ****
  • Posts: 151
    • View Profile
    • YouTube
Re: Report of installation AM 2.6.1 in Lubuntu 20.04 LTS
« Reply #1 on: April 24, 2020, 01:25:52 PM »
sorry do you know how to start AM like in windows? http://forum.attractmode.org/index.php?topic=967.msg7291#msg7291
« Last Edit: April 24, 2020, 01:27:26 PM by manzarek »
Mame Fighting

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: Report of installation AM 2.6.1 in Lubuntu 20.04 LTS
« Reply #2 on: April 24, 2020, 08:15:19 PM »
sorry do you know how to start AM like in windows? http://forum.attractmode.org/index.php?topic=967.msg7291#msg7291

It's very easy in 20.04. Two steps.

1. When you install 20.04, click "don't ask for password for login" option on user info. page or follow as below page to change setting
https://askubuntu.com/questions/182274/how-to-disable-autologin-in-lubuntu

2. GoTo Menu > Preferences > LXQt settings > Session Settings -> Autostart

Create new items, Command type "attract"
« Last Edit: April 24, 2020, 08:17:36 PM by kent79 »

manzarek

  • Sr. Member
  • ****
  • Posts: 151
    • View Profile
    • YouTube
Re: Report of installation AM 2.6.1 in Lubuntu 20.04 LTS
« Reply #3 on: April 25, 2020, 12:56:06 PM »
thank you friend.  ;)
Mame Fighting