mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Importing EDE2 code to svn... NOTE: It doesn't compile! Stuff thats broken: edewm, eworkpanel, eiconman,
emenueditor
This commit is contained in:
10
datas/desktop-links/Internet.desktop
Executable file
10
datas/desktop-links/Internet.desktop
Executable file
@ -0,0 +1,10 @@
|
||||
# EFLTK Configuration - Version 2,003000
|
||||
|
||||
[Desktop Entry]
|
||||
Icon=kppp.png
|
||||
X=20
|
||||
Y=210
|
||||
Name=Connect to Internet
|
||||
Exec=epppdialer
|
||||
Name[sk]=Pripojenie do Internetu
|
||||
|
15
datas/desktop-links/Makefile
Executable file
15
datas/desktop-links/Makefile
Executable file
@ -0,0 +1,15 @@
|
||||
include ../../makeinclude
|
||||
|
||||
desktopdir = $(datadir)/ede/.ede/desktop
|
||||
|
||||
DESKTOPLINKS = \
|
||||
Terminal.desktop
|
||||
|
||||
install:
|
||||
$(MKINSTALLDIRS) $(desktopdir)
|
||||
$(INSTALL_DATA) $(DESKTOPLINKS) $(desktopdir)
|
||||
|
||||
uninstall:
|
||||
$(RM) -r $(desktopdir)
|
||||
|
||||
clean:
|
10
datas/desktop-links/Terminal.desktop
Executable file
10
datas/desktop-links/Terminal.desktop
Executable file
@ -0,0 +1,10 @@
|
||||
# EFLTK Configuration - Version 2,003000
|
||||
|
||||
[Desktop Entry]
|
||||
Icon=konsole.png
|
||||
X=20
|
||||
Y=130
|
||||
Name=Terminal
|
||||
Exec=xterm
|
||||
Name[sk]=Terminál
|
||||
|
Reference in New Issue
Block a user