Inlyne-Project/inlyne

Request: Create an icon and use it for the desktop

Opened this issue ยท 2 comments

Hi, at the moment in Gnome I get this when running inlyne from the terminal:

image

Anything different would be better :) It will also need a .desktop file to be created to reference it.

I don't have an icon, but I did create a .desktop file for using xdg-open:

[Desktop Entry]
Name=Inlyne
Exec=sh -c "/path/to/inlyne %F > /dev/null 2>&1"
Type=Application
Comment=a GPU powered, browserless, markdown + html viewer
Categories=Office;Viewer;
Terminal=false

Neat trick @abclop99! I added a modified version of your entry in #293

I'll also be working on sorting out an icon soon(tm)