<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Annoyance on Blogarious</title>
    <link>https://blogarious.kairopath.net/categories/annoyance/</link>
    <description>Recent content in Annoyance on Blogarious</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 11 Jan 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blogarious.kairopath.net/categories/annoyance/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Xfce4 4.20 upgrade issue on font size</title>
      <link>https://blogarious.kairopath.net/posts/2025-01-11-xfce4-4-20-upgrade-issue-on-font-size/</link>
      <pubDate>Sat, 11 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2025-01-11-xfce4-4-20-upgrade-issue-on-font-size/</guid>
      <description>&lt;p&gt;With the recent upgrade of Xfce4 4.20, I was facing the font size issue on my laptop. I am using &lt;code&gt;icewm&lt;/code&gt; . And the upgrade causes my fonts become too small. But some applications are too big, like Brave and FreeFileSync. I spent some time to fix this. And this is my final solution,&lt;/p&gt;&#xA;&lt;p&gt;Allow &lt;code&gt;xfsettingsd&lt;/code&gt; at startup,&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;xfsettingsd --daemon -D&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;And use &lt;code&gt;xfce4-appearance-settings&lt;/code&gt;, at the Fonts &amp;gt; DPI, enable Custom and set the value to 120 as in .Xresources . The effect is immediate. This solves the font size for all applications.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Logitech M590 mouse and Linux 6.11.4</title>
      <link>https://blogarious.kairopath.net/posts/2024-10-22-logitech-m590-mouse-and-linux-6-11-4/</link>
      <pubDate>Tue, 22 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2024-10-22-logitech-m590-mouse-and-linux-6-11-4/</guid>
      <description>&lt;p&gt;Due to the recent upgrade of Linux kernel to 6.11.4, my bluetooth mouse (Logitech M590) cannot connect. I tried many times, and sometimes I can connect, but most of the time it fails. There were several related posts: &lt;a href=&#34;https://bbs.archlinux.org/viewtopic.php?id=300249&#34;&gt;here&lt;/a&gt; and &lt;a href=&#34;https://www.reddit.com/r/archlinux/comments/1g7btat/bluetooth_device_doesnt_reconnect_after_suspend/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Since my storage doesn&amp;rsquo;t have enough space to install Linux LTS, I can only wait for the fix from Linux. While waiting for the fix, I remembered that M590 allows to use a USB receiver. As a result, I installed &lt;code&gt;ltunify&lt;/code&gt; package and now it works. The only drawback is that one of my USB ports is occupied.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Android playing iOS MOV video</title>
      <link>https://blogarious.kairopath.net/posts/2023-11-10-android-playing-ios-mov-video/</link>
      <pubDate>Fri, 10 Nov 2023 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2023-11-10-android-playing-ios-mov-video/</guid>
      <description>&lt;p&gt;I am using an Android phone, specifically Vivo. I found that when I play the MOV video transferred from iOS, only sound is able to be played properly but the picture is not showing.&lt;/p&gt;&#xA;&lt;p&gt;None of the solutions from the Internet helped me to solve my problem. After trial and error, I found that the MOV file can be converted to MP4 format using &lt;code&gt;ffmpeg&lt;/code&gt; with some parameters. Eg,&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;fmpeg -i input.MOV -c:v libx264 -c:a aac -vf &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;scale=720:1280,fps=29&amp;#34;&lt;/span&gt; -ac &lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt; -x264opts &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;ref=0:cabac=0:b_pyramid=0:bframes=0&amp;#34;&lt;/span&gt; -profile:v baseline -pix_fmt yuv420p output.mp4&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Based on my experience, the most crucial parameter is &amp;ldquo;-pix_fmt yuv420p&amp;rdquo;, so the MP4 video is 8-bit depth.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Switching from Openbox to IceWM</title>
      <link>https://blogarious.kairopath.net/posts/2023-03-19-switching-from-openbox-to-icewm/</link>
      <pubDate>Sun, 19 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2023-03-19-switching-from-openbox-to-icewm/</guid>
      <description>&lt;p&gt;Bye-bye Openbox, welcome IceWM.&lt;/p&gt;&#xA;&lt;p&gt;Due to the recent upgrade of &lt;code&gt;glib2&lt;/code&gt; on Arch Linux, it &lt;a href=&#34;https://bbs.archlinux.org/viewtopic.php?id=284299&#34;&gt;crashes&lt;/a&gt; my Openbox when I am running Wine or Proton. Downgrade to 2.74.6 is not a solution, because Nemo, Caja, Nautilus are using 2.76.0.&lt;/p&gt;&#xA;&lt;p&gt;As a result, I have to find an alternative. From Wikipedia, I found that LXDE can be configured with other window manager rather than Openbox, eg Fluxbox, IceWM, or Xfwm.&lt;/p&gt;&#xA;&lt;p&gt;I tried Xfwm, but it fails to run. Probably needs extra configuration, but I didn&amp;rsquo;t continue trying. I tried Fluxbox long time ago, can&amp;rsquo;t remember the feature. Then I found that, compare to Openbox, IceWM is still in development. Hence I decided to try IceWM.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Malaysia Airlines online booking review</title>
      <link>https://blogarious.kairopath.net/posts/2023-02-04-malaysia-airlines-online-booking-review/</link>
      <pubDate>Sat, 04 Feb 2023 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2023-02-04-malaysia-airlines-online-booking-review/</guid>
      <description>&lt;p&gt;Recently I was doing online booking using Malaysia Airlines (MAS). In summary, the experience is too bad.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;I cannot login using GMail with password.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Sending email as feedback to get support, but never get reply.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Passenger name cannot be too long. Need to use initials.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The first name and last name is super weird. The last name suppose to be family name. For Chinese with Christian name, such as James Wong Hang Seng, the family name is Wong, the last name suppose to be Wong, but the instruction says to fill the last name as James Wong. This doesn&amp;rsquo;t make any sense.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Twitter interests deselection bookmarklet</title>
      <link>https://blogarious.kairopath.net/posts/2022-11-13-twitter-interests-deselection-bookmarklet/</link>
      <pubDate>Sun, 13 Nov 2022 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2022-11-13-twitter-interests-deselection-bookmarklet/</guid>
      <description>&lt;p&gt;I like to use Twitter, but the new Topics and Interests feature of Twitter is damn annoying. It keep showing something I am not interested of.&lt;/p&gt;&#xA;&lt;p&gt;I looked for the solution from Internet, and finally I come out with this bookmarklet, which can be used in Settings &amp;gt; Privacy and Safety &amp;gt; Content You See &amp;gt; Interests.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code class=&#34;language-jscript&#34; data-lang=&#34;jscript&#34;&gt;javascript:(async()=&amp;gt;{const sleep=ms=&amp;gt;new Promise(r=&amp;gt;setTimeout(r,ms));const inputs=document.querySelectorAll(&amp;#39;section[aria-label=&amp;#34;Section details&amp;#34;] input:checked&amp;#39;);for(let i=0;i&amp;lt;inputs.length;i+=1){const rand=Math.floor(Math.random()*2e3);await sleep(9e3+rand);const input=inputs[i];input.click()}})();&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;After trigger the bookmarklet, just leave the page there, it will slowly deselect one by one.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dell Vostro 5459 revive</title>
      <link>https://blogarious.kairopath.net/posts/2021-12-18-dell-vostro-5459-revive/</link>
      <pubDate>Sat, 18 Dec 2021 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2021-12-18-dell-vostro-5459-revive/</guid>
      <description>&lt;p&gt;I was using Dell Vostro 5459 previously. However, it has some hardware deficiencies. The battery capacity keeps dropping drastically within a year. That&amp;rsquo;s a very bad experience. Now, the fully charged battery is only 1% of the designed capacity. Then I purchased an external power bank from Dell. But that&amp;rsquo;s not an ideal design for a laptop that you need to bring extra gadget to everywhere, and charging external battery is too troublesome.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Solution on Evernote login issue</title>
      <link>https://blogarious.kairopath.net/posts/2020-06-09-solution-on-evernote-login-issue/</link>
      <pubDate>Tue, 09 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2020-06-09-solution-on-evernote-login-issue/</guid>
      <description>&lt;p&gt;I faced the login issue with Evernote since around two weeks ago. It leads me to a blank page, with the HTTP status code 418. There is similar issue reported &lt;a href=&#34;https://webcache.googleusercontent.com/search?q=cache:PRKCT_whuMIJ:https://discussion.evernote.com/topic/124479-sync-issuesconnectivity-issues/+&amp;amp;cd=3&amp;amp;hl=en&amp;amp;ct=clnk&amp;amp;gl=my&#34;&gt;here&lt;/a&gt;. I made the bug report, but the issue not yet solved. Looks like it happened in Malaysia and Vietnam according to the forum. Suggested solution in the forum was to use VPN.&lt;/p&gt;&#xA;&lt;p&gt;This is how I solved the issue as a temporary solution to login.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Brave or Chromium</title>
      <link>https://blogarious.kairopath.net/posts/2020-04-24-brave-or-chromium/</link>
      <pubDate>Fri, 24 Apr 2020 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2020-04-24-brave-or-chromium/</guid>
      <description>&lt;p&gt;I am in dilemma of choosing Brave or Chromium as my default browser.&lt;/p&gt;&#xA;&lt;p&gt;The following is my comparison,&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;strong&gt;Chromium&lt;/strong&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;strong&gt;Brave&lt;/strong&gt;&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Arch Linux official repo&lt;/td&gt;&#xA;          &lt;td&gt;Yes, in Extra&lt;/td&gt;&#xA;          &lt;td&gt;AUR&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Sync&lt;/td&gt;&#xA;          &lt;td&gt;Sync a lot of things, including tabs, history, compatible to Google Chrome&lt;/td&gt;&#xA;          &lt;td&gt;Sync bookmark only&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;AdBlock&lt;/td&gt;&#xA;          &lt;td&gt;Require extension, such as uBlock Origin&lt;/td&gt;&#xA;          &lt;td&gt;Built-in adblock, but leads to difficulty to customize blocking certain HTML elements.   Adblock also breaks some anti-adblock sites.   But adblock works on mobile version on both Android and iPhone&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Start&lt;/td&gt;&#xA;          &lt;td&gt;Fast start&lt;/td&gt;&#xA;          &lt;td&gt;Slower than Chromium, because it runs &lt;code&gt;pacman&lt;/code&gt; (Arch Linux package manager) to check &lt;code&gt;pepper-flash&lt;/code&gt;.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Privacy&lt;/td&gt;&#xA;          &lt;td&gt;Nothing special&lt;/td&gt;&#xA;          &lt;td&gt;Built-in Tor feature for private browsing with Tor&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;I am still continue using Brave, because I prefer Brave over Firefox on Android. In order to conform with Brave on Android, I choose Brave on desktop.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Microsoft To Do</title>
      <link>https://blogarious.kairopath.net/posts/2020-04-18-microsoft-to-do/</link>
      <pubDate>Sat, 18 Apr 2020 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2020-04-18-microsoft-to-do/</guid>
      <description>&lt;p&gt;In my previous post, I mentioned I &lt;a href=&#34;https://blogarious.kairopath.net/posts/2020-02-14-wunderlist/&#34;&gt;migrated Wunderlist to Microsoft To Do&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;However, there are two annoying things. Firstly, do not expect there will be Chrome App version of Microsoft To Do similar to Wunderlist and Google Keep, because Chrome Apps is going to be &lt;a href=&#34;https://blog.chromium.org/2020/01/moving-forward-from-chrome-apps.html&#34;&gt;discontinued&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Secondly, I frequently experienced To Do web page doesn&amp;rsquo;t load properly, either stuck at the loading page, or the tasks not showing or showing partially.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LightDM background image</title>
      <link>https://blogarious.kairopath.net/posts/2019-10-20-lightdm-background-image/</link>
      <pubDate>Sun, 20 Oct 2019 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2019-10-20-lightdm-background-image/</guid>
      <description>&lt;p&gt;Recently my old laptop, due to some unknown configuration, it shows a background image in the LightDM login. It is annoying, and it is user specific. Meaning, if I choose another user, the background image will be changed to black background.&lt;/p&gt;&#xA;&lt;p&gt;Searched for the solution on Internet, most of links are about &lt;code&gt;gsettings&lt;/code&gt;, or edit the image in &lt;code&gt;/etc/lightdm/lightdm.conf&lt;/code&gt;. But none of the related to my issue.&lt;/p&gt;&#xA;&lt;p&gt;Finally, I found the solution. The problem is not LightDM itself, but related to AccountsService.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Vivo Y17 and Wunderlist</title>
      <link>https://blogarious.kairopath.net/posts/2019-08-03-vivo-y17-and-wunderlist/</link>
      <pubDate>Sat, 03 Aug 2019 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2019-08-03-vivo-y17-and-wunderlist/</guid>
      <description>&lt;p&gt;Recently changed to new phone Vivo Y17. Installed all the apps needed. Then I discovered an issue with Wunderlist.&lt;/p&gt;&#xA;&lt;p&gt;Wunderlist widget keep showing &amp;ldquo;loading&amp;rdquo;, and I cannot change the list to be viewed.&lt;/p&gt;&#xA;&lt;p&gt;The reminder doesn&amp;rsquo;t show notification in time.&lt;/p&gt;&#xA;&lt;p&gt;Then I tried to migrate Wunderlist to Microsoft To-Do, and it has same issue as well.&lt;/p&gt;&#xA;&lt;p&gt;Searching the solution and I finally get this &lt;a href=&#34;http://support.dailyhunt.in/support/solutions/articles/4000093200-are-you-using-vivo-devices-not-getting-notifications-even-after-enabling-show-notification-&#34;&gt;page&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;To summarise the solution, go to Settings &amp;gt; Permission Management &amp;gt; Autostart, then enable Wunderlist or Microsoft To-Do.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AAC file re-visit</title>
      <link>https://blogarious.kairopath.net/posts/2017-04-23-aac-file-re-visit/</link>
      <pubDate>Sun, 23 Apr 2017 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2017-04-23-aac-file-re-visit/</guid>
      <description>&lt;p&gt;In my previous &lt;a href=&#34;https://blogarious.kairopath.net/posts/2017-03-27-aac-audio-file-and-id3-tag/&#34;&gt;post&lt;/a&gt;, I mentioned about AAC and the ID3 tag. And I mentoined that&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;I have an AAC audio file (technically M4A) [&amp;hellip;]&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;I used Audacious previously, then change to DeadBeef. The main reason I changed was because I kept failing to play AAC audio file. What&amp;rsquo;s wrong? FFplay can play it, SMPlayer can play it, DeadBeef can play it, Clementine can play it, but Audacious cannot. Audacious has a AAC plugin, it should support AAC format.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AAC audio file and ID3 tag</title>
      <link>https://blogarious.kairopath.net/posts/2017-03-27-aac-audio-file-and-id3-tag/</link>
      <pubDate>Mon, 27 Mar 2017 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2017-03-27-aac-audio-file-and-id3-tag/</guid>
      <description>&lt;p&gt;I just found that, if I have an AAC audio file (technically M4A), and if I added the ID3 tag 2 (aka ID3v2), then the audio file will failed to be converted by &lt;strong&gt;ffmpeg&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;It can be either converted to mp3&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;using &lt;a href=&#34;http://deadbeef.sourceforge.net/&#34;&gt;DeadBeef&lt;/a&gt; audio player, or&lt;/li&gt;&#xA;&lt;li&gt;remove the ID3v2 tag then convert&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;So, how to add the metadata like ID3 tag? Use the &lt;a href=&#34;https://kid3.sourceforge.io/&#34;&gt;Kid3&lt;/a&gt; and add the Tag 3 (aka APE tag). This will not affect how ffmpeg to read the file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bye-bye Xiaomi Mi 3</title>
      <link>https://blogarious.kairopath.net/posts/2016-11-26-bye-bye-xiaomi-mi-3/</link>
      <pubDate>Sat, 26 Nov 2016 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2016-11-26-bye-bye-xiaomi-mi-3/</guid>
      <description>&lt;h2 id=&#34;prelude&#34;&gt;Prelude&lt;/h2&gt;&#xA;&lt;p&gt;Last weekend was a long story, that I my Xiaomi Mi 3 is screwed! It happened like this.&lt;/p&gt;&#xA;&lt;p&gt;I was in the car, using the phone to surf net and go through the social networks. Then suddenly, it popped up a notification saying that my phone is too hot, asked me to cool down, with a system button &amp;ldquo;Cool Down&amp;rdquo;. I cannot guarantee that this is not a virus, but I believe that my phone doesn&amp;rsquo;t have virus. (I can hardly find the Cool Down feature online, &lt;a href=&#34;http://xiaomininja.com/2016/05/23/miui-8-china-alpha-rom-second-space-cloned-apps-battery-saver-and-more/&#34;&gt;this&lt;/a&gt; is the only one.) So, I pressed the Cool Down button. With this press, sorry my phone. You got a stroke, and never overcome. Bye-bye!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linux no sound after boot into Windows</title>
      <link>https://blogarious.kairopath.net/posts/2016-10-14-linux-no-sound-after-boot-into-windows/</link>
      <pubDate>Fri, 14 Oct 2016 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2016-10-14-linux-no-sound-after-boot-into-windows/</guid>
      <description>&lt;p&gt;Just now was trying to boot into Windows, &lt;strong&gt;by plugged in the HDMI cable&lt;/strong&gt;, which supports for video only. But then, I rebooted into Linux without plugged out the HDMI cable. Then, it caused no sound in Linux.&lt;/p&gt;&#xA;&lt;p&gt;Try 1: I killed the pulseaudio, then delete the ~/.config/pulse, and rebooted Linux. Failed.&lt;/p&gt;&#xA;&lt;p&gt;Try 2: Run alsamixer, turned on everything, and do Try 1 again. Failed.&lt;/p&gt;&#xA;&lt;p&gt;Then I guessed it was caused by the HDMI cable, which the Windows may assume there is audio, then caused my computer somehow ouptut the audio through the HDMI, even I rebooted into Linux.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MIUI 7 Google Calendar sync problem</title>
      <link>https://blogarious.kairopath.net/posts/2016-04-11-miui-7-google-calendar-sync-problem/</link>
      <pubDate>Mon, 11 Apr 2016 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2016-04-11-miui-7-google-calendar-sync-problem/</guid>
      <description>&lt;p&gt;Recently, I found that, the calendar item (agenda) created in MIUI 7 Calendar does not sync to my Google Calendar. Then I ignore it.&lt;/p&gt;&#xA;&lt;p&gt;And until today, I found that, the agenda from Google Calendar does not sync to MIUI7 Calendar too. Then this will be serious. So, I search around the forum, and finally get this solution.&lt;/p&gt;&#xA;&lt;p&gt;Install &lt;strong&gt;Google Calendar&lt;/strong&gt;! This will solve the calendar syncing problem. Enjoy!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Xfce4 Power Manager, NVIDIA, Nouveau backlight issue</title>
      <link>https://blogarious.kairopath.net/posts/2015-11-08-xfce4-power-manager-nvidia-nouveau-backlight-issue/</link>
      <pubDate>Sun, 08 Nov 2015 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2015-11-08-xfce4-power-manager-nvidia-nouveau-backlight-issue/</guid>
      <description>&lt;p&gt;Recently I move back to use my (around) 4 years old laptop, HP Pavilion dv3. It has NVIDIA graphic card. But since I (re-)installed Arch Linux 64 bit on it, I failed to run the X11 with the proprietary NVIDIA driver. As a result, I used the Nouveau module instead. Then, I tried several times and finally successfully run the X11 with NVIDIA driver.&lt;/p&gt;&#xA;&lt;p&gt;To use the Nouveau module, in the mkinitcpio.conf, we have to add in &amp;ldquo;nouveau&amp;rdquo; module, then build the initramfs (refer to wiki &lt;a href=&#34;https://wiki.archlinux.org/index.php/Nouveau#Enable_early_KMS&#34;&gt;page&lt;/a&gt;). And use the &amp;ldquo;Xorg -configure&amp;rdquo; to generate the xorg.conf.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MIUI upgrade</title>
      <link>https://blogarious.kairopath.net/posts/2015-10-28-miui-upgrade/</link>
      <pubDate>Wed, 28 Oct 2015 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2015-10-28-miui-upgrade/</guid>
      <description>&lt;p&gt;Today I just upgraded the MIUI to version 7. Actually, it prompted for the  upgrade since some times last week. But I failed to upgrade, expected to be server problem.&lt;/p&gt;&#xA;&lt;p&gt;So, today I determined to find the solution for manual upgrade. The upgrade version is MIUI 7.0.5.0. I visited the official site and searched the ROM, but the official site does not have this ROM. As a result, just did a search, and found the target ROM in the MIUI official forum. Then everything becomes easy now.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LibreOffice Writer table tips</title>
      <link>https://blogarious.kairopath.net/posts/2015-08-21-libreoffice-writer-table-tips-2/</link>
      <pubDate>Fri, 21 Aug 2015 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2015-08-21-libreoffice-writer-table-tips-2/</guid>
      <description>&lt;h3 id=&#34;preface&#34;&gt;Preface&lt;/h3&gt;&#xA;&lt;p&gt;LibreOffice Writer is better than Microsoft Word. If you are a web developer, you should understand that there are class and style. Using LibreOffice is tended to using class-like style, instead of direct formatting, which causes a lot of inconsistent, troublesome, and time consuming modification throughout the word processing. And this is happened when the newbies are using Microsoft Word to create templates for the advanced user like me, and causes me full of trouble as being tortured.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
