Create a desktop-entry for st
Enables to find st in a graphical menu and to display it with a nice icon. If some applications still are not displaying an icon for st try the patch [netwmicon](../netwmicon/). Programs like tint2 and alttab rely on a hardcoded icon which has to be stored by st in the \_NET\_WM\_ICON window-property.
This commit is contained in:
parent
628bd144f8
commit
94cd9d4927
3
Makefile
3
Makefile
@ -49,9 +49,12 @@ install: st
|
|||||||
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1
|
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||||
tic -sx st.info
|
tic -sx st.info
|
||||||
@echo Please see the README file regarding the terminfo entry of st.
|
@echo Please see the README file regarding the terminfo entry of st.
|
||||||
|
mkdir -p $(DESTDIR)$(APPPREFIX)
|
||||||
|
cp -f st.desktop $(DESTDIR)$(APPPREFIX)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/st
|
rm -f $(DESTDIR)$(PREFIX)/bin/st
|
||||||
|
rm -f $(DESTDIR)$(APPPREFIX)/st.desktop
|
||||||
rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1
|
rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||||
|
|
||||||
.PHONY: all options clean dist install uninstall
|
.PHONY: all options clean dist install uninstall
|
||||||
|
@ -5,6 +5,7 @@ VERSION = 0.9
|
|||||||
|
|
||||||
# paths
|
# paths
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
|
APPPREFIX = $(PREFIX)/share/applications
|
||||||
MANPREFIX = $(PREFIX)/share/man
|
MANPREFIX = $(PREFIX)/share/man
|
||||||
|
|
||||||
X11INC = /usr/X11R6/include
|
X11INC = /usr/X11R6/include
|
||||||
|
12
st.desktop
Normal file
12
st.desktop
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Exec=st
|
||||||
|
TryExec=st
|
||||||
|
Icon=utilities-terminal
|
||||||
|
Terminal=false
|
||||||
|
Categories=System;TerminalEmulator;
|
||||||
|
|
||||||
|
Name=st
|
||||||
|
GenericName=Terminal
|
||||||
|
Comment=st is a simple terminal implementation for X
|
||||||
|
StartupWMClass=st-256color
|
Loading…
Reference in New Issue
Block a user