WIP App Launcher
Implement a simple app launcher roughly following the design, search to be reimplemented shortly with support for org.gnome.Shell.SearchProvider2
providers
Closes: #38 (closed)
Implement a simple app launcher roughly following the design, search to be reimplemented shortly with support for org.gnome.Shell.SearchProvider2
providers
Closes: #38 (closed)
Step 1. Fetch and check out the branch for this merge request
git fetch "https://source.puri.sm/zbrown/phosh.git" "zbrown/app-launcher" git checkout -b "zbrown/phosh-zbrown/app-launcher" FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "origin/master" git merge --no-ff "zbrown/phosh-zbrown/app-launcher"
Step 4. Push the result of the merge to GitLab
git push origin "master"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.