Quantcast
Channel: stardot.org.uk
Viewing all articles
Browse latest Browse all 2345

8-bit acorn emulators • Re: b-em icon on Linux

$
0
0
I have checked the Allegro documentation and it seems there is way to do this from within B-Em itself. For the moment, though, as you are on Linux you may have success by running b-em from a .desktop file. Here's what I did:

Code:

sudo mkdir /usr/local/share/iconssudo install -m 0444 icon/b-em.* /usr/local/share/iconssudo vi /usr/local/share/applications/b-em.desktop
Then I inserted the following into the newly created b-em.desktop file:

Code:

[Desktop Entry]Type=ApplicationName=B-EmComment=BBC Micro EmulatorPath=/usr/local/binExec=b-emIcon=b-emTerminal=false
I am using Gnome, so after that, typing b-em in the Gnome search box showed an owl icon and clicking on that started b-em. B-Em then had the owl icon.

Statistics: Posted by Coeus — Mon Aug 19, 2024 7:34 pm



Viewing all articles
Browse latest Browse all 2345

Trending Articles