Page 1 of 1

blank entry in desktop session setting

Posted: Tue Apr 23, 2019 8:51 am
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.

Re: blank entry in desktop session setting

Posted: Sat Apr 27, 2019 2:59 pm
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?

Re: blank entry in desktop session setting

Posted: Sun Apr 28, 2019 10:37 am
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

Re: blank entry in desktop session setting

Posted: Sun Apr 28, 2019 11:20 am
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?

Re: blank entry in desktop session setting

Posted: Sun Apr 28, 2019 11:31 am
by drooly
luxy wrote:Where is that dialogue populated from?
i was asking myself the same.
i couldn't find it. sorry.