🐛 Fix wayland app name (#231)

* 🔨 GDB debug script for vscode

* 🐛 Specify remoting name

* 📝 Update changelog
This commit is contained in:
trickypr 2023-04-13 12:29:10 +10:00 committed by GitHub
parent 85819b6f81
commit 82e8a0c8bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

16
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "gdb",
"request": "launch",
"name": "Launch Pulse (Linux)",
"target": "${workspaceFolder}/engine/obj-x86_64-pc-linux-gnu/dist/bin/pulse-browser",
"cwd": "${workspaceRoot}",
"valuesFormatting": "parseText"
}
]
}

View File

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Specified wayland app name (#231)
- Migration for disabling sidebar animations (#234)
- New tab button no longer follows OS style (#233, @surapunoyousei)
- Download URL points to Pulse site (#235)

View File

@ -12,6 +12,7 @@ export MOZ_APP_DISPLAYNAME="Pulse browser"
export MOZ_MACBUNDLE_ID=com.fushra.browser.alpha
export MOZ_DISTRIBUTION_ID=com.fushra.browser.alpha
export MOZ_MACBUNDLE_NAME="Pulse browser.app"
export MOZ_APP_REMOTINGNAME=com.fushra.browser.alpha
# Misc
export MOZ_INCLUDE_SOURCE_INFO=1