<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yet Another Linux Blog &#187; application</title>
	<atom:link href="http://linux-blog.org/tag/application/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux-blog.org</link>
	<description>Open Source, Open Blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:33:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Thunderbird and Lightning .8</title>
		<link>http://linux-blog.org/thunderbird-and-lightning-8/</link>
		<comments>http://linux-blog.org/thunderbird-and-lightning-8/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 12:38:38 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Linux@Work]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[lightning]]></category>
		<category><![CDATA[Stats]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/thunderbird-and-lightning-8/</guid>
		<description><![CDATA[I saw that Lightning .8, a calendar extension for thunderbird, had been released and my heart jumped.  Had they fixed the memory leak that forced me to abandon it in version .7? I used to use Lightning for my google calendar in versions before .7&#8230; When .7 came out, it caused Thunderbird to rocket memory [...]]]></description>
			<content:encoded><![CDATA[<p>I saw that Lightning .8, a calendar extension for thunderbird, had been released and my heart jumped.  Had they fixed the memory leak that forced me to abandon it in version .7?</p>
<p>I used to use Lightning for my google calendar in versions before .7&#8230;</p>
<p>When .7 came out, it caused Thunderbird to rocket memory usage above 80% which brought my computer to a screeching halt.  I figured I&#8217;d not use it until next version (and submitted a bug report as well).</p>
<p>Today I downloaded .8 in hopes it would work better.  It doesn&#8217;t.  Memory usage still skyrockets when attempting use the google calendar (provider addon) and the remember mismatched domains add on with it (otherwise you&#8217;re unable to connect or get a popup every time you view).</p>
<p>Is it one of these plugins causing it?  Is it Lightning?  I&#8217;m leaning toward the latter&#8230;even when uninstalling the extensions, I still get memory usage skyrocketing.  Either way, syncing your google calendar with Lightning isn&#8217;t a very smooth thing to do if it causes your Linux desktop to screech to a halt.</p>
<p>I guess there is always evolution with built in google calendar support.  Anyone else getting these problems?</p>
<p>At work, we use Zimbra for emailing.  I use Thunderbird with IMAP as my desktop client.  I&#8217;ve also seen that as of Zimbra 5.0 RC2, they will have the ability to sync with Lightning.  Good news!  Now if Lightning would stop leaking!</p>
<p><a href="http://linux-blog.org/thunderbird-and-lightning-8/" rel="bookmark">Thunderbird and Lightning .8</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on April 7, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/thunderbird-and-lightning-8/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Schedule Tasks in Linux with Ease &#8211; Kcron</title>
		<link>http://linux-blog.org/schedule-tasks-in-linux-with-ease-kcron/</link>
		<comments>http://linux-blog.org/schedule-tasks-in-linux-with-ease-kcron/#comments</comments>
		<pubDate>Thu, 15 Dec 2005 23:23:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Kwhat?]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[window manager]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/schedule-tasks-in-linux-with-ease-kcron/</guid>
		<description><![CDATA[When I first started using Linux, one of the most daunting tasks was creating crontabs to automate processes. For example, one might want to rotate apache logs (done automatically now by most distros) or perhaps pull info out of those logs, paste them to a file, and send said file to the webmaster. Now this [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-3982453702542240";
/* 468x15, created 6/24/09 */
google_ad_slot = "6181047080";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
When I first started using Linux, one of the most daunting tasks was creating crontabs to automate processes.  For example, one might want to rotate apache logs (done automatically now by most distros) or perhaps pull info out of those logs, paste them to a file, and send said file to the webmaster.  Now this wouldn&#8217;t be feasible to do by hand daily and that is where crontabs come in.  Just like scheduled tasks in Windows, crontabs allow you to run a process at a given time.  Unlike Windows though, you have ultimate control over the task.  Nowadays, things are much easier by using a GUI such as Webmin, pycron, or Crontooie (if you&#8217;re a MAC user).  The great thing is that KDE contains a handy tool to create and manage your Crontabs.  You can disable or enable them straight from an easy to understand and control GUI.  Today, we&#8217;re going to take a look at how to setup a simple crontab using Kcron.</p>
<p>Let&#8217;s start off by seeing if the cron daemon is even running on your system.  Open up a Konsole or Shell and type the following:</p>
<p><span style="font-size: x-small; font-family: courier new,courier,monospace;"><strong>ps aux | grep crond</strong></span></p>
<p><a href="/uploads/Posts/CheckCronD.png"><img style="border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;" src="/uploads/Posts/CheckCronD.Thumbs.png" alt="" width="110" height="78" /></a>If there is output similar to that in the screenshot, we&#8217;re in business because the cron daemon is running.  If not, restart cron by typing: ./usr/sbin/crond (may vary by your distro&#8230;if you need help, let me know in comments section).</p>
<p><span id="more-109"></span></p>
<p><a href="../../uploads/Posts/FindingKcron.png"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/FindingKcron.Thumbs.png" alt="" width="110" height="83" /></a> I use PCLinuxOS for my Linux desktop. You can find Kcron by navigating to Kmenu &gt;&gt; Configuration &gt;&gt; Other and selecting it.</p>
<p><a href="../../uploads/Posts/resizeddefault.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/resizeddefault.Thumbs.png" alt="" width="86" height="110" /></a></p>
<p>Kcron will open and you&#8217;ll see the default menu.  You should see two categories in the main area: &#8220;Tasks&#8221; and &#8220;Variables&#8221;</p>
<p>Variables identifies items you can set to help with your task scheduling. For instance, say you want a custom variable to stand for one users&#8217; desktop&#8230;so you&#8217;d set the PATH variable to their /desktop. Now remember, when you set this variable, Kcron will use in in lieu of the normal path. There are also other variables you can set. There is extended help on variables in the Kcron handbook. For now though, let&#8217;s look at the other item on our list&#8230;and, subsequently, the meat and potatoes of what Kcron does. Tasks.</p>
<p>With Tasks, you setup the command you want to execute.  This can be something<a href="../../uploads/Posts/newCron.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/newCron.Thumbs.png" alt="" width="110" height="97" /></a> simple like mailing you out a synopsis of logs or even nmap penetration scans. It&#8217;s up to you what you want to do with it. We&#8217;ll start with something extemely simple to show how Kcron works.</p>
<p>Highlight &#8220;Tasks&#8221;  then select the Edit menu and choose &#8220;New&#8221;</p>
<p><a href="../../uploads/Posts/EditTask.png"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/EditTask.Thumbs.png" alt="" width="95" height="110" /></a>This should bring up a new task menu. Glancing over this menu, you can see that things are pretty self explanatory. You have dates and times, options for repeating weekly, monthly, or daily. Basically, it&#8217;s spelled out for you. This is much easier than the old way of doing crontabs where one had to enter into the crontab file and place asterisk after asterisk and remember what each one of those asterisks meant and try to keep one&#8217;s place with all the asterisks to remember which placeholder to flag to enable the cron. Now, it&#8217;s as easy as point and click.</p>
<p>For training purposes, we&#8217;ll setup a task that should already be setup by default in most distributions&#8230;we&#8217;ll schedule an index update for file location purposes. Just like windows uses indexing service, Linux has a built in &#8216;indexer&#8217; (term is used loosely here because it is really a database of your filesystem) that we can populate and update&#8230;which you&#8217;ll want to do, especially if you install many updates. As stated earlier, this task should already be scheduled in most distributions by default. Let&#8217;s<a href="../../uploads/Posts/UpdateDBTask.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/UpdateDBTask.Thumbs.png" alt="" width="95" height="110" /></a> practice though by setting it up to run. Looking at the window we opened in the previous paragraph, enter in the comments &#8220;My First Linux Task &#8211; Updatedb&#8221;. Next, for the command, enter &#8220;/usr/sbin/updatedb&#8221;. Now choose when you want to run it. I chose every Wednesday of each and every month at 9:30 AM. After I set this, I choose &#8220;Ok&#8221;. Now we must save the task.</p>
<p><a href="../../uploads/Posts/SAVEdude.png"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/SAVEdude.Thumbs.png" alt="" width="104" height="110" /></a>Go to File &gt;&gt; Save and now you&#8217;re in business. Never forget to save AFTER you&#8217;ve altered the task, otherwise your changes will go right out the window.<a href="../../uploads/Posts/SetVariable.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/SetVariable.Thumbs.png" alt="" width="110" height="110" /></a></p>
<p>You can get more creative and add your own custom paths or mail addresses by using variables. As you can see in the screenshot above, I&#8217;ve input my mail address in case I want my cron output mailed to me.</p>
<p>Remember, as long as you know the command that you want to do, you just place it in the blank, schedule it, make sure the enable box is checked, and save. For instance, say you want to backup your files for linux to your windows share. You could use the following command to back things up into a handy tar archive:</p>
<p><span style="font-size: x-small; font-family: courier new,courier,monospace;"><strong>cd /home/devnet;tar -cvf &#8211; * | tar -C /mnt/windows/share/backup -xv</strong></span></p>
<p><a href="../../uploads/Posts/KcronHandbook.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/KcronHandbook.Thumbs.png" alt="" width="110" height="86" /></a>The only limitation is knowledge. If ever you are in doubt of what a certain function entails, open up the Kcron handbook. It might not answer your question but you can get pointed in the right direction. Another good resource would be the developers. If there is one thing I know about KDE its that the developers are always willing answer a rogue question about the functionality of their application.</p>
<p><a href="../../uploads/Posts/HelpMenu.png"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/HelpMenu.Thumbs.png" alt="" width="86" height="110" /></a>You can find both the programmers/developers of Kcron and the Kcron handbook under the help menu. Please remember that developers can answer questions <span style="text-decoration: underline;">about the application</span> but are not there to come up with custom commands for you to use in Kcron&#8230;you&#8217;ll have to do that legwork yourself! Hopefully, this will get you started scheduling your own backups and tasks.<br />
<!-- You will NOT be able to see the ad on your site! This unit is hidden on your page, and will only display to your search engine traffic (from US and CA). To preview, paste the code up on your site, then add #chitikatest=mortgage to the end of your URL in your browser's address bar.  Example:  www.yourwebsite.com#chitikatest=mortgage. This will show you what the ad would look like to a user who is interested in "mortgages." --><br />
<script type="text/javascript"><!--
ch_client = "devnet";
ch_type = "mpu";
ch_width = 468;
ch_height = 180;
ch_non_contextual = 4;
ch_vertical ="premium";
ch_sid = "Chitika Premium";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script><br />
<script src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript">
</script></p>
<p><a href="http://linux-blog.org/schedule-tasks-in-linux-with-ease-kcron/" rel="bookmark">Schedule Tasks in Linux with Ease &#8211; Kcron</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on December 15, 2005.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/schedule-tasks-in-linux-with-ease-kcron/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Make Klipper Work FOR you</title>
		<link>http://linux-blog.org/make-klipper-work-for-you/</link>
		<comments>http://linux-blog.org/make-klipper-work-for-you/#comments</comments>
		<pubDate>Thu, 17 Nov 2005 23:29:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Kwhat?]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[window manager]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/make-klipper-work-for-you/</guid>
		<description><![CDATA[&#8220;Klipper is the KDE clipboard utility. It stores clipboard history, and allows you to link clipboard contents to application actions.&#8221; That&#8217;s the common explanation you get from most people and online manuals when seeking information about Klipper. But what else can Klipper do? Is that ALL it does? Can we empower it to be what [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0px none ; padding-right: 5px; padding-left: 5px; float: left;" src="http://linux-blog.org/uploads/Filegears.Thumbs.png" alt="" width="110" height="110" />&#8220;Klipper is the KDE clipboard utility. It stores clipboard history, and allows you to link clipboard contents to application actions.&#8221; That&#8217;s the common explanation you get from most people and online manuals when seeking information about Klipper. But what else can Klipper do? Is that ALL it does? Can we empower it to be what cut and past is in Windows? (ducks the possible flames) Perhaps. Grab a pen and paper Klip&#8230;let&#8217;s see what this thing can do.  Please note that this article is written with the assumption that you are using KDE 3.4 or higher.</p>
<p>In most KDE default KDE desktops on the major distros, you find this little icon:</p>
<p align="center"><img style="border: 0px none; padding-right: 5px; padding-left: 5px; float: left; width: 25px; height: 27px;" src="http://linux-blog.org/uploads/Posts/kde-klipper-icon.Thumbs.png" alt="" width="25" height="27" /></p>
<p>That icon is Klipper, your clipboard tool. A clipboard is just what it sounds like&#8230;a place where you can clip text to be used at a later date.  I wanted to take a look at where Klipper came from&#8230;so I went into the &#8216;about Klipper&#8217; menu and emailed a couple of developers.  A few actually responded quelling the myth that developers are unreachable by the general public.  Carsten Pfeiffer, a previous developer, responded about the history of Klipper:</p>
<blockquote><p>&#8220;It was started long time ago by Andrew Stanley-Jones, for storing a history of clipboard entries. I took over maintainership and added those annoying popups, that appeared, for example when you selected a URL in a terminal or somewhere else. The popup allowed you to do something with the URL, like opening it in Konqueror or Mozilla.</p>
<p>More generally speaking, the feature allowed you to configure custom &#8220;actions&#8221; to execute when something specific, described with a regular expression was put into the clipboard (see klipper&#8217;s Preferences dialog).</p>
<p>Later, I attempted to make klipper hide X11&#8242;s IMNSHO broken concept of &#8220;Selection&#8221; and &#8220;Clipboard&#8221;, but I didn&#8217;t really accomplish that.</p>
<p>Later, Lubos Lunak worked hard on fixing Qt&#8217;s clipboard implementation and making klipper play well with it and now I&#8217;m very happy that Esben is taking care of it.&#8221;</p></blockquote>
<p>I contacted Esben in an attempt to get some inside information about where Klipper might go in the future (integration into KDE-core perhaps? or other such directions).  He was able to provide a few possible directions Klipper may go:</p>
<blockquote><p>&#8220;My vision of Klipper is mostly as a clipboard history application&#8230; the actions I merely maintain for those that uses them. Thus the features I have implemented so far has centered on the history: Expanding the history (really making the history scalable), support for images (this was sort of a test, I want to support abitrary mime types in history) and search-as-you type support.&#8221;</p></blockquote>
<p><span id="more-106"></span></p>
<p>Now that we know where Klipper came from and where it might be going&#8230;let&#8217;s take<a href="../../uploads/Posts/configKlip.png"><img style="border: 0px none; padding-right: 5px; padding-left: 5px; float: right;" src="../../uploads/Posts/configKlip.Thumbs.png" alt="" width="110" height="94" /></a> a look at where Klipper can go by making it work for you. By clicking your mouse on Klipper or pressing CNTRL-ALT-V, you can access the menu which shows the text currently stored. When this menu pops open, you can search through it simply by typing your query. Klipper hunts the text down that you&#8217;re typing. Easy enough to find text&#8230;but where we are concerned with for this article is &#8216;configure klipper&#8217;,which is where you can access the menu where customization is king. Let&#8217;s see what we can do. Start by opening up the &#8216;Configure Klipper&#8217; menu.</p>
<p><a href="../../uploads/Posts/configKlipmenu.png"><img style="border: 0px none; padding-right: 5px; padding-left: 5px; float: left;" src="../../uploads/Posts/configKlipmenu.Thumbs.png" alt="" width="110" height="88" /></a>You&#8217;re greeted by a three-tabbed layout that seems easy enough to navigate. Tab 1 is &#8220;General&#8221; and is where all of your general settings are stored (go figure) such as pop-ups for Klipper and Clipboard size. Tab 2 is &#8220;Actions&#8221; and is where all of the application actions are stored (we&#8217;ll explain these later). Tab 3 is &#8220;Shortcuts&#8221; and has to deal with Clipboard shortcuts while you are in various applications. We&#8217;ll cover shortcuts later as well. For now, let&#8217;s take things one step at a time and access Tab 1. If it isn&#8217;t selected, select it now by left-clicking your mouse on the tab labeled &#8220;General.&#8221; You should see the image displayed at the beginning of this paragraph.</p>
<p><span style="text-decoration: underline;"><strong>The General Tab</strong></span></p>
<p>The tab marked general contains your most commonly used settings. Klipper allows cut and past of text with Control X and Control V respectively&#8230;just like the other operating system does. However, unlike that other operating system, Klipper has<a href="../../uploads/Posts/configKlipmenu.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/configKlipmenu.Thumbs.png" alt="" width="110" height="88" /></a> two buffers for storing text. One buffer is the &#8220;selection&#8221; buffer. This buffer allows Klipper to store text when you use your mouse to highlight it. You wouldn&#8217;t even need to hit Control C to copy it or Control X to cut it&#8230;it would already be present in the &#8220;selection&#8221; buffer. Now, this isn&#8217;t always right for everyone so you can choose to Synchronize the &#8220;selection&#8221; buffer with the &#8220;clipboard&#8221; buffer&#8230;that is, the other buffer that Klipper saves things to. This buffer can be thought of as the normal clipboard buffer where text is cut and pasted from and to. The settings that control both of these buffers is located in the middle of the &#8220;general&#8221; tab under &#8220;Clipboard/Selection Behavior.&#8221; Selecting &#8220;Separate clipboard and selection&#8221; will cause your clipboard to be completely separate from your selection buffer. Selecting &#8220;Synchronize contents&#8230;&#8221; will synchronize things so that you can highlight text to copy it.</p>
<p>Another often forgotten function of this &#8220;selection&#8221; buffer, is the abiltiy to use the middle mouse button to paste. Of course, this is only if your middle mouse button works in Linux&#8230;and if it doesn&#8217;t, please visit the forum and we&#8217;ll get you up and running.</p>
<p>Cycling through the settings, we can see as the first setting &#8220;Pop-up menu at mouse cursor.&#8221; Toggling this on or off will allow the Klipper pop-up menus to happen either in your KDE Panel or at your mouse position. Next up is &#8220;save on exit.&#8221; This setting is used to access text that you saved in a previous KDE session in Klipper. The next setting is &#8220;Remove whitespace.&#8221; I love this setting because it removes extra spaces from the text you select/cut/paste. This is handy for cutting and pasting urls and downloads. The &#8220;Replay actions&#8221; setting will cause the actions for the text that is present in Klipper to display in a pop-up. We go into further detail on this later.</p>
<p>&#8220;Prevent and empty clipboard&#8221; does exactly what it sounds like it does so we won&#8217;t explain that one. Moving further down, &#8220;Ignore Selection&#8221; means that when you highlight text, Klipper won&#8217;t save it in its selection buffer (which we discussed earlier). So really, &#8220;Ignore Selection&#8221; is a switch to turn off your selection buffer. The two settings after this were discussed in the previous paragraph so we&#8217;ll skip them now. The timeout action for pop-ups sets the time that pop-ups will remain visible to you. The last setting is very simply a way to set how many clipboard entries/items are stored in Klipper.</p>
<p><span style="text-decoration: underline;"><strong>Actions Tab</strong></span></p>
<p><a href="../../uploads/Posts/configKlipactions.png"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/configKlipactions.Thumbs.png" alt="" width="110" height="88" /></a>If you dabble in programming, the actions tab is for you.  Actions are based on the <a title="Qt 4.0 regexp" href="http://doc.trolltech.com/4.0/qregexp.html#details" target="_blank">Qt 4.0 regexp class</a> which provides a way to dynamically use text. It is important to note that Klipper does not support the wildcard options in the class noted above. So what can this action tab do? Well, you can setup actions to take place on the text in the clipboard. For instance, in the picture at the beginning of this paragraph, you can see the setting &#8220;^V.+\.jpg$&#8221;. This setting contains one action beneath it&#8230;which is &#8220;Kview %s&#8221;. The &#8220;%s&#8221; is an alias that stands for the most recent text selection you have on your clipboard. So&#8230;if we were to select text that ended in somename.jpg, Klipper would launch Kview to view this picture since the actions denote that it should. You can add other applications in here if you know what name or expression they use to execute. For more advanced use of this function, see the class link above or try the Klipper Handbook Actions Entry.</p>
<p>One good action I came up with was adding Firefox to my URL action in Klipper. This way, when I selected a URL, the pop-up window asked me if I&#8217;d like to open it in Firefox. Of course, I chose yes. This is a very simple example&#8230;I hope other people have more they might be able to provide to supplement this article with.</p>
<p>The actions menu can really be a powerful area of customization. However, having not used Klipper as much as I should be and only really getting into using it for the last few weeks&#8230;I&#8217;m not too experienced in tapping into these settings. If anyone has any suggestions as to actions that work for them or suggestions as to what actions and expressions in this menu might provide a better KDE experience, please comment below.</p>
<p><span style="text-decoration: underline;"><strong>Shortcuts Tab</strong></span></p>
<p><a href="../../uploads/Posts/configKlipshortcuts.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/configKlipshortcuts.Thumbs.png" alt="" width="110" height="88" /></a>The shortcuts tab allows you to change the Keyboard shortcuts that are used to access Klipper. Switch them to whatever shortcut you want. Don&#8217;t like Control V for paste? Change it! You can even assign an action a shortcut key combination. Klipper leaves it up to you to decide how you want things&#8230;it doesn&#8217;t decide for you. To change a shortcut, select &#8220;Custom&#8221; and make your changes. To return to the normal setting, choose &#8220;Default.&#8221; You can also blank out your setting by choosing &#8220;None&#8221;.</p>
<p>As you can see, Klipper makes life much easier in Linux that it ever could be without it. The meat and potatoes of Klipper is the action menu and I wish I had more to give everyone to show them how powerful Klipper could be. I did do some poking around on the net to see if I could find a listing of actions or even a few handy ones but I came up pretty much empty. It seems no one has collected Klipper actions. So, here is as good as any place to collect actions right? If you have an action that you find handy, please post it in the comments below. If it checks out and works great, I&#8217;ll post it in this article and give you reference for it. Thanks for reading!</p>
<p><a href="http://linux-blog.org/make-klipper-work-for-you/" rel="bookmark">Make Klipper Work FOR you</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on November 17, 2005.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/make-klipper-work-for-you/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

