Thursday, May 16, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 918  / 2 Years ago, fri, september 30, 2022, 6:21:53

I've found this site : http://www.unixmen.com/install-2048-game-ubuntu/

I downloaded the open-source puzzler @ http://sourceforge.net/projects/linuxfreedomfor/files/ubuntu/2048_1_all.deb & installed it via terminal : sudo dpkg -i 2048_1_all.deb

When I launch the 2048 game from the Unity Dash it will not open.


More From » 14.04

 Answers
1

The fact that it won't open after installing the program sounds like a bug with the program, you would have to report that to the developer.



The dpkg -L 2048 command will show what files are installed for the program. It shows that /usr/share/2048/index.html is installed, and this is the main file for the program. You can open this with the default browser using xdg-open:



xdg-open /usr/share/2048/index.html


You could create your own launcher for the game from one of the following guides:



How can I edit/create new launcher items in Unity by hand?



How can I create launchers on my desktop?



Short code snippets use backticks `, probably upper left corner of your keyboard. For more about formatting, see this page.


[#25413] Sunday, October 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
beateyra

Total Points: 499
Total Questions: 113
Total Answers: 125

Location: Falkland Islands
Member since Mon, Jul 13, 2020
4 Years ago
beateyra questions
Mon, Jul 11, 22, 17:35, 2 Years ago
Wed, Sep 22, 21, 13:51, 3 Years ago
Tue, Jan 3, 23, 12:05, 1 Year ago
Mon, Sep 26, 22, 09:51, 2 Years ago
;