mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-10-29 03:34:16 +00:00
data: add nautilus-classic.desktop
This is needed to have nautilus autostarted with desktop icons in the classic session.
This commit is contained in:
parent
7a21b958ec
commit
b3434e8bec
3 changed files with 19 additions and 1 deletions
|
@ -304,6 +304,7 @@ Makefile
|
|||
data/Makefile
|
||||
data/nautilus.desktop.in
|
||||
data/nautilus-autorun-software.desktop.in
|
||||
data/nautilus-classic.desktop
|
||||
data/nautilus-connect-server.desktop.in
|
||||
docs/Makefile
|
||||
docs/reference/Makefile
|
||||
|
|
|
@ -5,7 +5,9 @@ xml_files = $(xml_in_files:.xml.in=.xml)
|
|||
@INTLTOOL_XML_RULE@
|
||||
|
||||
desktopdir = $(datadir)/applications
|
||||
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
||||
desktop_DATA = \
|
||||
$(desktop_in_files:.desktop.in=.desktop) \
|
||||
nautilus-classic.desktop
|
||||
desktop_in_files = \
|
||||
nautilus.desktop.in \
|
||||
nautilus-autorun-software.desktop.in \
|
||||
|
|
15
data/nautilus-classic.desktop.in
Normal file
15
data/nautilus-classic.desktop.in
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Desktop Icons
|
||||
Comment=Classic session desktop file for desktop icons
|
||||
Exec=nautilus --no-default-window --force-desktop
|
||||
OnlyShowIn=GNOME;
|
||||
NoDisplay=true
|
||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||
X-GNOME-Bugzilla-Product=nautilus
|
||||
X-GNOME-Bugzilla-Component=general
|
||||
X-GNOME-Bugzilla-Version=@VERSION@
|
||||
X-GNOME-Autostart-Phase=Desktop
|
||||
X-GNOME-Autostart-Notify=true
|
||||
X-GNOME-AutoRestart=true
|
||||
X-GNOME-Provides=filemanager
|
Loading…
Reference in a new issue