Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #31585

Closed
Open
Opened Aug 31, 2019 by Trac@tracbot

start-tor-browser.desktop KConfigIni Invalid entry

According to freedesktop.org specs, among the characters that must be escaped is the backslash ''. Line 32 of tor .desktop is a continuation of line 31. The Exec=sh.. command contains a '' to continue the command on the next line. That backslash at the end of line 31 must escaped with a second backslash. KConfigIni flags line 32 as Invalid, missing =.

    Fix:  \ --> \\

Trac:
Username: Psnarf

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#31585