D12896: Add Telegram plugin
    Nicolas Fella 
    noreply at phabricator.kde.org
       
    Wed May 23 15:24:30 UTC 2018
    
    
  
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180523/57c41031/attachment.html>
    
    
More information about the Kde-frameworks-devel
mailing list