<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Xfce &amp;mdash; furycd001</title>
    <link>https://write.as/furycd001/tag:Xfce</link>
    <description></description>
    <pubDate>Tue, 01 Sep 2026 06:58:18 +0000</pubDate>
    <item>
      <title>Thunar not displaying thunbnails on xfce.</title>
      <link>https://write.as/furycd001/thunar-not-displaying-thunbnails-on-xfce?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[alt text&#xA;&#xA;Thunar not displaying thumbnails is a problem I regularly run into whenever I do a minimal xfce install. For some reason the required packages for displaying thumbnails in thunar are never included and I end up having to install them manually every time. If like me you ever run into this same problem, here&#39;s how to easily fix it with two simple steps..&#xA;  &#xA;[1] Install the required packages....&#xA;&#xA;  sudo apt-get install tumbler tumbler-plugins-extra ffmpegthumbnailer &#xA;  &#xA;[2] Delete all thumbnail cache....&#xA;&#xA;  sudo rm -r ~/.cache/thumbnails/ &amp;&amp; rm -r ~/.thumbnails/&#xA;  &#xA;Thumbnails in thunar should now be working again, if not then i&#39;d recommending visiting #linux over on freenode irc, or the community forums for whatever distro you happen to use.&#xA;&#xA;----&#xA;&#xA;#xubuntu #xfce #thunar #thumbnails]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="http://i.imgur.com/J8rIDOd.png" alt="alt text" title="Thunar"/></p>

<p>Thunar not displaying thumbnails is a problem I regularly run into whenever I do a minimal xfce install. For some reason the required packages for displaying thumbnails in thunar are never included and I end up having to install them manually every time. If like me you ever run into this same problem, here&#39;s how to easily fix it with two simple steps..</p>

<p><strong>[1]</strong> Install the required packages....</p>

<blockquote><p>sudo apt-get install tumbler tumbler-plugins-extra ffmpegthumbnailer</p></blockquote>

<p><strong>[2]</strong> Delete all thumbnail cache....</p>

<blockquote><p>sudo rm -r ~/.cache/thumbnails/ &amp;&amp; rm -r ~/.thumbnails/</p></blockquote>

<p>Thumbnails in thunar should now be working again, if not then i&#39;d recommending visiting <a href="https://freenode.linux.community/" rel="nofollow"><a href="https://write.as/furycd001/tag:linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">linux</span></a></a> over on <a href="http://freenode.net/" rel="nofollow">freenode irc</a>, or the community forums for whatever distro you happen to use.</p>

<hr/>

<p><a href="https://write.as/furycd001/tag:xubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">xubuntu</span></a> <a href="https://write.as/furycd001/tag:xfce" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">xfce</span></a> <a href="https://write.as/furycd001/tag:thunar" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">thunar</span></a> <a href="https://write.as/furycd001/tag:thumbnails" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">thumbnails</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/thunar-not-displaying-thunbnails-on-xfce</guid>
      <pubDate>Thu, 15 Aug 2019 07:04:13 +0000</pubDate>
    </item>
    <item>
      <title>Restarting xfce4-panel</title>
      <link>https://write.as/furycd001/restarting-xfce4-panel?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[alt text&#xA;&#xA;For those who use xfce, every once in a while xfce4-panel may crash or glitch out. Thankfully you can easily restart the panel with one simple terminal command. Simply open up a terminal window and type in the command below followed by pressing enter. The panel should restart instantly and be working perfectly again.&#xA;&#xA;  xfce4-panel -r&#xA;&#xA;----&#xA;#xfce #xfce4panel #Linux #terminal]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="http://i.imgur.com/CtzUVSv.png" alt="alt text" title="xfce4-panel"/></p>

<p>For those who use <a href="https://xfce.org/" rel="nofollow">xfce</a>, every once in a while <a href="https://docs.xfce.org/xfce/xfce4-panel/start" rel="nofollow">xfce4-panel</a> may crash or glitch out. Thankfully you can easily restart the panel with one simple terminal command. Simply open up a terminal window and type in the command below followed by pressing enter. The panel should restart instantly and be working perfectly again.</p>

<blockquote><p> xfce4-panel -r</p></blockquote>

<hr/>

<p><a href="https://write.as/furycd001/tag:xfce" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">xfce</span></a> <a href="https://write.as/furycd001/tag:xfce4panel" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">xfce4panel</span></a> <a href="https://write.as/furycd001/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a> <a href="https://write.as/furycd001/tag:terminal" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">terminal</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/restarting-xfce4-panel</guid>
      <pubDate>Thu, 07 Mar 2019 12:17:00 +0000</pubDate>
    </item>
    <item>
      <title>Restoring files with Deja Dup &amp; Thunar</title>
      <link>https://write.as/furycd001/restoring-files-with-deja-dup-and-thunar?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[----&#xA;&#xA;alt text&#xA;&#xA;Ok so I use deja dup for backing up my system and have done for a number of years now. It&#39;s a great app that makes backing up any system super easy. It&#39;s also included in many Linux distributions repos which makes it easy to install. The only problem I have is that unless you&#39;re running nautilus (gnome-files) the restore functions are pretty limited. You could easily open deja dup and restore a whole backup, but what if you don&#39;t want to restore a whole backup. What if you only want an individual file or folder ?? After doing some research, I found that you can use deja dup with a custom action in thunar. Follow the steps below to set up your own deja dup action in thunar.&#xA;&#xA;Open thunar....&#xA;Select Edit and then click on Configure custom actions....&#xA;alt text&#xA;Click the + button to create a new custom action....&#xA;alt text&#xA;Complete the text boxes:&#xA;     Name:  Restore&#xA;     Description:  Restore files with Deja Dup....&#xA;     Command:  deja-dup --restore %F&#xA;     Icon: deja dup icon&#xA;alt text&#xA;Click on Appearance Conditions tab and check all 6 boxes....&#xA;     Uncheck directories if you don&#39;t want to be able to restore whole folders&#xA;alt text&#xA;Click ok to finish....&#xA;&#xA;You may need to log out and in again for changes to take effect, but now  you will now be able to right-click on a file or folder in thunar to restore earlier versions.&#xA;&#xA;----&#xA;#thunar #nautilus #xfce #dejadup #backup #Linux]]&gt;</description>
      <content:encoded><![CDATA[<hr/>

<p><img src="https://i.imgur.com/Un9AEbF.jpg" alt="alt text" title="DejaDup"/></p>

<p>Ok so I use <a href="https://launchpad.net/deja-dup" rel="nofollow">deja dup</a> for backing up my system and have done for a number of years now. It&#39;s a great app that makes backing up any system super easy. It&#39;s also included in many Linux distributions repos which makes it easy to install. The only problem I have is that unless you&#39;re running <a href="https://wiki.gnome.org/Apps/Files" rel="nofollow">nautilus (gnome-files)</a> the restore functions are pretty limited. You could easily open deja dup and restore a whole backup, but what if you don&#39;t want to restore a whole backup. What if you only want an individual file or folder ?? After doing some research, I found that you can use deja dup with a custom action in <a href="https://docs.xfce.org/xfce/thunar/start" rel="nofollow">thunar</a>. Follow the steps below to set up your own deja dup action in thunar.</p>
<ol><li>Open thunar....</li>
<li>Select Edit and then click on Configure custom actions....
<img src="http://i.imgur.com/8IUHcMs.png" alt="alt text" title="Thunar configure custom actions"/></li>
<li>Click the + button to create a new custom action....
<img src="http://i.imgur.com/bwDHPiR.png" alt="alt text" title="Plus button"/></li>
<li>Complete the text boxes:
 Name:  Restore
 Description:  Restore files with Deja Dup....
 Command:  deja-dup —restore %F
 Icon: deja dup icon
<img src="http://i.imgur.com/iqQPrBu.png" alt="alt text" title="text boxes completed"/></li>
<li>Click on Appearance Conditions tab and check all 6 boxes....
 Uncheck directories if you don&#39;t want to be able to restore whole folders
<img src="http://i.imgur.com/XnYdNN7.png" alt="alt text" title="Appearance conditions"/></li>
<li>Click ok to finish....</li></ol>

<p>You may need to log out and in again for changes to take effect, but now  you will now be able to right-click on a file or folder in thunar to restore earlier versions.</p>

<hr/>

<p><a href="https://write.as/furycd001/tag:thunar" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">thunar</span></a> <a href="https://write.as/furycd001/tag:nautilus" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">nautilus</span></a> <a href="https://write.as/furycd001/tag:xfce" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">xfce</span></a> <a href="https://write.as/furycd001/tag:dejadup" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">dejadup</span></a> <a href="https://write.as/furycd001/tag:backup" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">backup</span></a> <a href="https://write.as/furycd001/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/restoring-files-with-deja-dup-and-thunar</guid>
      <pubDate>Fri, 14 Dec 2018 10:05:44 +0000</pubDate>
    </item>
    <item>
      <title>Launch xfce4-terminal Quake style</title>
      <link>https://write.as/furycd001/launch-xfce4-terminal-quake-style?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[----&#xA;&#xA;alt text&#xA;&#xA;Some people might not know this, but xfce4-terminal can be launched in a quake style drop-down mode. Here&#39;s the command.&#xA;&#xA;  xfce4-terminal --drop-down&#xA;&#xA;You can easily make it more accessible by binding the above command to a keyboard shortcut.&#xA;&#xA;Open &#34;xfce4-setting-manager&#34; from your menu or application finder....&#xA;&#xA;Click on the Keyboard icon under Hardware section....&#xA;&#xA;Under the application shortcuts tab, click on the add button and type the command above into the provided box....&#xA;&#xA;Now you’re able to press a keyboard shortcut to launch a drop-down Xfce4 terminal. You can click on the button at the bottom right of the terminal window to open the preferences dialog and edit various things.&#xA;&#xA;----&#xA;&#xA;#Xfce4terminal #Xfce #Linux #Terminal #Quake #Windowmanager]]&gt;</description>
      <content:encoded><![CDATA[<hr/>

<p><img src="http://i.imgur.com/qsRxQxy.png" alt="alt text" title="Drop-down"/></p>

<p>Some people might not know this, but xfce4-terminal can be launched in a quake style drop-down mode. Here&#39;s the command.</p>

<blockquote><p>xfce4-terminal —drop-down</p></blockquote>

<p>You can easily make it more accessible by binding the above command to a keyboard shortcut.</p>
<ul><li><p>Open “xfce4-setting-manager” from your menu or application finder....</p></li>

<li><p>Click on the Keyboard icon under Hardware section....</p></li>

<li><p>Under the application shortcuts tab, click on the add button and type the command above into the provided box....</p></li></ul>

<p>Now you’re able to press a keyboard shortcut to launch a drop-down Xfce4 terminal. You can click on the button at the bottom right of the terminal window to open the preferences dialog and edit various things.</p>

<hr/>

<p><a href="https://write.as/furycd001/tag:Xfce4terminal" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Xfce4terminal</span></a> <a href="https://write.as/furycd001/tag:Xfce" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Xfce</span></a> <a href="https://write.as/furycd001/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a> <a href="https://write.as/furycd001/tag:Terminal" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Terminal</span></a> <a href="https://write.as/furycd001/tag:Quake" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Quake</span></a> <a href="https://write.as/furycd001/tag:Windowmanager" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Windowmanager</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/launch-xfce4-terminal-quake-style</guid>
      <pubDate>Thu, 18 Oct 2018 15:57:23 +0000</pubDate>
    </item>
    <item>
      <title>Installing a full Xfce desktop on Ubuntu server</title>
      <link>https://write.as/furycd001/installing-a-full-xfce-desktop-on-ubuntu-server?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[---&#xA;&#xA;Download the server iso....&#xA;Proceed with the installation....&#xA;Finish the installation &amp; then reboot when prompt....&#xA;Login when prompt and run the following command....&#xA;&#xA;  sudo apt-get update &amp;&amp; sudo apt-get upgrade &amp;&amp; sudo apt-get install xubuntu-desktop &amp;&amp; sudo reboot&#xA;&#xA;Once everything has finished updating and installing, your computer should automatically reboot....&#xA;Once rebooted you should now have a graphical environment, and be able to login to Xfce....&#xA;&#xA;----&#xA;&#xA;#Xfce #Ubuntu #Ubuntuserver #Linux #Windowmanager]]&gt;</description>
      <content:encoded><![CDATA[<hr/>
<ul><li>Download the <a href="https://www.ubuntu.com/download/server" rel="nofollow">server iso....</a></li>
<li>Proceed with the installation....</li>
<li>Finish the installation &amp; then reboot when prompt....</li>
<li>Login when prompt and run the following command....</li></ul>

<blockquote><p>sudo apt-get update &amp;&amp; sudo apt-get upgrade &amp;&amp; sudo apt-get install xubuntu-desktop &amp;&amp; sudo reboot</p></blockquote>
<ul><li>Once everything has finished updating and installing, your computer should automatically reboot....</li>
<li>Once rebooted you should now have a graphical environment, and be able to login to Xfce....</li></ul>

<hr/>

<p><a href="https://write.as/furycd001/tag:Xfce" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Xfce</span></a> <a href="https://write.as/furycd001/tag:Ubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Ubuntu</span></a> <a href="https://write.as/furycd001/tag:Ubuntuserver" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Ubuntuserver</span></a> <a href="https://write.as/furycd001/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a> <a href="https://write.as/furycd001/tag:Windowmanager" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Windowmanager</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/installing-a-full-xfce-desktop-on-ubuntu-server</guid>
      <pubDate>Thu, 18 Oct 2018 13:02:51 +0000</pubDate>
    </item>
    <item>
      <title>Xubuntu core</title>
      <link>https://write.as/furycd001/xubuntu-core?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[---&#xA;&#xA;alt text&#xA;&#xA;Xubuntu core is essentially Xubuntu without all the additional features. It installs only the the basic look and feel of Xubuntu. There&#39;s no office suite, media player, or any of the usual stuff that comes pre-installed with regular Xubuntu. The best thing about it is that it is around 600MB in size, so will be faster to download and can easily fit on a cd. You can install Xubuntu core from the Mini iso either by running the &#34;Xubuntu minimal installation task&#34; or by finishing the minimal install and typing &#34;sudo apt-get install xubuntu-core^&#34; once you have logged in. Alternatively you can download one of the community ISOs. Xfce is a great desktop environment &amp; Xubuntu is a great distro to use (my fav for a while now). Xubuntu core is a nice thing to have if you don&#39;t like bloat and want something that you can call your own.&#xA;&#xA;----&#xA;&#xA;#Xubuntu #Linux #Xfce #Windowmanager]]&gt;</description>
      <content:encoded><![CDATA[<hr/>

<p><img src="https://i.imgur.com/YmC34qX.png" alt="alt text" title="Xubuntu 16.04"/></p>

<p><a href="https://xubuntu.org/news/introducing-xubuntu-core/" rel="nofollow">Xubuntu core</a> is essentially Xubuntu without all the additional features. It installs only the the basic look and feel of Xubuntu. There&#39;s no office suite, media player, or any of the usual stuff that comes pre-installed with regular Xubuntu. The best thing about it is that it is around 600MB in size, so will be faster to download and can easily fit on a cd. You can install Xubuntu core from the <a href="https://help.ubuntu.com/community/Installation/MinimalCD" rel="nofollow">Mini iso</a> either by running the “Xubuntu minimal installation task” or by finishing the minimal install and typing “sudo apt-get install xubuntu-core^” once you have logged in. Alternatively you can <a href="https://unit193.net/xubuntu/core/" rel="nofollow">download one of the community ISOs.</a> Xfce is a great desktop environment &amp; Xubuntu is a great distro to use (my fav for a while now). Xubuntu core is a nice thing to have if you don&#39;t like bloat and want something that you can call your own.</p>

<hr/>

<p><a href="https://write.as/furycd001/tag:Xubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Xubuntu</span></a> <a href="https://write.as/furycd001/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a> <a href="https://write.as/furycd001/tag:Xfce" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Xfce</span></a> <a href="https://write.as/furycd001/tag:Windowmanager" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Windowmanager</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/xubuntu-core</guid>
      <pubDate>Thu, 18 Oct 2018 12:44:39 +0000</pubDate>
    </item>
    <item>
      <title>Lipstick Left XFWM theme.</title>
      <link>https://write.as/furycd001/lipstick-left-xfwm-theme?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[---&#xA;&#xA;Lipstick left is a simple theme with only a left border. This theme is designed to be super minimal, space saving &amp; out of the way. Download the theme from GitHub or check out my post on r/unixporn. Below is a dirty &amp; clean screenshot....&#xA;&#xA;alt text&#xA;&#xA;alt text&#xA;&#xA;----&#xA;&#xA;#Xfce #Themes #Lipstickleft #Windowmanager #Linux]]&gt;</description>
      <content:encoded><![CDATA[<hr/>

<p>Lipstick left is a simple theme with only a left border. This theme is designed to be super minimal, space saving &amp; out of the way. Download the theme from <a href="https://github.com/furycd001/Lipstickleft" rel="nofollow">GitHub</a> or check out my post on <a href="https://www.reddit.com/r/unixporn/comments/953we9/xfce_lipstick_left/" rel="nofollow">r/unixporn.</a> Below is a dirty &amp; clean screenshot....</p>

<p><img src="http://i.imgur.com/bIVnsDe.png" alt="alt text" title="Lipstick Left Theme"/></p>

<p><img src="http://i.imgur.com/8q8Br9O.png" alt="alt text" title="Lipstick Left Theme Dirty Screenshot"/></p>

<hr/>

<p><a href="https://write.as/furycd001/tag:Xfce" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Xfce</span></a> <a href="https://write.as/furycd001/tag:Themes" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Themes</span></a> <a href="https://write.as/furycd001/tag:Lipstickleft" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Lipstickleft</span></a> <a href="https://write.as/furycd001/tag:Windowmanager" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Windowmanager</span></a> <a href="https://write.as/furycd001/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/lipstick-left-xfwm-theme</guid>
      <pubDate>Wed, 22 Aug 2018 17:30:53 +0000</pubDate>
    </item>
    <item>
      <title>This isn‘t I3….</title>
      <link>https://write.as/furycd001/this-isn-t-i3?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[----&#xA;&#xA;This isn’t I3.... This is xfce with a no-border theme installed.&#xA;image&#xA;&#xA;alt text&#xA;&#xA;Here’s how to create your own no-border theme for xfce or possibly any other window manager. Just follow the steps below or download the theme from here GitHub....&#xA;&#xA;sudo mkdir -p /usr/share/themes/empty/xfwm4&#xA;&#xA;  You can replace &#34;empty&#34; with whatever you want. This will be the name of your theme.&#xA;&#xA;sudo touch /usr/share/themes/empty/xfwm4/themerc&#xA;&#xA;  Leave this file blank and your done.&#xA;&#xA;Finished!!&#xA;&#xA;  Open up your window manager settings and choose your newly created theme.&#xA;&#xA;----&#xA;&#xA;#Xfce #Linux #Themes #I3]]&gt;</description>
      <content:encoded><![CDATA[<hr/>

<p>This isn’t I3.... This is xfce with a no-border theme installed.
image</p>

<p><img src="http://i.imgur.com/xwUGwI8.png" alt="alt text" title="empty theme"/></p>

<p>Here’s how to create your own no-border theme for xfce or possibly any other window manager. Just follow the steps below or download the theme from here GitHub....</p>
<ol><li>sudo mkdir -p /usr/share/themes/empty/xfwm4</li></ol>

<blockquote><p>You can replace “empty” with whatever you want. This will be the name of your theme.</p></blockquote>
<ol><li>sudo touch /usr/share/themes/empty/xfwm4/themerc</li></ol>

<blockquote><p>Leave this file blank and your done.</p></blockquote>
<ol><li>Finished!!</li></ol>

<blockquote><p>Open up your window manager settings and choose your newly created theme.</p></blockquote>

<hr/>

<p><a href="https://write.as/furycd001/tag:Xfce" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Xfce</span></a> <a href="https://write.as/furycd001/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a> <a href="https://write.as/furycd001/tag:Themes" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Themes</span></a> <a href="https://write.as/furycd001/tag:I3" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">I3</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/this-isn-t-i3</guid>
      <pubDate>Wed, 22 Aug 2018 17:10:09 +0000</pubDate>
    </item>
  </channel>
</rss>