mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
no need to create a symlink to .desktop file in default-session directory
2008-04-10 Lucas Rocha <lucasr@gnome.org> * src/Makefile.am: no need to create a symlink to .desktop file in default-session directory anymore as gnome-session will find metacity's .desktop in its original place. svn path=/trunk/; revision=3681
This commit is contained in:
parent
4e653cc49f
commit
b9c6ba8536
@ -1,3 +1,9 @@
|
||||
2008-04-10 Lucas Rocha <lucasr@gnome.org>
|
||||
|
||||
* src/Makefile.am: no need to create a symlink to .desktop file in
|
||||
default-session directory anymore as gnome-session will find
|
||||
metacity's .desktop in its original place.
|
||||
|
||||
2008-04-07 iain <iain@gnome.org>
|
||||
|
||||
* src/core/compositor.c (hide_overlay_window): Hide the overlay window
|
||||
|
@ -171,14 +171,6 @@ else
|
||||
install-data-local:
|
||||
endif
|
||||
|
||||
sessiondir = $(datadir)/gnome/default-session;
|
||||
|
||||
install-data-hook:
|
||||
if test -z "$(sessiondir)" ; then \
|
||||
$(MKDIR_P) $(sessiondir) \
|
||||
fi
|
||||
$(LN_S) -f $(desktopfilesdir)/$(desktopfiles_DATA) $(sessiondir)
|
||||
|
||||
IMAGES=default_icon.png stock_maximize.png stock_minimize.png stock_delete.png
|
||||
VARIABLES=default_icon_data $(srcdir)/default_icon.png \
|
||||
stock_maximize_data $(srcdir)/stock_maximize.png \
|
||||
|
Loading…
Reference in New Issue
Block a user