Skip to content

Commit 8afb99f

Browse files
Kirottuzmerp
authored andcommitted
Made the dashboard and launcher report respective appids to the system (#2595)
1 parent b57b81f commit 8afb99f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

alvr/dashboard/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ fn main() {
9292
&format!("ALVR Dashboard (streamer v{})", *ALVR_VERSION),
9393
NativeOptions {
9494
viewport: ViewportBuilder::default()
95+
.with_app_id("alvr.dashboard")
9596
.with_inner_size((870.0, 600.0))
9697
.with_icon(IconData {
9798
rgba: image.rgba_data().to_owned(),

alvr/launcher/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ fn main() {
6565
"ALVR Launcher",
6666
eframe::NativeOptions {
6767
viewport: ViewportBuilder::default()
68+
.with_app_id("alvr.launcher")
6869
.with_inner_size((700.0, 400.0))
6970
.with_icon(IconData {
7071
rgba: image.rgba_data().to_owned(),

alvr/xtask/resources/alvr.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Categories=Game;
1010
StartupNotify=true
1111
PrefersNonDefaultGPU=true
1212
X-KDE-RunOnDiscreteGpu=true
13-
StartupWMClass=ALVR
13+
StartupWMClass=alvr.dashboard

0 commit comments

Comments
 (0)