Giter VIP home page Giter VIP logo

lx-control-center's People

Contributors

bill-auger avatar gilir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lx-control-center's Issues

Does not open anymore

It's looking for a non-existent file

stef@arch:~/git/lx-control-center$ python lx-control-center
ERROR:root:Utils.load_object(ini): error, when loading /usr/share/xsessions/lxqt/desktop.conf as a ini file
Traceback (most recent call last):
  File "lx-control-center", line 25, in <module>
    app.run()
  File "/home/stef/git/lx-control-center/LXControlCenter/runner.py", line 108, in run
    from LXControlCenter.widgets.qt5 import Qt5App
  File "/home/stef/git/lx-control-center/LXControlCenter/widgets/qt5.py", line 27, in <module>
    from .common import UI
ModuleNotFoundError: No module named 'LXControlCenter.widgets.common'

Appearance of the GTK2 front-end

Hi.

The horizontal scroll bar is always visible in the GTK2 front-end. The GTK3 front-end doesn't behaves the same. In addition, the controls in Preferences are stretched to fill all the horizontal space. I don't know if it is a design decision but in the GTK3 front-end controls are left aligned and have a sane size.

Greetings.

Can't compile after last commit

FTBFS probably because of this ' Move common widgets functions to Base'. Output:

xgettext: error while opening "../LXControlCenter/widgets/common.py" for reading: No such file or directory
ERROR: xgettext failed to generate PO template file. Please consult
       error message above if there is any.
error: command 'intltool-update' failed with exit status 1

Copying base.py to widgets/common.py seems to solve the problem.

GTK2 UI errors

Hi.

When running LX-Control-Center using the GTK2 user interface, there are some errors:

$ lx-control-center -u GTK2 
WARNING:root:Utils.__get_path : Can't find an existing file for relative path  None
ERROR:root:Utils.load_object(ini): error, when loading None as a ini file
/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py:50: RuntimeWarning: You  have imported the Gtk 2.0 module.  Because Gtk 2.0 was not designed for use with  introspection some of the interfaces and API will fail.  As such this is not  supported by the pygobject development team and we encourage you to port your  app to Gtk 3 or greater. PyGTK is the recomended python module to use with Gtk  2.0   
  warnings.warn(warn_msg, RuntimeWarning) 
WARNING:root:Utils.__get_path : Can't find an existing file for relative path  None 
ERROR:root:Utils.load_object(ini): error, when loading None as a ini file WARNING:root:Utils.__get_path : Can't find an existing file for relative path  None
ERROR:root:Utils.load_object(ini): error, when loading None as a ini file

These error don't prevent the application from starting. But when you click Preferences there is an error and the Preferences widget shows nothing:

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/LXControlCenter/base.py", line 672, in on_pref_mode_menu_click
    self.draw_ui()
  File "/usr/lib/python2.7/site-packages/LXControlCenter/widgets/gtk2.py", line 56, in draw_ui
    self.build_pref_view()   File "/usr/lib/python2.7/site-packages/LXControlCenter/widgets/gtk2.py", line 116, in build_pref_view
    conf_counter = self.add_combobox_text(self.frontend_control_center_setting, configuration_grid, conf_counter)
  File "/usr/lib/python2.7/site-packages/LXControlCenter/widgets/gtkcommon.py", line 125, in add_combobox_text
    self.attach_widget(position, combo_label, combo, grid)
  File "/usr/lib/python2.7/site-packages/LXControlCenter/widgets/gtkcommon.py", line 189, in attach_widget
    widget.set_alignment(0.5)
AttributeError: 'ComboBox' object has no attribute 'set_alignment'

I didn't report this before because I wasn't sure whether you had finished issue #2 or not.

Greetings.

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.