View Single Post
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#72
Originally Posted by droll View Post
btw, the icons have the same row of text appearing below it twice.
I was too lazy to make a new delegate so I just copied it from my mediaplayer rewrite.
The second line is meant to say 2 new requests under Friends etc, but that's not implemented yet.

Since links are clickable in the latest (not yet uploaded) version, I'd appreciate it if someone could provide help on how to get a direct link to a youtube video so I could pass it to a custom video widget (I know cutetube's source can help but I'm not that fluent in QML)

Originally Posted by Dark_Angel85 View Post
any chance to have a shortcut instead of starting it manually from terminal? cause this app is deservedly one of the best FB apps there is
I'll have a wrapper script in the next version, if you can't wait (as root)
Code:
mv /usr/bin/sociality /opt/usr/bin
echo -e "#!/bin/sh\nrun-standalone.sh /opt/usr/bin/sociality" > /usr/bin/sociality
chmod +x /usr/bin/sociality
That should "fix" the icon

Last edited by MohammadAG; 2011-05-08 at 01:04.
 

The Following 2 Users Say Thank You to MohammadAG For This Useful Post: