diff options
author | Alex Larsson <alexl@redhat.com> | 2001-09-05 17:12:22 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-09-05 17:12:22 +0000 |
commit | 47a2fa6e4c4269205d3fa8f0eb40c99991536477 (patch) | |
tree | 5835eb7d55e73ef127a60670f919022b79199c54 /data/starthere.desktop.in | |
parent | a4cea258532fafc95ce07ff00193589c9ca757bc (diff) | |
download | nautilus-47a2fa6e4c4269205d3fa8f0eb40c99991536477.tar.gz |
Merge some stuff from the redhat-outstanding-patches branch
2001-09-04 Alex Larsson <alexl@redhat.com>
Merge some stuff from the redhat-outstanding-patches branch
* libnautilus-private/nautilus-file-utilities.[ch]
(nautilus_user_main_directory_exists, nautilus_get_user_main_directory):
Get rid of these. No more ~/Nautilus
* libnautilus-private/nautilus-global-preferences.c:
(default_home_location_callback): Always use your normal homedir
as the home dir.
* src/nautilus-application.c (check_required_directories): Don't
create ~/Nautilus.
(create_starthere_link_callback, nautilus_application_startup):
Create a start here icon on the desktop.
Turn of first time druid (by setting first time flag).
(nautilus_application_startup, check_for_kdesktop, look_for_kdesktop_recursive,
has_wm_state, get_self_typed_prop)
Don't manage the desktop if kdesktop is running.
* src/nautilus-first-time-druid.[ch]:
Remove ~/Nautilus handling.
s/druid_set_first_time_file_flag/nautilus_set_first_time_file_flag/
* src/nautilus-shell-ui.xml:
* src/nautilus-window-menus.c:
Add start here to the go menu. Remove leftovers of the "support" menuimem.
* src/file-manager/fm-directory-view.c:
Move scripts to ~/.gnome/nautilus-scripts
* Makefile.am:
Add starthere icons
* data/Makefile.am:
* data/*.desktop.in:
* data/*.directory.in:
Add starthere desktop files.
Diffstat (limited to 'data/starthere.desktop.in')
-rw-r--r-- | data/starthere.desktop.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/starthere.desktop.in b/data/starthere.desktop.in new file mode 100644 index 000000000..0a87659ed --- /dev/null +++ b/data/starthere.desktop.in @@ -0,0 +1,8 @@ +[Desktop Entry] +_Name=Start Here +_Comment=Start Here +Exec=nautilus start-here: +Icon=gnome-starthere.png +X-Nautilus-Icon=gnome-starthere +Terminal=0 +Type=Application |