Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
fix gnome shell extensions update object path (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
modularTaco authored and r-darwish committed Dec 9, 2021
1 parent 8c993a0 commit 7d7dec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/os/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pub fn upgrade_gnome_extensions(ctx: &ExecutionContext) -> Result<()> {
"--dest",
"org.gnome.Shell.Extensions",
"--object-path",
"org/gnome/Shell/Extensions",
"/org/gnome/Shell/Extensions",
"--method",
"org.gnome.Shell.Extensions.CheckForUpdates",
])
Expand Down

0 comments on commit 7d7dec3

Please sign in to comment.