>
> $ strace -e trace=file gvim +q | grep themes/ | sed 1q
> access("/home/bhaskell/.themes/Raleigh/gtk-2.0/gtkrc", F_OK) = -1 ENOENT
> (No such file or directory)
>
I use a custom theme based on Ambiance theme. When I run the above command
(with |& since strace prints the output on stderr) I get
access("/home/tom/.themes/Ambiance/gtk-2.0/gtkrc", F_OK) = -1 ENOENT (No
such file or directory)
When I put this file and put the above code snippet there, the background
has changed but scroll bars and the like are displayed in gtk's default
theme.
Any ideas what I am doing wrong? I run ubuntu 10.04, gnome 2.30.2, gvim
7.3-280.
Regards,
Tom
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php