Notices


Reply
Thread Tools
ARJWright's Avatar
Posts: 861 | Thanked: 734 times | Joined on Jan 2008 @ Nomadic
#1
Am wondering if anyone had been able to remove or hide the text labels for icons on the apps listing screen?

It's not an os that needs such labels imo. Given the Swype UI, losing the text labels seems like it would have been an option in there. Geek adding icon-initiated gestures also seems like a direction that could have been taken (for example, press and hold icon then swipe down to uninstall, press and swipe up to send to another's device the deb or link to download the app).

Just wondering
 

The Following User Says Thank You to ARJWright For This Useful Post:
Posts: 1,994 | Thanked: 3,342 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#2
Agree. Maybe, I will look into which package is responsible from user interface on N9 - like hildon-home and hildon-desktop on N900.
Meanwhile, bumping this thread...
Best wishes.
 
Akkumaru's Avatar
Posts: 694 | Thanked: 619 times | Joined on Nov 2011
#3
I've asked this question before, and all I got was to remove each name from .desktop files one by one. Oh the pain...
__________________
Still learning on geeky knowledge
N9 *stolen*N900 *died*N900 *on hiatus* OnePlus X
 

The Following User Says Thank You to Akkumaru For This Useful Post:
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#4
/usr/share/themes/base/meegotouch/meegotouchhome/style/meegotouchhome.css
Code:
SwipeLauncherButtonStyle {
    font: $FONT_XSMALL;
    text-color: transparent;
 

The Following 4 Users Say Thank You to MK99 For This Useful Post:
Akkumaru's Avatar
Posts: 694 | Thanked: 619 times | Joined on Nov 2011
#5
@MK99 is it normal to have the text to appear momentarily prior to pressing?
__________________
Still learning on geeky knowledge
N9 *stolen*N900 *died*N900 *on hiatus* OnePlus X
 

The Following User Says Thank You to Akkumaru For This Useful Post:
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#6
Yes it is. You can make extra line to hide it.
Code:
SwipeLauncherButtonStyle:disabled {
    text-color: transparent;
    background-image: ;
}
 

The Following 2 Users Say Thank You to MK99 For This Useful Post:
Posts: 1,994 | Thanked: 3,342 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#7
By the way, would
Code:
display: none;
work? Then there would not be empty space under the icon, I guess...
Best wishes.
 
Akkumaru's Avatar
Posts: 694 | Thanked: 619 times | Joined on Nov 2011
#8
MK99, I'm not able to remove the text completely, if I did the code you gave me, it just removed the most right row, and if I try to rearrange icons, the icons will then disappear.
__________________
Still learning on geeky knowledge
N9 *stolen*N900 *died*N900 *on hiatus* OnePlus X
 

The Following User Says Thank You to Akkumaru For This Useful Post:
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#9
@Wikiwide
Where to put that display: none; line?


/usr/share/themes/blanco/meegotouch/meegotouchhome/style/meegotouchhome.css
Code:
SwipeLauncherButtonStyle {
    text-color: transparent;

    margin-top: -1.5mm;
    padding-top: 1.7mm;

    minimum-size: 86 80;
    preferred-size: 86 80;
    maximum-size: 88 80;
    icon-size: 78 78;
}
SwipeLauncherButtonStyle:disabled {
    text-color: transparent;
}
Attached Images
 

Last edited by MK99; 2013-06-24 at 07:28.
 

The Following User Says Thank You to MK99 For This Useful Post:
Eminem's Avatar
Posts: 212 | Thanked: 184 times | Joined on May 2010 @ Sweden
#10
How do you get it so tight between the icons?

Originally Posted by MK99 View Post
@Wikiwide
Where to put that display: none; line?


/usr/share/themes/blanco/meegotouch/meegotouchhome/style/meegotouchhome.css
Code:
SwipeLauncherButtonStyle {
    text-color: transparent;

    margin-top: -1.5mm;
    padding-top: 1.7mm;

    minimum-size: 86 80;
    preferred-size: 86 80;
    maximum-size: 88 80;
    icon-size: 78 78;
}
SwipeLauncherButtonStyle:disabled {
    text-color: transparent;
}
 

The Following User Says Thank You to Eminem For This Useful Post:
Reply

Tags
harmattan, nokia n9

Thread Tools

 
Forum Jump


All times are GMT. The time now is 19:57.