inlyne icon indicating copy to clipboard operation
inlyne copied to clipboard

Request: Create an icon and use it for the desktop

Open David-Else opened this issue 1 year ago • 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.

David-Else avatar Mar 10 '24 12:03 David-Else

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

abclop99 avatar Mar 28 '24 14:03 abclop99

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)

CosmicHorrorDev avatar Apr 01 '24 04:04 CosmicHorrorDev