Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P Purpose framework
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FrameworksFrameworks
  • Purpose framework
  • Merge requests
  • !40

Make sharing via Telegram work again

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alexander Kernozhitsky requested to merge akernozhitsky/purpose:fix-telegram-share into master Oct 14, 2021
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 1

Commit ba798d7578a4e036ee657b76bbdcfa79404cf1b3 broke sharing via Telegram for me. It requires the desktop entry to contain the substring -- @@u %u @@, but for me desktop entry contains only Exec=telegram-desktop -- %u. Upstream .desktop file also doesn't contain those @@.

This commit reverts the behavior of preprocessing the command line to the old version.

By the way, I don't really know why @@u -> @@ replacement is needed. When can it appear in the desktop file for Telegram?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-telegram-share