Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 82e8a0c

Browse files
authored
πŸ› Fix wayland app name (#231)
* πŸ”¨ GDB debug script for vscode * πŸ› Specify remoting name * πŸ“ Update changelog
1 parent 85819b6 commit 82e8a0c

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

β€Ž.vscode/launch.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "gdb",
9+
"request": "launch",
10+
"name": "Launch Pulse (Linux)",
11+
"target": "${workspaceFolder}/engine/obj-x86_64-pc-linux-gnu/dist/bin/pulse-browser",
12+
"cwd": "${workspaceRoot}",
13+
"valuesFormatting": "parseText"
14+
}
15+
]
16+
}

β€ŽCHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111

12+
- Specified wayland app name (#231)
1213
- Migration for disabling sidebar animations (#234)
1314
- New tab button no longer follows OS style (#233, @surapunoyousei)
1415
- Download URL points to Pulse site (#235)

β€Žconfigs/common/mozconfig

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export MOZ_APP_DISPLAYNAME="Pulse browser"
1212
export MOZ_MACBUNDLE_ID=com.fushra.browser.alpha
1313
export MOZ_DISTRIBUTION_ID=com.fushra.browser.alpha
1414
export MOZ_MACBUNDLE_NAME="Pulse browser.app"
15+
export MOZ_APP_REMOTINGNAME=com.fushra.browser.alpha
1516

1617
# Misc
1718
export MOZ_INCLUDE_SOURCE_INFO=1

0 commit comments

Comments
 (0)