Re: Fix for vitetris desktop file

2018-08-02 Thread Ryan Freeman
On Thu, Aug 02, 2018 at 02:53:17PM -0800, Micah Muer wrote: > The desktop file that ships with vitetris > (/usr/local/share/applications/vitetris.desktop) has the line > `Exec=tetris -w 80`. > > Not only is tetris the wrong binary, but it doesn't work anyway since > /usr/games/tetris doesn't

Fix for vitetris desktop file

2018-08-02 Thread Micah Muer
The desktop file that ships with vitetris (/usr/local/share/applications/vitetris.desktop) has the line `Exec=tetris -w 80`. Not only is tetris the wrong binary, but it doesn't work anyway since /usr/games/tetris doesn't have the -w option. The solution is to use `Exec=vitetris -w 80`, which I