Results 1 to 7 of 7

Thread: DockbarX Properties Not Showing Up

  1. #1
    Join Date
    Feb 2007
    Location
    Geelong, Australia
    Beans
    184

    DockbarX Properties Not Showing Up

    I'm experiencing a strange problem with DockbarX. After having it installed for a week or two, all of a sudden it 'lost' its theme, and I can't get the Properties window to show up when I right click>Properties. Not sure what's going on here, has anyone else experienced this problem?
    If you can't be bothered writing coherently, I can't be bothered reading your post.

  2. #2
    Join Date
    May 2005
    Location
    Vasa, Finland
    Beans
    174

    Re: DockbarX Properties Not Showing Up

    If you have the last version of dockbarx, you can run the preference window from the terminal to see what the error is (and post it here).

    dbx_preference.py

    It's the first time I've heard about themes suddenly disappearing.


    M7S,
    DockbarX developer

  3. #3
    Join Date
    Feb 2007
    Location
    Geelong, Australia
    Beans
    184

    Re: DockbarX Properties Not Showing Up

    Here's the output:

    Code:
    spike-x@spike-x-desktop:~$ dbx_preference.py
    Traceback (most recent call last):
      File "/usr/bin/dbx_preference.py", line 1264, in <module>
        PrefDialog()
      File "/usr/bin/dbx_preference.py", line 793, in __init__
        self.update()
      File "/usr/bin/dbx_preference.py", line 975, in update
        alpha = colors[a] * 256
    KeyError: 'color1_alpha'
    spike-x@spike-x-desktop:~$ ^C
    spike-x@spike-x-desktop:~$
    If you can't be bothered writing coherently, I can't be bothered reading your post.

  4. #4
    Join Date
    May 2005
    Location
    Vasa, Finland
    Beans
    174

    Re: DockbarX Properties Not Showing Up

    Same old bug. There is a fix that will be released in next version (which I've been holding back way too long). I still don't understand how you could loose your theme just like that. Perhaps you should run

    dockbarx.py run-in-window

    to see if you get any errors there as well. After that you could try to change your theme via gconf-editor (that goes for any other option you need from preference window as well. (/apps/dockbarx/theme)

  5. #5
    Join Date
    Feb 2007
    Location
    Geelong, Australia
    Beans
    184

    Re: DockbarX Properties Not Showing Up

    Quote Originally Posted by M7S View Post
    Same old bug. There is a fix that will be released in next version (which I've been holding back way too long). I still don't understand how you could loose your theme just like that. Perhaps you should run

    dockbarx.py run-in-window
    Here's what happens:

    Code:
    spike-x@spike-x-desktop:~$ dockbarx.py run-in-window
    
    
    ** (dockbarx.py:1221): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'
    
    ** (dockbarx.py:1221): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
    
    ** (dockbarx.py:1221): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
    Dockbarx init
    Dockbarx reload
    Opened window matched with gio app on id: guayadeque
    Opened window matched with gio app on id: transmission
    Opened window matched with gio app on id: firefox
    Opened window matched with gio app on id: gnome-terminal
    Then when I click Preferences:

    Code:
    Traceback (most recent call last):
      File "/usr/bin/dbx_preference.py", line 1264, in <module>
        PrefDialog()
      File "/usr/bin/dbx_preference.py", line 793, in __init__
        self.update()
      File "/usr/bin/dbx_preference.py", line 975, in update
        alpha = colors[a] * 256
    KeyError: 'color1_alpha'
    Quote Originally Posted by M7S View Post
    After that you could try to change your theme via gconf-editor (that goes for any other option you need from preference window as well. (/apps/dockbarx/theme)
    That doesn't work either, even after I killall gnome-panel.
    If you can't be bothered writing coherently, I can't be bothered reading your post.

  6. #6
    Join Date
    Oct 2009
    Location
    Hungary
    Beans
    3
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: DockbarX Properties Not Showing Up

    Hi!
    I had the same problem. I edited /usr/bin/dbx_preference.py and deleted color1_alpha and color5_alpha lines.
    Now I can enter the properties without a problem.

  7. #7
    Join Date
    Feb 2007
    Location
    Geelong, Australia
    Beans
    184

    Re: DockbarX Properties Not Showing Up

    Quote Originally Posted by Tamanegi View Post
    Hi!
    I had the same problem. I edited /usr/bin/dbx_preference.py and deleted color1_alpha and color5_alpha lines.
    Now I can enter the properties without a problem.
    That seems to have done the trick. Thank you very much, Tamanegi!
    If you can't be bothered writing coherently, I can't be bothered reading your post.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •