From b054862deaa8ac177f29c265ca1f44eb1bbf64ef Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Thu, 24 Mar 2011 17:54:43 +0000 Subject: - volstatus: o don't install volstatus stuff, it doesn't work since xfce-4.7.x o move the volstatus .desktop file to an OLD dir for now --- ChangeLog | 5 +++++ Makefile | 4 ++-- OLD/xfce4-volstatus-icon.desktop | 11 +++++++++++ common/autostart/xfce4-volstatus-icon.desktop | 11 ----------- 4 files changed, 18 insertions(+), 13 deletions(-) create mode 100644 OLD/xfce4-volstatus-icon.desktop delete mode 100644 common/autostart/xfce4-volstatus-icon.desktop diff --git a/ChangeLog b/ChangeLog index 6644607..e33d29e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-03-24 19:52 Ahmad Samir + * volstatus: + - don't install volstatus stuff, it doesn't work since xfce-4.7.x + - move the volstatus .desktop file to an OLD dir for now + 2011-03-13 04:03 Ahmad Samir * common/menus/xfce-applications.menu: - change some .desktop names to the current ones diff --git a/Makefile b/Makefile index 632dd57..ed2fb1f 100644 --- a/Makefile +++ b/Makefile @@ -20,12 +20,12 @@ install: -install -d $(DESTDIR)$(xfceconfdir)/xfce4/desktop -install -d $(DESTDIR)$(xfceconfdir)/xfce4/panel -install -d $(DESTDIR)$(xfceconfdir)/xfce4/theme - -install -d $(DESTDIR)$(xfceconfdir)/xfce4/volstatus +# -install -d $(DESTDIR)$(xfceconfdir)/xfce4/volstatus -install -d $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml -install -d $(DESTDIR)$(PREFIX)/bin cp -pr common/xfce4/panel/* $(DESTDIR)$(xfceconfdir)/xfce4/panel/ install -m 644 common/xfce4/theme/* $(DESTDIR)$(xfceconfdir)/xfce4/theme/ - install -m 644 common/xfce4/volstatus/* $(DESTDIR)$(xfceconfdir)/xfce4/volstatus/ +# install -m 644 common/xfce4/volstatus/* $(DESTDIR)$(xfceconfdir)/xfce4/volstatus/ install -m 644 common/xfce4/xfconf/xfce-perchannel-xml/* $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml/ install -m 644 common/xfce4/*.rc $(DESTDIR)$(xfceconfdir)/xfce4 install -m 644 common/xfce4/*.xrdb $(DESTDIR)$(xfceconfdir)/xfce4 diff --git a/OLD/xfce4-volstatus-icon.desktop b/OLD/xfce4-volstatus-icon.desktop new file mode 100644 index 0000000..69bd2c6 --- /dev/null +++ b/OLD/xfce4-volstatus-icon.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Xfce Volstatus Icon +Comment=Safe removal of removable volumes +Icon=drive-removable-media +Exec=xfce4-volstatus-icon +StartupNotify=false +Terminal=false +Hidden=false +OnlyShowIn=XFCE; diff --git a/common/autostart/xfce4-volstatus-icon.desktop b/common/autostart/xfce4-volstatus-icon.desktop deleted file mode 100644 index 69bd2c6..0000000 --- a/common/autostart/xfce4-volstatus-icon.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=Xfce Volstatus Icon -Comment=Safe removal of removable volumes -Icon=drive-removable-media -Exec=xfce4-volstatus-icon -StartupNotify=false -Terminal=false -Hidden=false -OnlyShowIn=XFCE; -- cgit v1.2.1