On Fri, Nov 11, 2016 at 2:53 PM, Hans de Goede <hdego...@redhat.com> wrote:
> I remember seeing something similar a while back. To figure out what the
> problem is, check all kde related files under /etc/xdg/autostart, they
> should all have a: "OnlyShowIn=KDE;" in there, last time for me the
> problem was one was missing this.

Hi Hans,

I did not have a dolphin desktop file in /etc/xdg/autostart, but for
good measure I copied my ~/.config/autostart/org.kde.dolphin.desktop
there, which already contained X-GNOME-Autostart-enabled=false and I
added OnlyShowIn=KDE (isn't that only to hide an application from a
DE's menus?), but dolphin still takes over on the desktop.

I think that there is a mix-up with dbus services, because when I open
a desktop folder I am seeing

dbus-daemon[1881]: [session uid=1000 pid=1881] Activating service
name='org.freedesktop.FileManager1' requested by ':1.70' (uid=1000
pid=2321 comm="nautilus-desktop "
label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
dbus-daemon[1881]: [session uid=1000 pid=1881] Successfully activated
service 'org.freedesktop.FileManager1'

whereas opening the same folder from the Places menu, I get:

dbus-daemon[1881]: [session uid=1000 pid=1881] Activating service
name='org.gnome.Nautilus' requested by ':1.36' (uid=1000 pid=2111
comm="/usr/bin/gnome-shell "
label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
dbus-daemon[1881]: [session uid=1000 pid=1881] Successfully activated
service 'org.gnome.Nautilus'

So, for some reason Nautilus != FileManager1 in dbus speak and I'm
guessing that's how nemo took over on the original reporter's system.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to