-
-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -182,9 +182,10 @@ restore-virtual-keyboard: | |
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then | ||
gnome-extensions disable [email protected] | ||
else | ||
if [[ ! -f ~/.local/share/applications/com.github.maliit.keyboard.desktop ]] | ||
mkdir -p ~/.local/share/applications/ | ||
cp /usr/share/ublue-os/backup/com.github.maliit.keyboard.desktop ~/.local/share/applications/com.github.maliit.keyboard.desktop | ||
if [[ ! -f ~/.local/share/applications/com.github.maliit.keyboard.desktop ]]; then | ||
mkdir -p ~/.local/share/applications/ | ||
cp /usr/share/ublue-os/backup/com.github.maliit.keyboard.desktop ~/.local/share/applications/com.github.maliit.keyboard.desktop | ||
fi | ||
fi | ||
|
||
# Install hhd main branch locally until reboot, helpful for hhd testing and debugging. (rename to install-hhd-dev if we unhide) | ||
|