summaryrefslogtreecommitdiffstats
path: root/gnome-help/C/mouse-problem-themeerror.page
blob: 9c57d3ab595ab85fedbac90e1fdfd5bb3c799025 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<page xmlns="http://projectmallard.org/1.0/"
  type="topic"
  style="problem"
  id="mouse-problem-themeerror">
<info>
    <link type="guide" xref="mouse-faq"/>
    
    <desc>
    Error: "Can't move directory over directory".
    </desc>
    
    <revision pkgversion="3.0" version="0.1" date="2011-03-19" status="review"/>
    <credit type="author">
        <name>Phil Bull</name>
        <email>philbull@gmail.com</email>
    </credit>
    <copyright>
        <year>2009</year>
        <name>GNOME Documentation Project</name>
    </copyright>
    <license>Creative Commons Share Alike 3.0</license>
    <!-- <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> -->
</info>

<title>Theme installation fails</title>

<p>
When you try to install a new theme in the Appearance preferences window, 
you may receive this error:
</p>
<p>
<output>Installation for theme &lt;Theme Name&gt; failed. Can't move directory 
over directory.</output>
</p>
<p>
This means that the theme you are trying to install is already installed.
</p>
<p>
If you cannot see the theme anywhere in the Appearances window, it may have 
been deleted. However, some files could have left behind which prevent it 
from being installed again.
</p>

<steps>
 <item>
  <p>
  Press <keyseq><key>Alt</key><key>F2</key></keyseq>.
  </p>
 </item>
 <item>
  <p>
  Type <input>nautilus .icons</input> and click <gui>Run</gui> to open the 
  folder where mouse themes are stored.
  </p>
 </item>
 <item>
  <p>
  Delete the folder which corresponds to the theme you are trying to install.
  </p>
 </item>
 <item>
  <p>
  Try to install the theme again.
  </p>
 </item>
</steps>

<note style="advanced">
    <p>
    Cursor themes are stored in the <file>.icons</file> folder in your 
    Home folder. Other parts of themes (such as window decorations) are 
    stored in the <file>.themes</file> folder. These folders are hidden.
    </p>
</note>

</page>