responsively-app icon indicating copy to clipboard operation
responsively-app copied to clipboard

Deep Desktop integration for Linux

Open manojVivek opened this issue 3 years ago • 4 comments

Related discussion: https://github.com/manojVivek/responsively-app/pull/355#issuecomment-665179622_

manojVivek avatar Jul 28 '20 17:07 manojVivek

this is possible by doing below steps

  1. create .desktop file for our application - (have to update the filename in .desktop each time we release, also have to watch for appImage directory changes).
  2. add an entry for protocol and 'open with' in mimeapps.list

limitation: cannot undo above changes when user decides to remove appImage.

@manojVivek @jjavierdguezas what do you think?

esprush avatar Aug 04 '20 13:08 esprush

@esprush That seems a little complicated. I would suggest we hold on implementing it before a user requests it.

manojVivek avatar Aug 04 '20 14:08 manojVivek

on installing using AppImageLauncher:

for reference: it makes the app searchable like other installed applications. but does not support protocol and open with handlers. (even otherwise asking users to install another application to use ours, I feel is an overhead).

esprush avatar Aug 04 '20 16:08 esprush

It seems AppImageLauncher also doesn't support Gnome's 'Add to favorites' to keep the app in the Dash. To replicate: right-click on the app in the Dash - the option isn't visible. (Running on Manjaro, Gnome 40 with responsively-bin package installed from AUR).

adrinux avatar Apr 30 '21 11:04 adrinux