Skip to content

Commit

Permalink
Made the dashboard and launcher report respective appids to the system (
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirottu authored Dec 27, 2024
1 parent 17a79ea commit 7ece87b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions alvr/dashboard/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ fn main() {
&format!("ALVR Dashboard (streamer v{})", *ALVR_VERSION),
NativeOptions {
viewport: ViewportBuilder::default()
.with_app_id("alvr.dashboard")
.with_inner_size((870.0, 600.0))
.with_icon(IconData {
rgba: image.rgba_data().to_owned(),
Expand Down
1 change: 1 addition & 0 deletions alvr/launcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ fn main() {
"ALVR Launcher",
eframe::NativeOptions {
viewport: ViewportBuilder::default()
.with_app_id("alvr.launcher")
.with_inner_size((700.0, 400.0))
.with_icon(IconData {
rgba: image.rgba_data().to_owned(),
Expand Down
2 changes: 1 addition & 1 deletion alvr/xtask/resources/alvr.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Categories=Game;
StartupNotify=true
PrefersNonDefaultGPU=true
X-KDE-RunOnDiscreteGpu=true
StartupWMClass=ALVR
StartupWMClass=alvr.dashboard

0 comments on commit 7ece87b

Please sign in to comment.