Coder Social home page Coder Social logo

Comments (25)

vibowit avatar vibowit commented on August 15, 2024 4

@SirSharanChakradhar does lightdm group have read access to the background file?

For me, moving the background file from my home directory to /usr/share/slick-greeter did the trick.

from slick-greeter.

leigh123linux avatar leigh123linux commented on August 15, 2024 2

Post

lightdm --show-config

from slick-greeter.

oberon-manjaro avatar oberon-manjaro commented on August 15, 2024 1
$ lightdm --show-config
   [LightDM]
A  run-directory=/run/lightdm

   [Seat:*]
A  greeter-session=lightdm-slick-greeter
A  user-session=cinnamon
A  session-wrapper=/etc/lightdm/Xsession

   [VNCServer]
A  user-session=cinnamon
A  session-wrapper=/etc/lightdm/Xsession

Sources:
A  /etc/lightdm/lightdm.conf

from slick-greeter.

oberon-manjaro avatar oberon-manjaro commented on August 15, 2024 1

HAH !! Adding draw-user-backgrounds=false now did the trick for me!
So it seems this config is NEEDED and should be written in any case by lightdm-settings.

from slick-greeter.

qnarkill avatar qnarkill commented on August 15, 2024

Did this ever get solved and how?

from slick-greeter.

vinzv avatar vinzv commented on August 15, 2024

Don't think so, the whole configuration is a huge mess:
Some of the settings in /etc/lightdm/slick-greeter.conf are respected only if there's a space before and after the = sign. Which is even more ridiculous as the official documentation only lists parameters without this space sign.

from slick-greeter.

qnarkill avatar qnarkill commented on August 15, 2024

Im in 17.10 and the slick-greeter 1.0.8-2 seems to use system wallpaper instead of wallpaper i have in the .conf file. If i have variety changing wallpapers then it changes to black.

from slick-greeter.

oberon-manjaro avatar oberon-manjaro commented on August 15, 2024

I've just removed my config file and had a new one created by using lightdm-settings GUI. Still the background is the one I have selected for cinnamon desktop, not the one specified in the config.

from slick-greeter.

Ste74 avatar Ste74 commented on August 15, 2024

Have you tryto use the gsettings ?

from slick-greeter.

oberon-manjaro avatar oberon-manjaro commented on August 15, 2024

That doesn't have any effect either.

from slick-greeter.

oberon-manjaro avatar oberon-manjaro commented on August 15, 2024
gsettings get x.dm.slick-greeter background
"'file:///usr/share/backgrounds/adapta.jpg'"

But that's not the one I see.

from slick-greeter.

Ste74 avatar Ste74 commented on August 15, 2024

Adapta background is your choice ?

from slick-greeter.

oberon-manjaro avatar oberon-manjaro commented on August 15, 2024

It was just an example I picked to test gsettings. The one that the greeter actually uses is always my current Cinnamon background and it changes when I change the desktop wallpaper :)

from slick-greeter.

oberon-manjaro avatar oberon-manjaro commented on August 15, 2024

Looks like this issue is specific to the cinnamon desktop.
@Ste74 says that setting the bakground is still working normally with Mate and the maintainer of our Openbox edition doesn't seem to experience any problems, either...

from slick-greeter.

mbirth avatar mbirth commented on August 15, 2024

I had the same problem with slick-greeter in xUbuntu. The trick was to change the settings group from greeter to Greeter. Also I'm not sure if draw-user-backgrounds = false was needed. But it works now for me.

from slick-greeter.

oberon-manjaro avatar oberon-manjaro commented on August 15, 2024

Well, my slick-greeter.conf already looks like this:

[Greeter]
background=/usr/share/backgrounds/MJR-tiles.jpg
draw-grid=false
theme-name=Adapta-Nokto-Eta-Maia
icon-theme-name=Papirus-Adapta-Maia

This is how lightdm-settings creates the file 😉

from slick-greeter.

mbirth avatar mbirth commented on August 15, 2024

Mine looks like this:

[Greeter]
background = /usr/share/wallpapers/greybird.svg
draw-user-backgrounds = false

And that works. You might also try to manually add spaces before and after the =s.

from slick-greeter.

oberon-manjaro avatar oberon-manjaro commented on August 15, 2024

The spaces make no difference for me.
In any case, as mentioned before. The config works for several DEs, but not for Cinnamon, so there seems to be a connection here - not related to config syntax. Also I will assume that a config file auto-created by lightdm-settings would provide matching syntax for slick-greeter 😉

from slick-greeter.

SirSharanChakradhar avatar SirSharanChakradhar commented on August 15, 2024

Still, don't work. I use Archlabs with slick-greeter.
Below is my code.

[Greeter]
background = /home/sirsharanchakradhar/Pictures/wallhaven-654456.jpg
draw-user-backgrounds = false
draw-grid = false
theme-name = ArchLabs-Dark
icon-theme-name = ArchLabs-Dark
logo = /home/sirsharanchakradhar/Downloads/BP.png
background-color = #2e3436

from slick-greeter.

leovp avatar leovp commented on August 15, 2024

@SirSharanChakradhar does lightdm group have read access to the background file?

from slick-greeter.

SirSharanChakradhar avatar SirSharanChakradhar commented on August 15, 2024

@leovp Yes.

from slick-greeter.

MintDja avatar MintDja commented on August 15, 2024

Linuxmint начиная наверно с версии 18.2 ... 18.3 точно присутствует. Вобщем когда вместо mdm решили поставить это недоразумение lightdm. Вобщем суть. При удаленной сессии по vnc если залочить экран, то получится черное окно. При этом теряется насколько помню управление даже мышью, может мышь и ездит, но ничего не видно, просто черный экран. Поэтому и невозможно ничего сделать. Опять же при использовании Anydesk если залочить экран, то так же нет возможности ни ввести пароль, ни закрыть окно. Приходится сессию тушить. Данный момент был решен установкой xscreensaver. Но полагаю по vnc при рестарте системы проблема никуда не делась.

from slick-greeter.

hesxenon avatar hesxenon commented on August 15, 2024

so, just because none of the solutions here or elsewhere worked for me I'm adding my findings to this thread. I noticed that when I tried to su - lightdm the lightdm account was expired. chage -E -1 lightdm fixed it for me

from slick-greeter.

jmvalenciz avatar jmvalenciz commented on August 15, 2024

I just had to change [Greeter] to [greeter]

from slick-greeter.

icarter09 avatar icarter09 commented on August 15, 2024

After reading through the comments, it looks like most people have had the issue resolved. Closing this ticket out. If anyone feels this is still an issue or is still experiencing the issue, please let me know and I'll reopen the ticket. Thanks.

from slick-greeter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.