Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #163 from thw26/cli-only
Browse files Browse the repository at this point in the history
Decouple script from Zenity. Fix #104.
  • Loading branch information
thw26 authored Mar 20, 2023
2 parents d075710 + 9f6d842 commit 7cca5a7
Show file tree
Hide file tree
Showing 4 changed files with 534 additions and 228 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog
* 3.6.4
* 3.7.0
- Decoupled script from `zenity` and compatible with `dialog` and `whiptail`. Fix #104. [T. H. Wright]
- Make bash path environment agnostic [Vskillet]
- Add bash completion file [T. H. Wright]
- Fix controlPanel's `--winetricks` function [T. H. Wright]
Expand Down
4 changes: 2 additions & 2 deletions Launcher-Template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ shortcut() {
rm -rf "\${HOME}/.local/share/applications/${FLPRODUCT}Bible.desktop"
rm -rf "\${HOME}/.local/share/applications/${FLPRODUCT} Bible.desktop"
[ ! -f "\${HOME}/.local/share/applications/${FLPRODUCT}Bible.desktop" ] && touch "\${HOME}/.local/share/applications/${FLPRODUCT}Bible.desktop"
cat "\${HOME}/.local/share/applications/${FLPRODUCT}Bible.desktop" << SEOF
cat > "\${HOME}/.local/share/applications/${FLPRODUCT}Bible.desktop" << SEOF
[Desktop Entry]
Name=${FLPRODUCT}Bible
Comment=A Bible Study Library with Built-In Tools
Expand All @@ -318,7 +318,7 @@ Terminal=false
Type=Application
Categories=Education;
SEOF
chmod 755 "\${HOME}/.local/share/applications//${FLPRODUCT}Bible.desktop"
chmod 755 "\${HOME}/.local/share/applications/${FLPRODUCT}Bible.desktop"
echo "File: \${HOME}/.local/share/applications/${FLPRODUCT}Bible.desktop updated"
echo "======= making new ${FLPRODUCT}Bible.desktop shortcut done! ======="
exit 0
Expand Down
Loading

0 comments on commit 7cca5a7

Please sign in to comment.