After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 709016 - An autostart file for "nautilus --force-desktop" should be added
An autostart file for "nautilus --force-desktop" should be added
Status: RESOLVED FIXED
Product: gnome-flashback
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Flashback Maintainers
GNOME Flashback Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-29 07:06 UTC by Pacho Ramos
Modified: 2015-08-24 15:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2013-09-29 07:06:16 UTC
Would be possible to add an autostart file to launch "nautilus --force-desktop" when session is fallback? (to not interfere other sessions)

Thanks a lot
Comment 1 Philipp 2013-09-29 11:33:30 UTC
That seems like a good idea, yes.
Though I'd rather go in the direction of starting it via gnome-session.
What do others think ?
Comment 2 Pacho Ramos 2013-10-03 06:49:14 UTC
I found an easier solution -> do the same as gnome-classic mode, install something like:
[GNOME Session]
Name=GNOME Classic
Name[es]=GNOME clásico
RequiredComponents=gnome-shell-classic;gnome-settings-daemon;nautilus-classic;
(/usr/share/gnome-session/sessions/gnome-classic.session)

With your required components and including "nautilus-classic"
Comment 3 Pacho Ramos 2013-10-11 17:59:34 UTC
You simply need to append "nautilus-classic" to the RequiredComponents of /usr/share/gnome-session/sessions/gnome-flashback.session

Also, I have seen a patch in Arch Aur repository appending more needed components, but I am not sure if they are valid:
+RequiredComponents=gnome-panel;gnome-settings-daemon;gnome-screensaver;metacity;notification-daemon;polkit-gnome-authentication-agent-1;gnome-fallback-background-helper;gnome-fallback-media-keys-helper;gnome-fallback-mount-helper;
Comment 4 Pacho Ramos 2013-10-19 08:33:15 UTC
Any news? :/ (at least some feedback, we can apply the patch downstream if you don't have time to commit it in upstream side yet)
Comment 5 Pacho Ramos 2013-10-19 08:36:58 UTC
Looks like that "fallback" parts come from an unofficial gnome-settings-daemon set:
https://aur.archlinux.org/packages/gn/gnome-settings-daemon-compat/PKGBUILD

Then, we could only add "nautilus-classic", but not sure about "notification-daemon" and polkit stuff :/