summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-06-21 07:00:21 +0000
committerDaouda Lo <daouda@mandriva.com>2004-06-21 07:00:21 +0000
commitd8c82f4d3a4f8b237307b63f7725fbfa9ae31587 (patch)
tree6060684f75de1ecc093babcb62503999509a5d71 /perl-install
parenteadbe480a2959183f72c636aa5bbabd4de070b7b (diff)
downloaddrakx-backup-do-not-use-d8c82f4d3a4f8b237307b63f7725fbfa9ae31587.tar
drakx-backup-do-not-use-d8c82f4d3a4f8b237307b63f7725fbfa9ae31587.tar.gz
drakx-backup-do-not-use-d8c82f4d3a4f8b237307b63f7725fbfa9ae31587.tar.bz2
drakx-backup-do-not-use-d8c82f4d3a4f8b237307b63f7725fbfa9ae31587.tar.xz
drakx-backup-do-not-use-d8c82f4d3a4f8b237307b63f7725fbfa9ae31587.zip
- autostart file for KDE/GNOME
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/Makefile.drakxtools3
-rw-r--r--perl-install/share/net_applet.desktop12
2 files changed, 14 insertions, 1 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools
index 0689da5f0..8746ba7ea 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -28,7 +28,7 @@ $(DIRS):
[ ! -e $@/Makefile ] || $(MAKE) -C $@
install:
- mkdir -p $(BINDEST) $(ETCDEST) $(SBINDEST) $(DATADIR)/{harddrake,pixmaps,icons/{large,mini}} $(BINX11DEST) $(LIBX11DEST) $(PIXDIR) $(INITDIR) $(MENUDIR)
+ mkdir -p $(BINDEST) $(ETCDEST) $(SBINDEST) $(DATADIR)/{harddrake,pixmaps,icons/{large,mini},autostart} $(BINX11DEST) $(LIBX11DEST) $(PIXDIR) $(INITDIR) $(MENUDIR)
install -d $(INLIBDEST_DIRS:%=$(LIBDEST)/%)
install $(STANDALONEPMS) standalone/service_harddrake.sh $(SBINDEST)
install -s rpcinfo-flushed ddcprobe/ddcxinfos serial_probe/serial_probe $(SBINDEST)
@@ -44,6 +44,7 @@ install:
for i in $(PMS_DIRS); do install -d $(LIBDEST)/$$i ; install -m 644 $$i/*.pm $(LIBDEST)/$$i/;done
install -m 644 pixmaps/*.* $(PIXDIR)
install -m 644 share/diskdrake.rc $(DATADIR)/$(NAME)
+ install -m 644 share/net_applet.desktop $(DATADIR)/autostart
install -d $(PREFIX)/etc/security
echo 'RESTRICT=yes' > $(PREFIX)/etc/security/fileshare.conf
diff --git a/perl-install/share/net_applet.desktop b/perl-install/share/net_applet.desktop
new file mode 100644
index 000000000..3f4b990fd
--- /dev/null
+++ b/perl-install/share/net_applet.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=NetApplet
+GenericName=Network Watcher Applet
+GenericName[fr]=Applet de Contrôle du réseau
+Exec=net_applet
+Icon=disconnected
+Type=Application
+Terminal=0
+X-KDE-autostart-after=panel
+X-KDE-UniqueApplet=true
+X-KDE-autostart-condition=General:AutoStart:true \ No newline at end of file