[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #31585 [- Select a component]: start-tor-browser.desktop KConfigIni Invalid entry
#31585: start-tor-browser.desktop KConfigIni Invalid entry
-----------------------------------+--------------------------------------
Reporter: Psnarf | Owner: (none)
Type: defect | Status: new
Priority: Very Low | Component: - Select a component
Version: | Severity: Trivial
Keywords: .desktop escape-chars | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
-----------------------------------+--------------------------------------
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: \ --> \\
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31585>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs