Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Merge requests
!535
Bug 40359: Update the icon also in the launcher of the Browser directory
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bug 40359: Update the icon also in the launcher of the Browser directory
pierov/tor-browser-build:bug_40359
into
main
Overview
4
Commits
1
Changes
1
1 unresolved thread
Hide all comments
Merged
Pier Angelo Vendrame
requested to merge
pierov/tor-browser-build:bug_40359
into
main
2 years ago
Overview
4
Commits
1
Changes
1
1 unresolved thread
Hide all comments
Expand
Fixes
tor-browser#40359 (closed)
.
0
0
Merge request reports
Compare
main
version 1
06cb6821
2 years ago
main (base)
and
latest version
latest version
6d0e9690
1 commit,
2 years ago
version 1
06cb6821
1 commit,
2 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
projects/browser/RelativeLink/start-browser
+
1
−
0
Options
@@ -232,6 +232,7 @@ fi
cp
start-[% c
(
'var/project-name'
)
%].desktop ../
sed
-i
-e
"s,^Name=.*,Name=[% c('var/Project_Name') %],g"
../start-[% c
(
'var/project-name'
)
%].desktop
sed
-i
-e
"s,^Icon=.*,Icon=
$PWD
/browser/chrome/icons/default/default128.png,g"
../start-[% c
(
'var/project-name'
)
%].desktop
sed
-i
-e
"s,^Icon=.*,Icon=
$PWD
/browser/chrome/icons/default/default128.png,g"
start-[% c
(
'var/project-name'
)
%].desktop
sed
-i
-e
"s,^Exec=.*,Exec=sh -c '
\"
$PWD
/start-[% c('var/project-name') %]
\"
--detach || ([ ! -x
\"
$PWD
/start-[% c('var/project-name') %]
\"
]
\&\&
\"\$
(dirname
\"\$
*
\"
)
\"
/Browser/start-[% c('var/project-name') %] --detach)' dummy %k,g"
../start-[% c
(
'var/project-name'
)
%].desktop
if
[
"
$register_desktop_app
"
-eq
1
]
;
then
Loading