nicolasfella added a comment.

  In D12896#266713 <https://phabricator.kde.org/D12896#266713>, @apol wrote:
  
  > Then just read the Exec field and we'll add the sendpath by hand. This is 
ad-hoc for telegram anyway.
  
  
  I'm not quite sure what to do. Best I came up with is something like
  
    execStr = parseExec()
    
    if (execStr.contains("flatpak"))
        execStr += "-sendpath @@ url @@"
    else
        execStr += "-sendpath url"
  
  Is this what you had in mind?

REPOSITORY
  R495 Purpose Library

REVISION DETAIL
  https://phabricator.kde.org/D12896

To: nicolasfella, apol
Cc: ngraham, kde-frameworks-devel, apol, michaelh, bruns

Reply via email to