<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Notification Center Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/cat/notification-center/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.defaults-write.com/cat/notification-center/</link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Mon, 18 Jan 2016 12:38:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/defwriteicon.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>Notification Center Archives - defaults-write.com</title>
	<link>https://www.defaults-write.com/cat/notification-center/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">40598044</site>	<item>
		<title>OS X: Make Crash Reporter appear as a notification</title>
		<link>https://www.defaults-write.com/os-x-make-crash-reporter-appear-as-a-notification/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Mon, 18 Jan 2016 19:10:27 +0000</pubDate>
				<category><![CDATA[Notification Center]]></category>
		<category><![CDATA[10.11]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1274</guid>

					<description><![CDATA[<p>When an application crashes in OS X you get a warning and a crash report on your desktop. The warning is displayed as a pop-up in the middle of the screen. This is convenient, but it could be better. It's possible to get a crash notification in the Notification Center. Use the following command in Terminal to change this:</p>
<p>The post <a href="https://www.defaults-write.com/os-x-make-crash-reporter-appear-as-a-notification/">OS X: Make Crash Reporter appear as a notification</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When an application crashes in OS X you get a warning and a crash report on your desktop. The warning is displayed as a pop-up in the middle of the screen. This is convenient, but it could be better. It&#8217;s possible to get a crash notification in the Notification Center. Use the following command in Terminal to change this: <span id="more-1274"></span></p>
<p><code>defaults write com.apple.CrashReporter UseUNC 1</code></p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/01/melding-crash.jpg"><img data-recalc-dims="1" fetchpriority="high" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/01/melding-crash-585x333.jpg?resize=585%2C333" alt="How to Make Crash Reporter Appear as a Notification in OS X" width="585" height="333" class="aligncenter size-large wp-image-1276" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/01/melding-crash.jpg?resize=585%2C333&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/01/melding-crash.jpg?w=1500&amp;ssl=1 1500w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>Revert to the default setting with the following command</p>
<p><code>defaults write com.apple.CrashReporter UseUNC 0</code></p>
<p>The post <a href="https://www.defaults-write.com/os-x-make-crash-reporter-appear-as-a-notification/">OS X: Make Crash Reporter appear as a notification</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1274</post-id>	</item>
		<item>
		<title>Notification Center: Change banner’s display time</title>
		<link>https://www.defaults-write.com/notification-center-change-banners-display-time/</link>
					<comments>https://www.defaults-write.com/notification-center-change-banners-display-time/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Wed, 22 Jan 2014 19:00:44 +0000</pubDate>
				<category><![CDATA[Notification Center]]></category>
		<category><![CDATA[10.8]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1113</guid>

					<description><![CDATA[<p>By default all banners from the Notification Center stays 5 seconds on your screen. You can adjust how long Notification Center banners are shown before they disappear. To do this use the following command in OS X Terminal:</p>
<p>The post <a href="https://www.defaults-write.com/notification-center-change-banners-display-time/">Notification Center: Change banner’s display time</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>By default all banners from the Notification Center stays 5 seconds on your screen. You can adjust how long Notification Center banners are shown before they disappear. To do this use the following command in OS X Terminal: <span id="more-1113"></span></p>
<pre lang="bash">defaults write com.apple.notificationcenterui bannerTime SECONDS</pre>
<p>Replace SECONDS with the number of seconds you wish the banner to display. Restart OS X before the changes take effect.</p>
<p>Restore the default setting:</p>
<pre lang="bash">defaults delete com.apple.notificationcenterui bannerTime</pre>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2014/01/meldingverlengen.png"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2014/01/meldingverlengen-585x290.png?resize=580%2C287" alt="meldingverlengen" width="580" height="287" class="aligncenter size-large wp-image-1122" /></a></p>
<p>The post <a href="https://www.defaults-write.com/notification-center-change-banners-display-time/">Notification Center: Change banner’s display time</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/notification-center-change-banners-display-time/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1113</post-id>	</item>
	</channel>
</rss>
