A way to eliminate all icons in the UI?

Hello, I’m considering moving to sailfish from Android, however I am concerned about the use of icons. I have been icon free on Android for a crew years now and I have no desire to use a system which uses icons.

Can the icons be turned off in the sailfish UI?

I have looked to see if there are mods that can be made, but have not found anything.

Thank you.

A humble question arises in my mind. What the hell do you use instead of icons? Are you allergic to graphics, or what do you mean?

Are you looking for a clean CMD interface?

And yea… Sailfish is Linux, and therefore mod-able. Meaning, if you want to remove icons, it is doable.

5 Likes

Have you never seen a minimalist launcher on Android?

There is no need for icons. They are just visual noise..

I’ve been a Unix developer for 45 years. So yeah I know what can be done.

I’m asking if it has been. And if not how easy is it to modify the framework

which is the sailfish UI.

I’ve never found QT to be all that pleasant to work with.

Zenie

3 Likes

No. Do you have a screenshot? I am intrigued.

They are just visual noise..

I do find a lot of decoration is just a pain in the arse, generally turning off animations, and transparency, choosing plain black background not images, selecting large readable text in high contrast colours and so on.

I did rather like the Winphone UI of big clear icons, and would prefer them on SF over the fiddly little ones it has.

I’ve never found QT to be all that pleasant to work with.

I don’t think the theming (“ambience”) is requiring QT. I think the UI is mostly QML (rather than QT/C++). This makes it editable text, rather than compiled blobs. @Seven.of.nine , a self proclaimed non-programmer, is keeping herself off the streets by puddling around in the QML files.

I’ve been a Unix developer for 45 years. So yeah I know what can be done.

If you are not someone who is OK with the many compromises that come along with a totally side-stream phone, you should stick to Android, or one of the many forks, and be happy.

While you can teach an old dog new tricks, he is seldom happy to be performing them.

3 Likes

Me to!…………….. + 20 chars

4 Likes

Generally I’m modifying how things work because I’m almost never happy with software these days. I don’t mind learning new things. I do mind if I can’t change it.

Thankfully I have the skills to do so.

1 Like

Screenshot of my pixel 7.

I’ve adjusted to the background color, there’s not so many choices

and I don’t even read them anymore., Its mostly selecting and swiping.

It can be black or white text. Thats it.

There are never icons anywhere.

2 Likes

Here’s the froid link.

There are other minimaliste launchers. I like olauncher pro the best.

2 Likes

There are no alternative launchers for SFOS. Sailfish does not have icons on its main page, except for the first grid of the apo page, which are hidden.
Btw, i would call the little images on the bottom right of your phone icons :wink:

3 Likes

Thanks! Now I can answer your question. Nothing like that have been done for Sailfish, not what I know of.

I did, and as much as I share your approach towards GUI and mainly live of keyboard in my Xwindow. On SFOS I do not mind their presence, since I barely have to use them. My 6-8 still in use apps run opened pretty much non stop, and I interact with them via their cover actions mostly.

If I were you, I would just try SFOS on a secondary device treating it as a PIM, sort of a Palm clone. And if that test went well, I would extend testing to telephony area by inserting a SIM.

1 Like

the sfos app page is probably a qml file, and seems likely you could hack it to just load a blank tranparent icon for every app instead of the actual app icon. It already has the text.

1 Like

Ok. Yea. I see those little icons. Those appeared with the pro version.

I don’t know what they do. :woman_shrugging:t3:

Ok, thanks. I saw someone’s phone the other day and all the icons about gave me a stroke..

I just swipe and type to get what I want. It’s always just a nice black and white menu of app names..

For context, I use emacs in Xmonad on a little arm box. My browser is nyxt or qute browser.

My computer is almost a completely blank screen.

I’ve probably written millions of lines of c/c++ code. I’ve also spent significant time in lisp, clojure, Haskell and python.

I would suggest:

  1. Turn on Partnerspace

  2. Create own QML-List with the App-Names you need and attach it to Partnerspace

  3. Profit

2 Likes

if you want to type to start apps there is the app Quicklaunch. It still shows the icons in the app list, but maybe this is a starting point

1 Like

Thing is, there is a rather complex process behind clicking an Icon on the SFOS App Drawer (“Launcher”).
It is not just 'start this executable '.

All the alternatives (like Situations, QuickLaunch, QCommand, others) do not follow that process for all applications, which leads to trouble.

Now App Drawer is a QML/Lipstick component which uses something called AppGrid which contains the LauncherIcons which when clicked start the abovementioned process.

It is conceivable to create a Patch/Hack which replaces that with an “AppList” which contains icon-less “LauncherNoIconText” elements which then to the same as LauncherIcon does.
But it’s not trivial and most of it is not Open Source (but hackable through QML).

5 Likes

That’s the sort of thing I was afraid of.

The sailfish UI is a Wayland compositor isn’t it?

So is it possible to use other compositors ?

Rather than adapting Sailfish, I’d say a mobile linux device with pmos or mobian or similar with SXMO would be ultimate in icon-free asceticism. The UBPorts folks will even tell you that SXMO isn’t really a GUI (and barely a UI at all)! They’re wrong of course, but tell them that and there will be great bunching of panties.

1 Like

You need to explain more. I’ve never heard of this “Partnerspace”

2 Likes