blank entry in desktop session setting

The standard session manager used by LXDE - http://wiki.lxde.org/en/LXSession
Locked
luxy
Posts: 39
Joined: Mon Oct 16, 2017 8:04 am

blank entry in desktop session setting

Post by luxy »

In LXDE "desktop session setting" there is an entry with no text , just an empty checkbox. It lies between klipper and xscreensaver-autostart. Any idea what service that is. I'm not too inclined to start something "just to see".

what is it and why is blank ??

Thanks for any info.
luxy
Posts: 39
Joined: Mon Oct 16, 2017 8:04 am

Re: blank entry in desktop session setting

Post by luxy »

here is a screen shot of the xsession utility with the odd blank entry.

What is this ? Do others have something in this position or have I been hacked?
Attachments
xsession-src.png
xsession-src.png (46.46 KiB) Viewed 11031 times
drooly
Posts: 791
Joined: Mon Apr 08, 2013 6:45 am

Re: blank entry in desktop session setting

Post by drooly »

I don't see this behaviour and my dialog also looks a little different from yours.
which distro/version?

please show us:

Code: Select all

ls -la ~/.config/lxsession/LXDE
for i in ~/.config/lxsession/LXDE/*; do printf "\n::: $i :::\n"; cat "$i"; done
luxy
Posts: 39
Joined: Mon Oct 16, 2017 8:04 am

Re: blank entry in desktop session setting

Post by luxy »

Thanks for the reply.

Fedora 29 LXDE spin, initial installation Fed23 IIRC.

Code: Select all

autostart :::
@lxpanel --profile LXDE

desktop.conf :::
[Session]
window_manager=openbox-lxde
windows_manager/command=openbox
windows_manager/session=LXDE
disable_autostart=no
polkit/command=lxpolkit
clipboard/command=
xsettings_manager/command=build-in
proxy_manager/command=build-in
keyring/command=ssh-agent
notification/command=/usr/libexec/notification-daemon
notification/autostart=true
quit_manager/command=lxsession-logout
quit_manager/image=/usr/share/lxde/images/logout-banner.png
quit_manager/layout=top
lock_manager/command=lxlock
terminal_manager/command=lxterminal
launcher_manager/command=lxpanelctl

[GTK]
sNet/ThemeName=Clearlooks
sNet/IconThemeName=Fedora
sGtk/FontName=Sans 10
iGtk/ToolbarStyle=3
iGtk/ButtonImages=1
iGtk/MenuImages=1
iGtk/CursorThemeSize=18
iXft/Antialias=1
iXft/Hinting=1
sXft/HintStyle=hintslight
sXft/RGBA=rgb
iNet/EnableEventSounds=0
iNet/EnableInputFeedbackSounds=0
sGtk/ColorScheme=
iGtk/ToolbarIconSize=3
sGtk/CursorThemeName=Adwaita
sGtk/IMModule=gtk-im-context-simple:xim

[Mouse]
AccFactor=20
AccThreshold=10
LeftHanded=0

[Keyboard]
Delay=500
Interval=30
Beep=1

[State]
guess_default=true

[Dbus]
lxde=true

[Environment]
menu_prefix=lxde-


Where is that dialogue populated from?
drooly
Posts: 791
Joined: Mon Apr 08, 2013 6:45 am

Re: blank entry in desktop session setting

Post by drooly »

luxy wrote:Where is that dialogue populated from?
i was asking myself the same.
i couldn't find it. sorry.
Locked