[tbb-bugs] #13592 [Applications/Tor Browser]: Tor Browser Bundle 4.0 Linux - Doesn't Theme

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jul 20 22:32:15 UTC 2016


#13592: Tor Browser Bundle 4.0 Linux - Doesn't Theme
--------------------------------------+--------------------------
 Reporter:  torrified                 |          Owner:  tbb-team
     Type:  defect                    |         Status:  new
 Priority:  Medium                    |      Milestone:
Component:  Applications/Tor Browser  |        Version:
 Severity:  Normal                    |     Resolution:
 Keywords:                            |  Actual Points:
Parent ID:                            |         Points:
 Reviewer:                            |        Sponsor:
--------------------------------------+--------------------------
Changes (by torrified):

 * severity:   => Normal


Comment:

 I described a fix in this new ticket I created;

 https://trac.torproject.org/projects/tor/ticket/19708

 Just create 3 files; start.sh - gtkrc-path - gtkrc

 Also to make it self contained, include a theme and a mouse cursor icon
 and then have this information in the 3 files; (THE ONLY THING I'M NOT
 SURE ON, I FORGOT, IS HOW TO WRITE IT TO PICK THE USER USING THIS, UNLESS
 THAT CAN BE WRITTEN AS /home/$USER/)




  start.sh
 cd /home/foo/.tor-browser-linux64-6.0.2_en-US
 ./gtkrc-path

 gtkrc-path
 GTK2_RC_FILES=/home/foo/.tor-browser-linux64-6.0.2_en-US/gtkrc
 /home/foo/.tor-browser-linux64-6.0.2_en-US/start-tor-browser.desktop

 gtkrc
 # Set the Gtk theme
 include "/home/foo/.themes/Numix/gtk-2.0/gtkrc"

 # Set the icon theme
 gtk-icon-theme-name=Numix

 # Set the mouse cursor
 gtk-cursor-theme-name="redglass"

 # Set the font
 style "Newspaper"
 {
 font_name = "Newspaper 9"
 }
 widget_class "*" style "Newspaper"
 gtk-font-name = "Newspaper 9"

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/13592#comment:13>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tbb-bugs mailing list