Difference between revisions of "Chrome OS"
Jump to navigation
Jump to search
Atari2600tim (talk | contribs) m (don't ctrl-X and then close the terminal window thinking it has saved) |
Atari2600tim (talk | contribs) |
||
Line 2: | Line 2: | ||
# Enable Linux (beta) on your Chromebook. | # Enable Linux (beta) on your Chromebook. | ||
− | |||
##At the bottom right, click the time. | ##At the bottom right, click the time. | ||
##Click the gear icon for Settings. | ##Click the gear icon for Settings. | ||
Line 8: | Line 7: | ||
##Click the "Turn on" button. | ##Click the "Turn on" button. | ||
##Follow the steps. Setup can take 10 minutes or more. | ##Follow the steps. Setup can take 10 minutes or more. | ||
+ | #* Not all Chromebooks support Linux (beta). Recent models should support it. Devices older than 2019 need to be on the [https://www.chromium.org/chromium-os/chrome-os-systems-supporting-linux list of systems] that would support it. | ||
#Download the latest version of Mudlet and place it into the Linux container. | #Download the latest version of Mudlet and place it into the Linux container. | ||
− | |||
##Go to the [https://www.mudlet.org/download/ Mudlet download page] | ##Go to the [https://www.mudlet.org/download/ Mudlet download page] | ||
##Click the Linux tab and find the .tar file. | ##Click the Linux tab and find the .tar file. | ||
− | ##Right-click the link, "Save link as...", choose "Linux files" on the left and save | + | ##Right-click the link, "Save link as...", choose "Linux files" on the left to place it within the Linux area. It would be a good idea to make its own folder... right-click on "Linux Files" and click "New folder", name it "mudlet". Go into that "mudlet" folder by clicking on it, and save your .tar file in there. |
− | ##Open the Terminal app, use <code>ls</code> to verify that your file is where you expected | + | ##Open the Terminal app, use <code>cd mudlet</code> to change directory and then list files with <code>ls</code> to verify that your file is where you expected. |
− | ## | + | ##If that is the only file in the directory, <code>tar xf *.tar</code> will extract the file. Then <code>ls</code> should show your .tar file and the `Mudlet.AppImage` file. You are finished with the .tar file, <code>rm *.tar</code> will remove it. |
##Start the program by typing <code>./Mudlet.AppImage</code> | ##Start the program by typing <code>./Mudlet.AppImage</code> | ||
− | ##* | + | ##*If started from the Terminal in this way, keep the Terminal open until after you're finished. |
+ | ##*If you get an error message, [https://www.mudlet.org/chat we will be glad to help]. | ||
#Make a shortcut. | #Make a shortcut. | ||
− | ##Save the file https://www.mudlet.org/wp-content/uploads/2017/04/mudlet_main_512x512.png inside of the Linux area | + | ##Save the file https://www.mudlet.org/wp-content/uploads/2017/04/mudlet_main_512x512.png inside of the Linux area in your `mudlet` folder, and name the file <code>mudlet.png</code>. |
− | ##In Terminal, type <code>sudo apt install nano</code> to install an editor | + | ##In Terminal, type <code>sudo apt install nano</code> to install an editor. Use <code>sudo nano /usr/share/applications/mudlet.desktop</code> to start the editor. Paste this block of text by right-clicking within the screen. Change YOURNAME to your user name in the linux system. Your user name is in the title bar of terminal, followed by "@penguin": |
##:<pre> | ##:<pre> | ||
##::[Desktop Entry] | ##::[Desktop Entry] | ||
Line 25: | Line 25: | ||
##::Exec=/home/YOURNAME/mudlet/Mudlet.AppImage | ##::Exec=/home/YOURNAME/mudlet/Mudlet.AppImage | ||
##::Name=Mudlet | ##::Name=Mudlet | ||
− | ##::Icon=/home/YOURNAME/ | + | ##::Icon=/home/YOURNAME/mudlet/mudlet.png</pre> |
− | ##Use Ctrl-X to exit the nano editor. "Y" to save, it will ask for file name | + | ##Use Ctrl-X to exit the nano editor. "Y" to save, it will ask for file name, just press enter to confirm. |
##Click the launcher icon at the bottom left corner of the screen, the 'Linux apps' folder should show your new Mudlet icon inside there. Click it and it should run. | ##Click the launcher icon at the bottom left corner of the screen, the 'Linux apps' folder should show your new Mudlet icon inside there. Click it and it should run. | ||
##Once it is running, you can right click on the icon in the bar at the bottom of the screen and then pin it in the shelf. | ##Once it is running, you can right click on the icon in the bar at the bottom of the screen and then pin it in the shelf. |
Revision as of 12:37, 1 April 2021
Steps to run Mudlet on Chrome OS
- Enable Linux (beta) on your Chromebook.
- At the bottom right, click the time.
- Click the gear icon for Settings.
- Click "Linux (Beta)" on the left side of the Settings screen.
- Click the "Turn on" button.
- Follow the steps. Setup can take 10 minutes or more.
- Not all Chromebooks support Linux (beta). Recent models should support it. Devices older than 2019 need to be on the list of systems that would support it.
- Download the latest version of Mudlet and place it into the Linux container.
- Go to the Mudlet download page
- Click the Linux tab and find the .tar file.
- Right-click the link, "Save link as...", choose "Linux files" on the left to place it within the Linux area. It would be a good idea to make its own folder... right-click on "Linux Files" and click "New folder", name it "mudlet". Go into that "mudlet" folder by clicking on it, and save your .tar file in there.
- Open the Terminal app, use
cd mudlet
to change directory and then list files withls
to verify that your file is where you expected. - If that is the only file in the directory,
tar xf *.tar
will extract the file. Thenls
should show your .tar file and the `Mudlet.AppImage` file. You are finished with the .tar file,rm *.tar
will remove it. - Start the program by typing
./Mudlet.AppImage
- If started from the Terminal in this way, keep the Terminal open until after you're finished.
- If you get an error message, we will be glad to help.
- Make a shortcut.
- Save the file https://www.mudlet.org/wp-content/uploads/2017/04/mudlet_main_512x512.png inside of the Linux area in your `mudlet` folder, and name the file
mudlet.png
. - In Terminal, type
sudo apt install nano
to install an editor. Usesudo nano /usr/share/applications/mudlet.desktop
to start the editor. Paste this block of text by right-clicking within the screen. Change YOURNAME to your user name in the linux system. Your user name is in the title bar of terminal, followed by "@penguin":- [Desktop Entry]
- Type=Application
- Exec=/home/YOURNAME/mudlet/Mudlet.AppImage
- Name=Mudlet
- Icon=/home/YOURNAME/mudlet/mudlet.png
- Use Ctrl-X to exit the nano editor. "Y" to save, it will ask for file name, just press enter to confirm.
- Click the launcher icon at the bottom left corner of the screen, the 'Linux apps' folder should show your new Mudlet icon inside there. Click it and it should run.
- Once it is running, you can right click on the icon in the bar at the bottom of the screen and then pin it in the shelf.
- Save the file https://www.mudlet.org/wp-content/uploads/2017/04/mudlet_main_512x512.png inside of the Linux area in your `mudlet` folder, and name the file