update some content
This commit is contained in:
@@ -45,9 +45,9 @@
|
||||
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
||||
|
||||
<link href="https://h.cowbay.org/css/style.css?v=1634607506" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
|
||||
<link href="https://h.cowbay.org/css/style.css?v=1635401692" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
|
||||
|
||||
<link href="https://h.cowbay.org/css/custom.css?v=1634607506" rel="stylesheet" type='text/css' media='all'>
|
||||
<link href="https://h.cowbay.org/css/custom.css?v=1635401692" rel="stylesheet" type='text/css' media='all'>
|
||||
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
|
||||
|
||||
@@ -316,7 +316,7 @@ if (!doNotTrack) {
|
||||
<p>原來的寫法是在 /usr/share/glib-2.0/schemas/ 底下新增一個設定檔</p>
|
||||
<p>然後用dconf 去產生設定</p>
|
||||
<p>原本的內容長這樣</p>
|
||||
<pre tabindex="0"><code>[com.canonical.Unity.Launcher]
|
||||
<pre><code>[com.canonical.Unity.Launcher]
|
||||
favorites=['application://ubiquity.desktop', 'application://launchers.desktop', 'application://nautilus.desktop', 'application
|
||||
://gnome-terminal.desktop', 'application://google-chrome.desktop', 'application://goldendict.desktop', 'application://stardict
|
||||
.desktop', 'application://libreoffice-writer.desktop', 'application://libreoffice-calc.desktop', 'unity://running-apps', 'unit
|
||||
@@ -328,7 +328,7 @@ y://expo-icon', 'unity://devices']
|
||||
<li>mkdir -p /etc/dconf/profile</li>
|
||||
<li>vim /etc/dconf/profile/user</li>
|
||||
</ol>
|
||||
<pre tabindex="0"><code>#This line allows the user to change the default favorites later.
|
||||
<pre><code>#This line allows the user to change the default favorites later.
|
||||
user-db:user
|
||||
#This line defines a system database named msb
|
||||
system-db:msb
|
||||
@@ -336,7 +336,7 @@ system-db:msb
|
||||
<li>mkdir -p /etc/dconf/db/msb.d</li>
|
||||
<li>vim /etc/dconf/db/msb.d/00_msb_settings</li>
|
||||
</ol>
|
||||
<pre tabindex="0"><code># Define default favorite apps
|
||||
<pre><code># Define default favorite apps
|
||||
[org/gnome/shell]
|
||||
favorite-apps = ['chromium-browser.desktop', 'firefox.desktop', 'gnome-terminal.desktop', 'nautilus.desktop']
|
||||
</code></pre><p>把這些步驟改成 ansible 語法,再派送到client ,重開機之後就可以正確顯示設定好的「我的最愛」了</p>
|
||||
@@ -629,7 +629,7 @@ title="pinterest icon"></i>
|
||||
</div>
|
||||
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
|
||||
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
|
||||
<script src="https://h.cowbay.org/js/production.min.js?v=1634607506"></script>
|
||||
<script src="https://h.cowbay.org/js/production.min.js?v=1635401692"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user