deviantART
Browse Art
Prints Shop
Groups
T-Shirts & Gear
Deviants
Sta.sh
dA muro
Chat
Journals
Today
Forum
Find More Art
Daily Deviations
Critiques
Critiqueable
Wallpaper
Random
Random Deviant
Random Deviation
Random Group
Search
Username or Email
Password
Stay logged in
Login
Join deviantART for FREE
Take the Tour
Forgot Password or Username?
Deviant Login
Buy Art
Buy T-Shirts & Gear
Buy adCast
Buy Premium Membership
Shop
Join deviantART for FREE
Take the Tour
Share
Share
Tweet
Pin
Share on Reddit
Share on Google+
Share on StumbleUpon
Share on LiveJournal
Link
Embed
Thumb
[x]
Browse More Like This
Download Image
PNG, 1366×768
more ▶
More from ~
DG09
View Gallery
Featured in Groups:
#
artescritorio
Aplicando un nuevo tema
Details
Submitted:
June 20, 2010
Image Size:
852 KB
Resolution:
1366×768
Link
Thumb
Statistics
Comments:
10
Favourites:
13 [
who?
]
Views:
1,299
(0 today)
Downloads:
41
(0 today)
To
[friends]
Message
License
Some rights reserved.
This work is licensed under a
Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License
.
[x]
20062010
by
~
DG09
Customization
/
Desktop Screenshots
/
Unix & Linux
Don't have much to say!
Folder icons PryFrente by JonasRask,
Wallpaper by ether.
Add a Comment:
Preview
Add Comment
Emoticons
love
0
0
joy
0
0
wow
0
0
mad
1
1
sad
0
0
fear
0
0
neutral
0
0
Load All Images
~
irider89
Jun 20, 2010
perfect. as always.
Reply
~
DG09
Jun 20, 2010
Student Artist
Thanks man very appreciated!
Reply
~
solidslash
Jun 20, 2010
Instant fav. Awesome job. You might want to get rid of the menubar underlines, though. Anyway - great shot!
Reply
~
DG09
Jun 20, 2010
Student Artist
Oh i hadn't noticed thanks! but i already know how to do that is just i forgot compile the source code.
Reply
~
neil78b
Jun 22, 2010
getting rid of underscores does not require compiling anything, lol.
Reply
~
DG09
Jun 23, 2010
Student Artist
I use this method
sudo apt-get source gtk+2.0
sudo apt-get install apt-build
sudo apt-get build-dep gtk+2.0
cd ~/gtk[PRESS TAB HERE]
sudo gedit gtk/gtklabel.c
and then i change the line
*pattern_dest++ = '_';
by this
*pattern_dest++ = ' ';
and finally compile the code with
sudo ./configure --prefix=/usr.
Is there another way to do this?
Reply
~
neil78b
Jun 23, 2010
Simply add the 2 lines below to your gtkrc theme file, refresh and thats it.
# gtk-enable-accels = 0
gtk-enable-mnemonics = 0
Reply
~
DG09
Jun 23, 2010
Student Artist
Thanks it works
!
Reply
~
neil78b
Jun 23, 2010
Also check out some of these other gtk options
[link]
Reply
~
DG09
Jun 25, 2010
Student Artist
Very useful, thanks!
Reply
Previous
Next
Add a Comment:
Preview
Add Comment
Emoticons
Sta.sh
Submit
Sta.sh
Sta.sh Writer
deviantART muro
Submit
deviantART
Hide Media
Preview
Submit Comment
Add Media
Style
Skin:
Change skin
Upload Files
sudo apt-get source gtk+2.0
sudo apt-get install apt-build
sudo apt-get build-dep gtk+2.0
cd ~/gtk[PRESS TAB HERE]
sudo gedit gtk/gtklabel.c
and then i change the line
*pattern_dest++ = '_';
by this
*pattern_dest++ = ' ';
and finally compile the code with
sudo ./configure --prefix=/usr.
Is there another way to do this?
# gtk-enable-accels = 0
gtk-enable-mnemonics = 0