Skip to content

Commit 669d877

Browse files
added desktop icon for ubuntu
1 parent 044224b commit 669d877

File tree

4 files changed

+13
-111
lines changed

4 files changed

+13
-111
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#Update 2.1.0 - Added make to replace install.sh
33
#type make into terminal to install QuickOverflow
44
ubuntu: main.c
5+
sudo apt install gnome-terminal
56
sudo apt install pip
67
sudo apt install pipenv
78
pipenv install --python python3
@@ -11,6 +12,8 @@ ubuntu: main.c
1112
chmod +x search.py
1213
pipenv run pyinstaller --onefile --name search search.py
1314
sudo mv "dist/search" "/usr/local/bin"
15+
sudo mv "quickoflow.png" "/usr/share/icons/Humanity/apps/32"
16+
sudo mv "quickoverflow.desktop" "/home/$$USER/.local/share/applications"
1417

1518
arch_linux: main.c
1619
sudo pacman -S gcc

Pipfile.lock

Lines changed: 0 additions & 111 deletions
This file was deleted.

quickoflow.png

40.2 KB
Loading

quickoverflow.desktop

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Name=QuickOverflow
4+
Comment=A CLI Tool to auto-detect code errors and open solutions.
5+
Exec=gnome-terminal -- /usr/local/bin/QuickOverflow
6+
Path=/home
7+
Icon=/usr/share/icons/Humanity/apps/32/quickoflow.png
8+
Terminal=True
9+
Type=Application
10+
Categories=Utility;Development;

0 commit comments

Comments
 (0)