hwtest: Handle rename of gedit desktop file
It's now org.gnome.gedit.desktop not gedit.desktop.
This commit is contained in:
parent
a84fb99c0a
commit
916c02a2f5
@ -188,7 +188,7 @@ function run() {
|
|||||||
////////////////////////////////////////
|
////////////////////////////////////////
|
||||||
|
|
||||||
let appSys = Shell.AppSystem.get_default();
|
let appSys = Shell.AppSystem.get_default();
|
||||||
let app = appSys.lookup_app('gedit.desktop');
|
let app = appSys.lookup_app('org.gnome.gedit.desktop');
|
||||||
|
|
||||||
Scripting.scriptEvent('geditLaunch');
|
Scripting.scriptEvent('geditLaunch');
|
||||||
app.activate();
|
app.activate();
|
||||||
|
Loading…
Reference in New Issue
Block a user