Giter VIP home page Giter VIP logo

Comments (15)

gagalago avatar gagalago commented on August 13, 2024

and for the command : get_gdm.sh
No value set for /apps/gdm/simple-greeter/logo_icon_name' No value set for/apps/gdm/simple-greeter/disable_user_list'
No value set for /apps/gdm/simple-greeter/disable_restart_buttons' No value set for/apps/gdm/simple-greeter/banner_message_enable'
No value set for `/apps/gdm/simple-greeter/banner_message_text'

from gdm3setup.

ignition42 avatar ignition42 commented on August 13, 2024

I've upgraded gnome to gnome 3.4 and I have the same problem.

from gdm3setup.

wavded avatar wavded commented on August 13, 2024

+1

from gdm3setup.

alucryd avatar alucryd commented on August 13, 2024

Reproduced on several archlinux boxes.

from gdm3setup.

wavded avatar wavded commented on August 13, 2024

i'm on archlinux as well

from gdm3setup.

Nano77 avatar Nano77 commented on August 13, 2024

This error is caused by incompatibility with gnome 3.4.

Fixed.

from gdm3setup.

daroczig avatar daroczig commented on August 13, 2024

I am sorry to bug you, but I still get similar error msg after upgrading:

Traceback (most recent call last):
  File "/usr/bin/gdm3setup.py", line 737, in <module>
    MainWindow().show()
  File "/usr/bin/gdm3setup.py", line 404, in __init__
    self.get_gdm()
  File "/usr/bin/gdm3setup.py", line 484, in get_gdm
    self.FALLBACK_LOGO = unquote(get_setting("FALLBACK_LOGO",settings))
  File "/usr/bin/gdm3setup.py", line 709, in get_setting
    return value
UnboundLocalError: local variable 'value' referenced before assignment

I am running Arch Linux and built your pkgbuild from AUR.

from gdm3setup.

ignition42 avatar ignition42 commented on August 13, 2024

I get exactly the same error message.

On archlinux too.

from gdm3setup.

wavded avatar wavded commented on August 13, 2024

i'm on archlinux as well, get the same error plus this above:

(gdm3setup.py:5103): Gtk-WARNING **: Theme parsing error: gtk.css:62:33: Failed to import: Error opening file: No such file or directory

from gdm3setup.

Nano77 avatar Nano77 commented on August 13, 2024

For all : It's a bug in get_gdm.sh

For wavded : it's a bug in your current gtk theme

from gdm3setup.

alucryd avatar alucryd commented on August 13, 2024

Works fine for me now^^ Thx!

from gdm3setup.

wavded avatar wavded commented on August 13, 2024

can anyone tell me what you do to get_gdm.sh to fix?

from gdm3setup.

Nano77 avatar Nano77 commented on August 13, 2024

get_gdm.sh generate a file which contain a list of parameters ( PARAMETER=VALUE ).

The bug caused an error in the generated file :
LOGO_ICON=FALLBACK_LOGO=

When gdm3setup.py analyze informations, it consider 'FALLBACK_LOGO=' as a VALUE and not as PARAMETER.

The local variable 'value' are declared when the PARAMETER are found, but before correction, the PARAMETER FALLBACK_LOGO never found.

from gdm3setup.

daroczig avatar daroczig commented on August 13, 2024

Works fine now, thanks a lot!

from gdm3setup.

wavded avatar wavded commented on August 13, 2024

works for me too, thanks!

from gdm3setup.

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.