Results 1 to 4 of 4

Thread: .gtkrc-2.0

  1. #1
    Join Date
    Jan 2010
    Location
    Tucson, AZ
    Beans
    269
    Distro
    Ubuntu Budgie 20.04 Focal Fossa

    .gtkrc-2.0

    I have some custom style changes in the .gtkrc-2.0 for 16.04. When using 16.10, some of these changes are no longer recognized. Has the desktop been changed to gtk3?

  2. #2
    Join Date
    Sep 2010
    Beans
    9,205
    Distro
    Ubuntu Budgie 17.10 Artful Aardvark

    Re: .gtkrc-2.0

    3.20.9 released for yakkety

    https://launchpad.net/ubuntu/+source/gtk+3.0

  3. #3
    Join Date
    Dec 2007
    Beans
    12,521

    Re: .gtkrc-2.0

    Quote Originally Posted by makitso View Post
    I have some custom style changes in the .gtkrc-2.0 for 16.04. When using 16.10, some of these changes are no longer recognized. Has the desktop been changed to gtk3?
    In a default Xubuntu, Thunar manages the "desktop". I haven't heard about Thunar going gtk3 in 16.10; it's still gtk2 in 16.04.

    Code:
    ldd /usr/bin/thunar | grep gtk
    may give you a clue (that is if this command is valid in 16.10).
    Last edited by vasa1; September 17th, 2016 at 02:45 AM.

  4. #4
    Join Date
    Jan 2010
    Location
    Tucson, AZ
    Beans
    269
    Distro
    Ubuntu Budgie 20.04 Focal Fossa

    Re: .gtkrc-2.0

    This has to do with desktop icon text. On 14.04 the below works and removes shadows and increases display width and wrap. However, on 16.10 it has no effect.

    style "xfdesktop-icon-view" {
    XfdesktopIconView::label-alpha = 0
    XfdesktopIconView::shadow-x-offset = 1
    XfdesktopIconView::shadow-y-offset = 1
    XfdesktopIconView::shadow-color = "#000000"
    XfdesktopIconView::cell-text-width-proportion = 2.1

    fg[NORMAL] = "#ffffff"
    fg[SELECTED] = "#ffffff"
    fg[ACTIVE] = "#ffffff"
    }
    widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
    gtk-enable-tooltips = 0

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
  •