Xubuntu 11x - discuss

Discussion in 'all things UNIX' started by Ocky, Jan 1, 2012.

Thread Status:
Not open for further replies.
  1. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    It's the general Gtk way.
    http://live.gnome.org/GnomeArt/Tutorials/GtkThemes

    Open ~/.themes/theme name/gtk-2.0/gtkrc in a text editor and near the top of the file, you'll find a line that reads something like:

    gtk_color_scheme="fg_color:#a0a0a0\nbg_color:#161616\nbase_color:#454545\ntext_color:#50d000\nselected_bg_color:#282828\nselected_fg_color:#ffffff\ntooltip_bg_color:#303031\ntooltip_fg_color:#ffffff"

    I suppose you can play around with different colours - see what is used in gtkrc for scrollbar usually under } Style " xxx-scrollbar" {
    eg. NORMAL may be bg_color etc.

    (Themes may also be in /usr/share/themes)

    Bit fiddly I think. Personally I would rather be looking for a more suitable
    theme.

    PS. Ubuntu forums are really the ones to advise, seeing that the query was posted there in the first instance.
     
  2. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    Simple conkys for simple Xubuntu laptop

    Unfortunately not much there due to low onboard graphics. Was unable to include sensors as none were detected (only the acpitz virtual ones).
    Was also unable to make use of kaivalagi's magnificent weather forecast python script - because I don't want to register with weather.com :(
    I just made a simple one using accuweather where no registration is needed.
     
  3. mack_guy911

    mack_guy911 Registered Member

    Joined:
    Mar 21, 2007
    Posts:
    2,677
    thanks ocky for lot of great information ;)
     
  4. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    Last edited: Jan 11, 2012
  5. mack_guy911

    mack_guy911 Registered Member

    Joined:
    Mar 21, 2007
    Posts:
    2,677
  6. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
  7. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
    When I last tried Midori a couple of months ago, it didn't work on quite a few sites. Epiphany was also that way.
     
  8. mack_guy911

    mack_guy911 Registered Member

    Joined:
    Mar 21, 2007
    Posts:
    2,677
    thanks ocky for you comment i like these icons too :))

    as Midori i tried it on bhodi linux but its not as crispy as chrome or opera i guess chrome and opera are pretty best or better than firefox when come to ram usage.

    the only problem come on flash sites........;)
     
  9. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
    I've just added xfce4 and xfce4-goodies so I get an Xfce session option at log-in!

    So please be prepared to kindly answer my stupid questions over the next few days ;)
     
  10. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
    My first "achievement" has been to move the bottom panel to the left side and to have it appear and disappear as needed. That way I get back some real estate and get reminded of Unity as well.
     
  11. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
    Re. "to enable the Ctrl+Alt+Backspace key setting to log out." Doesn't this key combination have some already reserved function? Why do you want to remap that particular combination? For example, I just assigned super+lalt+x to "xfce4-session-logout" and that brings up the logout/restart/shutdown window. Or maybe I'm misunderstanding what this is all about o_O
     
  12. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    No, your way is better :D Now the compose keyboard shortcut please, so that you can do
    © and ½ etc...
     
  13. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
    I suspect this is a bit beyond me, but what I did was to run apropos compose and came up with:
    Code:
    apropos compose
    Compose (5)          - X client mappings for multi-key input sequences
    compose (1)          - execute programs via entries in the mailcap file
    URI::Split (3pm)     - Parse and compose URI strings
    XCompose (5)         - X client mappings for multi-key input sequences
    xdg-email (1)        - command line tool for sending mail using the user's preferred e-mail composer
    
    So it would appear that one would have to set a key combination for Compose. What to do after that, I haven't a clue! But would http://en.wikipedia.org/wiki/Compose_key help? And, of course, there's man Compose.
     
  14. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
  15. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    Thanks vasa1. Yeah, you can do it that way, probably the cleaner way. However the method I used works perfectly for me so I reckon I will leave as is for now. :)
     
  16. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
    Ocky, your fix isn't working for me!
    Here is my /etc/default/keyboard
    Code:
    # Check /usr/share/doc/keyboard-configuration/README.Debian for
    # documentation on what to do after having modified this file.
    
    # The following variables describe your keyboard and can have the same
    # values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
    # in /etc/X11/xorg.conf.
    
    XKBMODEL="pc105"
    XKBLAYOUT="us"
    XKBVARIANT=""
    XKBOPTIONS="[B]compose:ralt[/B]"
    
    # If you don't want to use the XKB layout on the console, you can
    # specify an alternative keymap.  Make sure it will be accessible
    # before /usr is mounted.
    # KMAP=/etc/console-setup/defkeymap.kmap.gz
    I logged out after editing the file to include the stuff in bold. Then, I went into gedit, pressed ralt, then `, then a but didn't get the ` on top of the a :(
     
  17. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    á Works for me. But try ralt +a+' in gedit
     
  18. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
    This works for me: http://forum.xfce.org/viewtopic.php?pid=23726#p23726
    Now, I have to keep a cheat sheet handy because I don't use these things too often.
     
  19. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
  20. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
    Ocky, check out this thread. The later part is about LibO and the Compose key stuff.
     
  21. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    I am happy with my compose key setup. What you mentioned:-
    is perfect for Xfce. As to the other distros it is easy to set up via the keyboard layout options. I always use ralt. Works fine in LibO.

    Here is a list of key presses. I must mention that all of them work for me. Btw. Euro = compose C = (€) :)

    Edit:- One character in that list is no longer relevant as far as I know, viz. das deutsche sz (ß)
    tlu could probably confirm. The Germans now just use ss, a recent development I think. Pity, I miss compose ss. :doubt:
     
    Last edited: May 23, 2012
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.