{"id":2291,"date":"2011-05-21T19:17:13","date_gmt":"2011-05-21T19:17:13","guid":{"rendered":"http:\/\/t.motd.kr\/articles\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible"},"modified":"2022-12-28T01:44:41","modified_gmt":"2022-12-27T16:44:41","slug":"how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible","status":"publish","type":"post","link":"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/","title":{"rendered":"How to Start Pidgin Minimized (or always start Pidgin with its buddy list invisible)"},"content":{"rendered":"\n

Pidgin<\/a> does not have an option that allows a user decide whether the Pidgin buddy list window starts minimized or not. It just remembers the state of the window when it quits, and restores the last window state.<\/p>\n\n\n\n

The last window status is stored in $HOME\/.purple\/prefs.xml<\/code>:<\/p>\n\n\n\n

...\n<pref name='pidgin'>\n  ...\n  <pref name='blist'>\n  ...\n    <pref name='list_visible' type='bool' value='0'\/> <!-- 0: invisible, 1: visible -->\n    <pref name='list_maximized' type='bool' value='0'\/> <!-- 0: normal, 1: maximized -->\n  ,,,\n  <\/pref>\n<\/pref>\n...<\/code><\/pre>\n\n\n\n

When the list_visible<\/code> property is set to 0<\/code>, you will see Pidgin minimizes its buddy list window into the system tray (or the notification area). How can we make sure it\u2019s always set to 0<\/code> when Pidgin updates it when it exits? Let\u2019s write a shell script:<\/p>\n\n\n\n

#!\/bin\/bash\nperl -pi -e \"s\/pref name='(list_visible|list_maximized)' type='bool' value='[1-9]'\/pref name='$1' type='bool' value='0'\/gi\" ~\/.purple\/prefs.xml\n\/usr\/bin\/pidgin &<\/code><\/pre>\n\n\n\n

The first perl<\/code> command searches the list_visible<\/code> and list_maximized<\/code> properties and replaces their values with 0<\/code> before Pidgin starts. Problem solved!<\/p>\n\n\n\n

Not that I like this workaround. I still just can\u2019t believe there is no option about this.<\/p>\n","protected":false},"excerpt":{"rendered":"

Pidgin does not have an option that allows a user decide whether the Pidgin buddy list window starts minimized or not. It just remembers the state of the window when it quits, and restores the last window state. The last window status is stored in $HOME\/.purple\/prefs.xml: When the list_visible property is set to 0, you… Continue reading →<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"yoast_head":"How to Start Pidgin Minimized (or always start Pidgin with its buddy list invisible) — T's message of the day<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Start Pidgin Minimized (or always start Pidgin with its buddy list invisible) — T's message of the day\" \/>\n<meta property=\"og:description\" content=\"Pidgin does not have an option that allows a user decide whether the Pidgin buddy list window starts minimized or not. It just remembers the state of the window when it quits, and restores the last window state. The last window status is stored in $HOME\/.purple\/prefs.xml: When the list_visible property is set to 0, you... Continue reading →\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/\" \/>\n<meta property=\"og:site_name\" content=\"T's message of the day\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/trustin\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/trustin\" \/>\n<meta property=\"article:published_time\" content=\"2011-05-21T19:17:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-27T16:44:41+00:00\" \/>\n<meta name=\"author\" content=\"Trustin Lee\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/www.twitter.com\/trustin\" \/>\n<meta name=\"twitter:site\" content=\"@trustin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Trustin Lee\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/\"},\"author\":{\"name\":\"Trustin Lee\",\"@id\":\"https:\/\/vault.motd.kr\/wordpress\/#\/schema\/person\/4430ad90fc2ddeef051565701d85db9d\"},\"headline\":\"How to Start Pidgin Minimized (or always start Pidgin with its buddy list invisible)\",\"datePublished\":\"2011-05-21T19:17:13+00:00\",\"dateModified\":\"2022-12-27T16:44:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/\"},\"wordCount\":140,\"publisher\":{\"@id\":\"https:\/\/vault.motd.kr\/wordpress\/#\/schema\/person\/4430ad90fc2ddeef051565701d85db9d\"},\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/\",\"url\":\"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/\",\"name\":\"How to Start Pidgin Minimized (or always start Pidgin with its buddy list invisible) — T's message of the day\",\"isPartOf\":{\"@id\":\"https:\/\/vault.motd.kr\/wordpress\/#website\"},\"datePublished\":\"2011-05-21T19:17:13+00:00\",\"dateModified\":\"2022-12-27T16:44:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/vault.motd.kr\/wordpress\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Start Pidgin Minimized (or always start Pidgin with its buddy list invisible)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vault.motd.kr\/wordpress\/#website\",\"url\":\"https:\/\/vault.motd.kr\/wordpress\/\",\"name\":\"T's message of the day\",\"description\":\"the best is yet to come\",\"publisher\":{\"@id\":\"https:\/\/vault.motd.kr\/wordpress\/#\/schema\/person\/4430ad90fc2ddeef051565701d85db9d\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vault.motd.kr\/wordpress\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/vault.motd.kr\/wordpress\/#\/schema\/person\/4430ad90fc2ddeef051565701d85db9d\",\"name\":\"Trustin Lee\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vault.motd.kr\/wordpress\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/vault.motd.kr\/wordpress\/wp-content\/uploads\/2020\/09\/avatar-2019-966px.png\",\"contentUrl\":\"https:\/\/vault.motd.kr\/wordpress\/wp-content\/uploads\/2020\/09\/avatar-2019-966px.png\",\"width\":966,\"height\":966,\"caption\":\"Trustin Lee\"},\"logo\":{\"@id\":\"https:\/\/vault.motd.kr\/wordpress\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/t.motd.kr\/\",\"https:\/\/www.facebook.com\/trustin\",\"https:\/\/www.instagram.com\/trustinlee\/\",\"https:\/\/www.linkedin.com\/in\/trustin\",\"https:\/\/twitter.com\/https:\/\/www.twitter.com\/trustin\",\"https:\/\/www.youtube.com\/@trustinlee\"]}]}<\/script>","yoast_head_json":{"title":"How to Start Pidgin Minimized (or always start Pidgin with its buddy list invisible) — T's message of the day","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/","og_locale":"en_US","og_type":"article","og_title":"How to Start Pidgin Minimized (or always start Pidgin with its buddy list invisible) — T's message of the day","og_description":"Pidgin does not have an option that allows a user decide whether the Pidgin buddy list window starts minimized or not. It just remembers the state of the window when it quits, and restores the last window state. The last window status is stored in $HOME\/.purple\/prefs.xml: When the list_visible property is set to 0, you... Continue reading →","og_url":"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/","og_site_name":"T's message of the day","article_publisher":"https:\/\/www.facebook.com\/trustin","article_author":"https:\/\/www.facebook.com\/trustin","article_published_time":"2011-05-21T19:17:13+00:00","article_modified_time":"2022-12-27T16:44:41+00:00","author":"Trustin Lee","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/www.twitter.com\/trustin","twitter_site":"@trustin","twitter_misc":{"Written by":"Trustin Lee","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/#article","isPartOf":{"@id":"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/"},"author":{"name":"Trustin Lee","@id":"https:\/\/vault.motd.kr\/wordpress\/#\/schema\/person\/4430ad90fc2ddeef051565701d85db9d"},"headline":"How to Start Pidgin Minimized (or always start Pidgin with its buddy list invisible)","datePublished":"2011-05-21T19:17:13+00:00","dateModified":"2022-12-27T16:44:41+00:00","mainEntityOfPage":{"@id":"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/"},"wordCount":140,"publisher":{"@id":"https:\/\/vault.motd.kr\/wordpress\/#\/schema\/person\/4430ad90fc2ddeef051565701d85db9d"},"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/","url":"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/","name":"How to Start Pidgin Minimized (or always start Pidgin with its buddy list invisible) — T's message of the day","isPartOf":{"@id":"https:\/\/vault.motd.kr\/wordpress\/#website"},"datePublished":"2011-05-21T19:17:13+00:00","dateModified":"2022-12-27T16:44:41+00:00","breadcrumb":{"@id":"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vault.motd.kr\/wordpress\/posts\/2291\/how-to-start-pidgin-minimized-or-always-start-pidgin-with-its-buddy-list-invisible\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vault.motd.kr\/wordpress\/"},{"@type":"ListItem","position":2,"name":"How to Start Pidgin Minimized (or always start Pidgin with its buddy list invisible)"}]},{"@type":"WebSite","@id":"https:\/\/vault.motd.kr\/wordpress\/#website","url":"https:\/\/vault.motd.kr\/wordpress\/","name":"T's message of the day","description":"the best is yet to come","publisher":{"@id":"https:\/\/vault.motd.kr\/wordpress\/#\/schema\/person\/4430ad90fc2ddeef051565701d85db9d"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vault.motd.kr\/wordpress\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/vault.motd.kr\/wordpress\/#\/schema\/person\/4430ad90fc2ddeef051565701d85db9d","name":"Trustin Lee","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vault.motd.kr\/wordpress\/#\/schema\/person\/image\/","url":"https:\/\/vault.motd.kr\/wordpress\/wp-content\/uploads\/2020\/09\/avatar-2019-966px.png","contentUrl":"https:\/\/vault.motd.kr\/wordpress\/wp-content\/uploads\/2020\/09\/avatar-2019-966px.png","width":966,"height":966,"caption":"Trustin Lee"},"logo":{"@id":"https:\/\/vault.motd.kr\/wordpress\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/t.motd.kr\/","https:\/\/www.facebook.com\/trustin","https:\/\/www.instagram.com\/trustinlee\/","https:\/\/www.linkedin.com\/in\/trustin","https:\/\/twitter.com\/https:\/\/www.twitter.com\/trustin","https:\/\/www.youtube.com\/@trustinlee"]}]}},"_links":{"self":[{"href":"https:\/\/vault.motd.kr\/wordpress\/wp-json\/wp\/v2\/posts\/2291"}],"collection":[{"href":"https:\/\/vault.motd.kr\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vault.motd.kr\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vault.motd.kr\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vault.motd.kr\/wordpress\/wp-json\/wp\/v2\/comments?post=2291"}],"version-history":[{"count":3,"href":"https:\/\/vault.motd.kr\/wordpress\/wp-json\/wp\/v2\/posts\/2291\/revisions"}],"predecessor-version":[{"id":5926,"href":"https:\/\/vault.motd.kr\/wordpress\/wp-json\/wp\/v2\/posts\/2291\/revisions\/5926"}],"wp:attachment":[{"href":"https:\/\/vault.motd.kr\/wordpress\/wp-json\/wp\/v2\/media?parent=2291"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vault.motd.kr\/wordpress\/wp-json\/wp\/v2\/categories?post=2291"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vault.motd.kr\/wordpress\/wp-json\/wp\/v2\/tags?post=2291"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}