<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Is there a possibility to completely disable&#x2F;uninstall the Launcher?]]></title><description><![CDATA[<p dir="auto">Is there a possibility to completely disable/uninstall the Launcher?</p>
]]></description><link>https://forums.ubports.com/topic/4794/is-there-a-possibility-to-completely-disable-uninstall-the-launcher</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 17:55:35 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/4794.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Aug 2020 14:26:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Tue, 25 Aug 2020 21:45:56 GMT]]></title><description><![CDATA[<p dir="auto">Sorry, I couldn't let it go... this is what I found out... It took me 15 minutes including writing this reply.</p>
<p dir="auto">Let's find all files in /usr that contains case insensitive word "launcher"</p>
<pre><code class="language-bash">$ find /usr/ -iname '*launcher*'
/usr/bin/cautious-launcher
/usr/bin/unity-webapps-qml-launcher
/usr/lib/arm-linux-gnueabihf/ubuntu-system-settings/private/Ubuntu/SystemSettings/Launcher
/usr/lib/arm-linux-gnueabihf/ubuntu-system-settings/private/Ubuntu/SystemSettings/Launcher/libUbuntuLauncherPanel.so
/usr/lib/arm-linux-gnueabihf/ubuntu-system-settings/liblauncher-plugin.so
/usr/lib/arm-linux-gnueabihf/unity8/qml/Greeter/Unity/Launcher
/usr/lib/arm-linux-gnueabihf/unity8/qml/Greeter/Unity/Launcher/libUnityLauncherAS-qml.so
/usr/lib/arm-linux-gnueabihf/unity8/qml/Unity/Launcher
/usr/lib/arm-linux-gnueabihf/unity8/qml/Unity/Launcher/libUnityLauncher-qml.so
/usr/lib/python3/dist-packages/libertine/launcher
/usr/share/ubuntu/settings/system/launcher.settings
/usr/share/ubuntu/settings/system/qml-plugins/reset/ResetLauncherHome.qml
/usr/share/ubuntu/settings/system/qml-plugins/launcher
/usr/share/unity/themes/launcher_background_middle.png
/usr/share/unity/themes/launcher_background_top.png
/usr/share/unity/themes/launcher_background_bottom.png
/usr/share/unity/themes/launcher_reflection.png
/usr/share/applications/unitywebappsqmllauncher.desktop
/usr/share/unity8/Launcher
/usr/share/unity8/Launcher/LauncherDelegate.qml
/usr/share/unity8/Launcher/FoldingLauncherDelegate.qml
/usr/share/unity8/Launcher/Launcher.qml
/usr/share/unity8/Launcher/FoldingLauncherDelegate.qmlc
/usr/share/unity8/Launcher/Launcher.qmlc
/usr/share/unity8/Launcher/LauncherPanel.qmlc
/usr/share/unity8/Launcher/LauncherPanel.qml
/usr/share/unity8/Launcher/LauncherDelegate.qmlc
/usr/share/icons/suru/apps/scalable/preferences-desktop-launcher-symbolic.svg
</code></pre>
<p dir="auto">Hmm... the /usr/share/unity8/Launcher folder looks promising...<br />
After reading, what's in the <code>/usr/share/unity8/Launcher/Launcher.qml</code>, there is a parameter that looks promising:</p>
<pre><code>28 
29     property bool autohideEnabled: false
30     property bool lockedVisible: false
</code></pre>
<p dir="auto">I mean the <code>autohideEnabled</code>... Let's see, where it's used...</p>
<pre><code class="language-bash">$ grep -nr autohideEnabled /usr/share/unity8/Launcher/
/usr/share/unity8/Launcher/Launcher.qml:29:    property bool autohideEnabled: false
/usr/share/unity8/Launcher/Launcher.qml:411:                if (root.autohideEnabled &amp;&amp; !root.lockedVisible) {
/usr/share/unity8/Launcher/Launcher.qml:607:                autohideEnabled: true
</code></pre>
<p dir="auto">Only in three positions... maybe if it was always true, the launcher would stay hidden... try to edit the line 29 (you'll need to remount the / as rw) and restart unity8 via UbuntuTouchTweakTool...</p>
<p dir="auto">...</p>
<p dir="auto">This is all the effort I'm willing to invest into this thread for now. Maybe it will help. Happy hacking.</p>
<p dir="auto">EDIT: maybe the <code>autohideEnabled</code> is not he way to go, maybe it does someting else, I haven't tried...</p>
]]></description><link>https://forums.ubports.com/post/39131</link><guid isPermaLink="true">https://forums.ubports.com/post/39131</guid><dc:creator><![CDATA[jezek]]></dc:creator><pubDate>Tue, 25 Aug 2020 21:45:56 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Tue, 25 Aug 2020 17:09:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jezek" aria-label="Profile: jezek">@<bdi>jezek</bdi></a></p>
<p dir="auto">WOW!</p>
]]></description><link>https://forums.ubports.com/post/39121</link><guid isPermaLink="true">https://forums.ubports.com/post/39121</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Tue, 25 Aug 2020 17:09:37 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Tue, 25 Aug 2020 16:37:38 GMT]]></title><description><![CDATA[<p dir="auto">As <a class="plugin-mentions-user plugin-mentions-a" href="/user/keneda" aria-label="Profile: Keneda">@<bdi>Keneda</bdi></a> understood, it was a question, not a request. It is a question to those young and enterprising people here. If someone can find a solution, I'd quite happily implement it. If not, the question is dropped.</p>
<p dir="auto">Its time for me to go away and enjoy life, as the rest of it is not much to the time I was present on this planet Earth. <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.ubports.com/post/39118</link><guid isPermaLink="true">https://forums.ubports.com/post/39118</guid><dc:creator><![CDATA[chdslv]]></dc:creator><pubDate>Tue, 25 Aug 2020 16:37:38 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Tue, 25 Aug 2020 14:39:23 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">I feel if someoe can give him a "hack" to do this, like "the launcher size to 0" mentionned earlier, that would be enough for him.</p>
</blockquote>
<p dir="auto">I will not give him a hack, cause this issue doesn't bug me (and I'm lazy and don't have time until it concerns me <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /> ). I'll give him an advice. There should be a qml file for the launcher somewhere. Use <code>find</code> and <code>grep</code> commands to locate the file. Backup, edit, experiment, hack, play with the file (if something goes terribly wrong, you can always reinstall). Read, try to understand what's going on. Insert log statements and read logs to see what's going on. After finding a satisfying hack, publish, or try to make it not looking as an hack and make an pull request.</p>
<p dir="auto">Don't make excuses that you can't code or you can't do it because it is hard and you are dumb. If you can read and write, you can program. Just like with other skills, you have to do it and practice to master it.</p>
<blockquote>
<p dir="auto">"Is there a possibility to completely disable/uninstall the Launcher?" is not a request, it's a question.</p>
</blockquote>
<p dir="auto">Yes, there is the possibility. There is always a possibility to something software related. But it involves experimenting and lots of time and failing (even if you're knowing what you're doing). If I would do it by myself I would probably just try to keep the launcher hidden. It can hide, there is already some code for it, it should be only a mater of changing some condition.</p>
<p dir="auto">That's all what I have to say.  Good luck. <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
]]></description><link>https://forums.ubports.com/post/39114</link><guid isPermaLink="true">https://forums.ubports.com/post/39114</guid><dc:creator><![CDATA[jezek]]></dc:creator><pubDate>Tue, 25 Aug 2020 14:39:23 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Tue, 25 Aug 2020 10:03:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gizmochicken" aria-label="Profile: GizmoChicken">@<bdi>GizmoChicken</bdi></a> said in <a href="/post/39097">Is there a possibility to completely disable/uninstall the Launcher?</a>:</p>
<blockquote>
<p dir="auto">So, with the above in mind, how about deferring your request until those more "pressing problems" have been resolved?</p>
</blockquote>
<p dir="auto">I don't feel this topic is a "i want that now dude" kind of topic...</p>
<p dir="auto">I feel if someoe can give him a "hack" to do this, like "the launcher size to 0" mentionned earlier, that would be enough for him.</p>
<p dir="auto">"Is there a possibility to completely disable/uninstall the Launcher?" is not a request, it's a question.</p>
<p dir="auto">If nobody have a clue and so the answer is "no", so be it.</p>
<p dir="auto">But if some kind of tweak can make the deal, he will be enjoyed by that.</p>
]]></description><link>https://forums.ubports.com/post/39107</link><guid isPermaLink="true">https://forums.ubports.com/post/39107</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Tue, 25 Aug 2020 10:03:30 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Tue, 25 Aug 2020 05:52:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chdslv" aria-label="Profile: chdslv">@<bdi>chdslv</bdi></a> said in <a href="/post/39068">Is there a possibility to completely disable/uninstall the Launcher?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/flohack" aria-label="Profile: Flohack">@<bdi>Flohack</bdi></a> said in <a href="/post/39050">Is there a possibility to completely disable/uninstall the Launcher?</a>:</p>
<blockquote>
<p dir="auto">No matter what we do, there will be unhappiness. We have learned to live with it <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
</blockquote>
<p dir="auto">It is not a matter of unhappiness. If anyone is using UT/UBPorts, it is because it brings happiness. So, if anyone is suggesting something, it is not "complaining." <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
</blockquote>
<p dir="auto">I'm <em>not</em>, in any way, attempting to belittle your request.  And while I don't particularly support what you want (personally, I <em>like</em> the launcher), I applaud your initiative to request what you feel would be an improvement.  Seriously, I do. <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">But as <a class="plugin-mentions-user plugin-mentions-a" href="/user/flohack" aria-label="Profile: Flohack">@<bdi>Flohack</bdi></a>, explained, at present, "[UBports] have by far more pressing problems than this cosmetic one."</p>
<p dir="auto">For example, among <em>numerous</em> other projects, UBports is currently:</p>
<ul>
<li>upgrading to Qt 5.12;</li>
<li>moving from upstart to systemd; and</li>
<li>preparing for a rebase from 16.04 to 20.04.</li>
</ul>
<p dir="auto">So, with the above in mind, how about <em>deferring</em> your request until those more "pressing problems" have been resolved?</p>
]]></description><link>https://forums.ubports.com/post/39097</link><guid isPermaLink="true">https://forums.ubports.com/post/39097</guid><dc:creator><![CDATA[GizmoChicken]]></dc:creator><pubDate>Tue, 25 Aug 2020 05:52:39 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Tue, 25 Aug 2020 00:21:34 GMT]]></title><description><![CDATA[<p dir="auto">Swipping from bottom was to open installed scopes on Canonical uTouch, not installed apps.</p>
]]></description><link>https://forums.ubports.com/post/39089</link><guid isPermaLink="true">https://forums.ubports.com/post/39089</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Tue, 25 Aug 2020 00:21:34 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Mon, 24 Aug 2020 17:48:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chdslv" aria-label="Profile: chdslv">@<bdi>chdslv</bdi></a> said in <a href="/post/39018">Is there a possibility to completely disable/uninstall the Launcher?</a>:</p>
<blockquote>
<p dir="auto">I had the chance to have the older version of UT, where you swipe from bottom to get to the App Drawer, so there wasn't a need to swipe from the left -- no launcher</p>
</blockquote>
<p dir="auto">Ubuntu Touch has never worked this way. Here's a demo from CES 2013 <a href="https://www.youtube.com/watch?v=GwL77K2cb8o" rel="nofollow ugc">https://www.youtube.com/watch?v=GwL77K2cb8o</a></p>
<p dir="auto">The system was a little closer to looking like Unity7 then, but it was still not with the same behavior as Android, and the Launcher was still there. However, the "dash" could never be closed.</p>
<p dir="auto">And no, we won't be returning the design to that.</p>
]]></description><link>https://forums.ubports.com/post/39069</link><guid isPermaLink="true">https://forums.ubports.com/post/39069</guid><dc:creator><![CDATA[dobey]]></dc:creator><pubDate>Mon, 24 Aug 2020 17:48:22 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Mon, 24 Aug 2020 16:31:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/flohack" aria-label="Profile: Flohack">@<bdi>Flohack</bdi></a> said in <a href="/post/39050">Is there a possibility to completely disable/uninstall the Launcher?</a>:</p>
<blockquote>
<p dir="auto">No matter what we do, there will be unhappiness. We have learned to live with it <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
</blockquote>
<p dir="auto">It is not a matter of unhappiness. If anyone is using UT/UBPorts, it is because it brings happiness. So, if anyone is suggesting something, it is not "complaining." <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.ubports.com/post/39068</link><guid isPermaLink="true">https://forums.ubports.com/post/39068</guid><dc:creator><![CDATA[chdslv]]></dc:creator><pubDate>Mon, 24 Aug 2020 16:31:43 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Mon, 24 Aug 2020 11:53:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jezek" aria-label="Profile: jezek">@<bdi>jezek</bdi></a> we had it hidden and then users complained to us they dont know how to open it, and how to start Apps. No matter what we do, there will be unhappiness. We have learned to live with it <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /> - I agree an option could be done, but we have by far more pressing problems than this cosmetic one.</p>
]]></description><link>https://forums.ubports.com/post/39050</link><guid isPermaLink="true">https://forums.ubports.com/post/39050</guid><dc:creator><![CDATA[flohack]]></dc:creator><pubDate>Mon, 24 Aug 2020 11:53:04 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Mon, 24 Aug 2020 06:51:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chdslv" aria-label="Profile: chdslv">@<bdi>chdslv</bdi></a> What UT version is that? I don't remember UT ever working like that. Even the demo UI, which looked like Unity 7, has the launcher on the left and the app scopes can be opened from the left as well.</p>
]]></description><link>https://forums.ubports.com/post/39019</link><guid isPermaLink="true">https://forums.ubports.com/post/39019</guid><dc:creator><![CDATA[kugiigi]]></dc:creator><pubDate>Mon, 24 Aug 2020 06:51:43 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Mon, 24 Aug 2020 06:39:36 GMT]]></title><description><![CDATA[<p dir="auto">I had the chance to have the older version of UT, where you swipe from bottom to get to the App Drawer, so there wasn't a need to swipe from the left -- no launcher. Two things are needed in a mobile phone, a way to get to apps menu and look at all the open apps. Maybe, one needs a space for a favourites apps dock, but it could be a part of the app menu, and if it has to be a column, then its background should be without a background colour, and stay away completely unasked. If it has to stay seen, the with no background colour, it would be just icons arranged vertically. By the way, the Ubuntu icon should match the other icons. Well, this is up to discussion, maybe even the developers would have shot at it. Good day!</p>
]]></description><link>https://forums.ubports.com/post/39018</link><guid isPermaLink="true">https://forums.ubports.com/post/39018</guid><dc:creator><![CDATA[chdslv]]></dc:creator><pubDate>Mon, 24 Aug 2020 06:39:36 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Sun, 23 Aug 2020 16:42:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jezek" aria-label="Profile: jezek">@<bdi>jezek</bdi></a> The behavior of the launcher, wherein it is always visible when no app is open, was implemented mainly for discoverablity purpose. So that users can directly open their pinned apps from the launcher without doing any additional swipe or tap. And because the current desktop is just a wallpaper right now, there's really no functionality that is being affected by the launcher being there aside from visual function of the wallpaper. Perhaps in the future when something functional is implemented in the "desktop", this behavior can be revisited. Right now, it's more of a preference to hide it or not. I won't mind adding a tap to hide it though. Just a matter of someone to implement it it <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">Anyway, I think  we're drifting off a bit from the OP's concern. I think it's more of that the launcher takes horizontal space from the app drawer and he doesn't use the launcher anyway, so he'd rather have that space for the app drawer.</p>
]]></description><link>https://forums.ubports.com/post/38996</link><guid isPermaLink="true">https://forums.ubports.com/post/38996</guid><dc:creator><![CDATA[kugiigi]]></dc:creator><pubDate>Sun, 23 Aug 2020 16:42:43 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Sun, 23 Aug 2020 16:08:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jezek" aria-label="Profile: jezek">@<bdi>jezek</bdi></a> said in <a href="/post/38985">Is there a possibility to completely disable/uninstall the Launcher?</a>:</p>
<blockquote>
<p dir="auto">I'm looking forward for discusion.</p>
</blockquote>
<p dir="auto">I'm not against discussion. But in this case we're discussing over a fully functional feature.<br />
We can always enhance it, tweak it and so on for eternity there will always be people arguing it's too this, not enough that...<br />
The core feature is to be able to run an app and it works.</p>
<p dir="auto">If someone takes upon themselves to implement something different and arguably better then discussion can happen to consider integrating this PR. Until then I don't see the point of arguing because it's not a priority as the feature already works for everyone.</p>
<p dir="auto">Se it's all about priorities. If you let yourself be distracted by things like that in a project then nothing is done and the project does not move forward.</p>
<p dir="auto">So yes in this case the best answer is find someone with a good idea, technical knowledge, time and motivation. Come up with something to merge and then we can talk about something real.<br />
Until then every idea is good, has its pros and cons, but it won't help Ubuntu Touch as a project.</p>
<p dir="auto">Disclaimer: don't get me wrong, I would love a better customizable solution, but I don't mind as long as it works and as long as I see progress in the PinePhone, on stability, performances, power management and so on...<br />
I find it more important.</p>
]]></description><link>https://forums.ubports.com/post/38993</link><guid isPermaLink="true">https://forums.ubports.com/post/38993</guid><dc:creator><![CDATA[AppLee]]></dc:creator><pubDate>Sun, 23 Aug 2020 16:08:02 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Sun, 23 Aug 2020 14:07:52 GMT]]></title><description><![CDATA[<p dir="auto">Pardon my intrusion.<br />
After reading this thread, I have to say some words.</p>
<p dir="auto">My opinion is, that the thing what <a class="plugin-mentions-user plugin-mentions-a" href="/user/chdslv" aria-label="Profile: chdslv">@<bdi>chdslv</bdi></a> wants is not that far fetched or exotic. He simply wants the launcher to be hidden unless requested by user(am I right?).</p>
<p dir="auto">As far as I recall, vast majority of launchers has some feature called something like "hide if not focused", or "auto-hide". If the hidde feature is set, the launcher stays hidden, unless you unhide it by moving mouse over it, or with some keyboard shortcut. The Lomiri launcher is one of few launchers (I dare to say the only launcher), that lack this auto-hide feature.</p>
<p dir="auto">So, how would this feature work? Ubuntu Touch is not desktop, or mobile. It's convergent and the Lomiri DE can be in two usage modes. Finger (<code>staged</code>) and mouse (<code>windowed</code>) mode. In mouse mode, the launcher is always visible, in finger mode, the launcher is visible only if no application is open (or swiped/focused by user).</p>
<p dir="auto">If the hide feature would be implemented and enabled, then in <code>staged mode</code> as well as in <code>windowed mode</code>, the launcher should behave the same (like every other launcher in every OS with this feature enabled). That means it is always hidden and unhides only if focused by mouse, swipe gesture or keyboard shortcut.</p>
<p dir="auto">What are your opinions?</p>
<p dir="auto">Than you for your time and I'm looking forward for discusion.</p>
]]></description><link>https://forums.ubports.com/post/38985</link><guid isPermaLink="true">https://forums.ubports.com/post/38985</guid><dc:creator><![CDATA[jezek]]></dc:creator><pubDate>Sun, 23 Aug 2020 14:07:52 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Sun, 23 Aug 2020 05:18:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chdslv" aria-label="Profile: chdslv">@<bdi>chdslv</bdi></a> I think Rodney said those things because it was as if you wanted what Android/iOS does since you describe how they currently work.</p>
<p dir="auto">Anywau enough of that <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title="😄" alt="😄" /><br />
I tried modifying UTTT to go beyond 6 but it looks like the gsettings won't accept any value below 6. So it looks like your only way os to modify the qml of Unity 8/Lomiri.<br />
You can find relevant QML files at <code>/usr/share/unity8</code>.</p>
]]></description><link>https://forums.ubports.com/post/38965</link><guid isPermaLink="true">https://forums.ubports.com/post/38965</guid><dc:creator><![CDATA[kugiigi]]></dc:creator><pubDate>Sun, 23 Aug 2020 05:18:08 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Sat, 22 Aug 2020 21:00:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dobey" aria-label="Profile: dobey">@<bdi>dobey</bdi></a> said in <a href="/post/38951">Is there a possibility to completely disable/uninstall the Launcher?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chdslv" aria-label="Profile: chdslv">@<bdi>chdslv</bdi></a> said in <a href="/post/38926">Is there a possibility to completely disable/uninstall the Launcher?</a>:<br />
Ubuntu Touch is not Android. It doesn't have the same gestures. If what you want is Android, then you should probably run Android, and not Ubuntu Touch. Complaining that Ubuntu Touch is not Android won't change anything.</p>
</blockquote>
<p dir="auto">Who's complaining?<br />
I bought the N5 <em><strong>only to use</strong></em> Ubuntu Touch from Ubports in the last quarter of 2018. And, it'll run that until its last breath. <strong>So, it is going for 2 years.</strong> Telling me to go for an Android is just nonsense.  I have Android too, also in an older phone N6 Shamu, but with the newest Android (August 2020). Both phones were produced in the same year, 2014. So, I have something to compare with. Having an additional sim with unlimited country calls plus 10GB internet is quite cheap, just 5.66 euro per month (equivalent currency). So, I can continue to play/test with UBports/Ubuntu Touch and Android.</p>
<p dir="auto">I rarely come here, only when I have a serious question, or a suggestion. I always upgrade, so the problem. If one is testing, one should upgrade. I will, of course, upgrade when time comes for the next OTA 13.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/syper" aria-label="Profile: syper">@<bdi>syper</bdi></a> said in <a href="/post/38942">Is there a possibility to completely disable/uninstall the Launcher?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chdslv" aria-label="Profile: chdslv">@<bdi>chdslv</bdi></a> I don't understand what you want to do.<br />
Once deactivated, it will no longer be possible to launch an application.</p>
</blockquote>
<p dir="auto">OK, I understand you. The thing is, if UTTT can resize to icons up to min. 6, maybe there's a way to decrease the icons down to 1px, then the launcher would become 1px thick. Can that be achieved?</p>
]]></description><link>https://forums.ubports.com/post/38959</link><guid isPermaLink="true">https://forums.ubports.com/post/38959</guid><dc:creator><![CDATA[chdslv]]></dc:creator><pubDate>Sat, 22 Aug 2020 21:00:06 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Sat, 22 Aug 2020 20:37:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dobey" aria-label="Profile: dobey">@<bdi>dobey</bdi></a><br />
I just axplained what he wants, not how is build uTouch. He wants to keep drawer, so he would still have access to apps.</p>
<p dir="auto">And i quote :</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kugiigi" aria-label="Profile: kugiigi">@<bdi>kugiigi</bdi></a> said in <a href="/post/38930">Is there a possibility to completely disable/uninstall the Launcher?</a>:</p>
<blockquote>
<p dir="auto">Anyway, it seems like you're fine with a hack-ish workaround. You can resize the icons in the launcher in UTTT though it's only limited up to 6 as minimum. I believe it changes a gsettings value so perhaps it's worth trying to set that to 0.</p>
</blockquote>
<p dir="auto">Maybe like that he could achieve.</p>
]]></description><link>https://forums.ubports.com/post/38957</link><guid isPermaLink="true">https://forums.ubports.com/post/38957</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Sat, 22 Aug 2020 20:37:07 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Sat, 22 Aug 2020 16:43:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chdslv" aria-label="Profile: chdslv">@<bdi>chdslv</bdi></a> said in <a href="/post/38926">Is there a possibility to completely disable/uninstall the Launcher?</a>:</p>
<blockquote>
<p dir="auto">You know, UBPorts doesn't have to look like Ubuntu. It should look like a mobile phone.</p>
</blockquote>
<p dir="auto">The OS is <em>Ubuntu Touch</em>. UBports is the foundation and community that maintains it.</p>
<p dir="auto">However, just because it's a phone doesn't mean it has to be exactly the same as Android nor iOS either. You can have your opinion and that's fine, but the launcher is not visible when you're running an app, only when you're not using any apps and need to launch one. Claiming something is <em>taking up useful space</em> on an empty screen, is not a sensible argument.</p>
<p dir="auto">Ubuntu Touch is not Android. It doesn't have the same gestures. If what you want is Android, then you should probably run Android, and not Ubuntu Touch. Complaining that Ubuntu Touch is not Android won't change anything.</p>
]]></description><link>https://forums.ubports.com/post/38951</link><guid isPermaLink="true">https://forums.ubports.com/post/38951</guid><dc:creator><![CDATA[dobey]]></dc:creator><pubDate>Sat, 22 Aug 2020 16:43:07 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Sat, 22 Aug 2020 16:39:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/keneda" aria-label="Profile: Keneda">@<bdi>Keneda</bdi></a> said in <a href="/post/38946">Is there a possibility to completely disable/uninstall the Launcher?</a>:</p>
<blockquote>
<p dir="auto">He wants to deactivate the app launcher, where only prefered apps are pined, so he will still be able to access ALL the apps in the app drawer.</p>
</blockquote>
<p dir="auto">No. The app drawer is part of the launcher itself. You cannot open the app drawer without having the launcher.</p>
]]></description><link>https://forums.ubports.com/post/38950</link><guid isPermaLink="true">https://forums.ubports.com/post/38950</guid><dc:creator><![CDATA[dobey]]></dc:creator><pubDate>Sat, 22 Aug 2020 16:39:12 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Sat, 22 Aug 2020 13:28:42 GMT]]></title><description><![CDATA[<p dir="auto">I don't think it's possible without breaking the app drawer and in this case no longer possible to launch an app.</p>
]]></description><link>https://forums.ubports.com/post/38948</link><guid isPermaLink="true">https://forums.ubports.com/post/38948</guid><dc:creator><![CDATA[syper]]></dc:creator><pubDate>Sat, 22 Aug 2020 13:28:42 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Sat, 22 Aug 2020 12:13:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/syper" aria-label="Profile: syper">@<bdi>syper</bdi></a> said in <a href="/post/38942">Is there a possibility to completely disable/uninstall the Launcher?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chdslv" aria-label="Profile: chdslv">@<bdi>chdslv</bdi></a> I don't understand what you want to do.<br />
Once deactivated, it will no longer be possible to launch an application.</p>
</blockquote>
<p dir="auto">He wants to deactivate the app launcher, where only prefered apps are pined, so he will still be able to access ALL the apps in the app drawer.</p>
]]></description><link>https://forums.ubports.com/post/38946</link><guid isPermaLink="true">https://forums.ubports.com/post/38946</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Sat, 22 Aug 2020 12:13:01 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Sat, 22 Aug 2020 12:05:37 GMT]]></title><description><![CDATA[<p dir="auto">One can reveal the applications by swiping left to right so the launcher icon is not strictly necessary.<br />
Personally I really don't care about the appearance of the display as long as the icons are legible, functional and readily accessible. After all, it's only a phone.</p>
]]></description><link>https://forums.ubports.com/post/38945</link><guid isPermaLink="true">https://forums.ubports.com/post/38945</guid><dc:creator><![CDATA[cliffcoggin]]></dc:creator><pubDate>Sat, 22 Aug 2020 12:05:37 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a possibility to completely disable&#x2F;uninstall the Launcher? on Sat, 22 Aug 2020 11:16:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chdslv" aria-label="Profile: chdslv">@<bdi>chdslv</bdi></a> I don't understand what you want to do.<br />
Once deactivated, it will no longer be possible to launch an application.</p>
]]></description><link>https://forums.ubports.com/post/38942</link><guid isPermaLink="true">https://forums.ubports.com/post/38942</guid><dc:creator><![CDATA[syper]]></dc:creator><pubDate>Sat, 22 Aug 2020 11:16:56 GMT</pubDate></item></channel></rss>