{"id":205,"date":"2026-01-24T09:45:46","date_gmt":"2026-01-24T09:45:46","guid":{"rendered":"http:\/\/petrumihai.home.ro\/?p=205"},"modified":"2026-01-24T09:49:37","modified_gmt":"2026-01-24T09:49:37","slug":"correct-missing-eject-icon-in-panel-for-usb-drives-in-linux-mint-22-3","status":"publish","type":"post","link":"https:\/\/petrumihai.ro\/index.php\/2026\/01\/24\/correct-missing-eject-icon-in-panel-for-usb-drives-in-linux-mint-22-3\/","title":{"rendered":"Correct missing Eject icon in Panel for USB drives in Linux Mint 22.3"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">1. Open file <strong><em>\/usr\/share\/cinnamon\/js\/ui\/placesManager.js<\/em><\/strong> in any file editor<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. Replace<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-color has-white-background-color has-text-color has-background has-link-color wp-elements-95d72460acd5fa853ae81bfaba3ec80e\"><code><em>isRemovable: function() {<\/em>\n             return this._mount.can_eject();\n\t\t     }<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">with<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-color has-white-background-color has-text-color has-background has-link-color wp-elements-625a370cbc0aab834df7532f9a6648d1\"><code>sRemovable: function() {\n\t\t    return (this._mount.can_eject() || this._mount.can_unmount());\n\t\t    }<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">3. Restart computer<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. Open file \/usr\/share\/cinnamon\/js\/ui\/placesManager.js in any file editor 2. Replace with 3. Restart computer<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"site-container-style":"default","site-container-layout":"default","site-sidebar-layout":"default","disable-article-header":"default","disable-site-header":"default","disable-site-footer":"default","disable-content-area-spacing":"default","footnotes":""},"categories":[14],"tags":[],"class_list":["post-205","post","type-post","status-publish","format-standard","hentry","category-os"],"_links":{"self":[{"href":"https:\/\/petrumihai.ro\/index.php\/wp-json\/wp\/v2\/posts\/205","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/petrumihai.ro\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/petrumihai.ro\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/petrumihai.ro\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/petrumihai.ro\/index.php\/wp-json\/wp\/v2\/comments?post=205"}],"version-history":[{"count":4,"href":"https:\/\/petrumihai.ro\/index.php\/wp-json\/wp\/v2\/posts\/205\/revisions"}],"predecessor-version":[{"id":210,"href":"https:\/\/petrumihai.ro\/index.php\/wp-json\/wp\/v2\/posts\/205\/revisions\/210"}],"wp:attachment":[{"href":"https:\/\/petrumihai.ro\/index.php\/wp-json\/wp\/v2\/media?parent=205"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/petrumihai.ro\/index.php\/wp-json\/wp\/v2\/categories?post=205"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/petrumihai.ro\/index.php\/wp-json\/wp\/v2\/tags?post=205"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}