Active Topics

 



Notices


Reply
Thread Tools
Dark_Angel85's Avatar
Posts: 519 | Thanked: 123 times | Joined on Oct 2010 @ Malaysia
#71
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
__________________
[N900]
1000min 1000max @ ulv
PR1.3 with CSSU latest update
Malaysian N900 user!!!
 
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:
Posts: 958 | Thanked: 483 times | Joined on May 2010
#73
one more thing - when someone posts a birthday wish on another person's wall, it only appears as "Happy birthday" from the poster. i can't see who's wall that message was posted on.
 
AgogData's Avatar
Posts: 870 | Thanked: 133 times | Joined on Aug 2010
#74
will there be an update where sociality -or whatever its new name will be- can work ?
 
Dark_Angel85's Avatar
Posts: 519 | Thanked: 123 times | Joined on Oct 2010 @ Malaysia
#75
@MAG

after using your script, the shortcut still doesn't appear even after a reboot

I guess I'll just wait for the next update then. thanks anyway! great app!
__________________
[N900]
1000min 1000max @ ulv
PR1.3 with CSSU latest update
Malaysian N900 user!!!
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#76
I pushed a new version to -devel, should have a fixed icon (I hope )
The places window will actually open and enable GPS, I've coded (disabled right now) parts to search for locations to check into, this won't be the easiest bit for me since I can't test it well (Israel's maps are white on GMaps' API, so the map will have to be a patch from someone, and the locations that show up are in hebrew for me.

Anyway, the new version should be up, just don't kill your battery by leaving the places window open :P
 

The Following 7 Users Say Thank You to MohammadAG For This Useful Post:
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#77
Originally Posted by MohammadAG View Post
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)
I use C++ code (QNetworkAccessManager etc) to get the url. I've attached a text file containing the methods. I basically use the get() method of QNetworkAccessManager and connect the finished() signal to a slot where the response html is parsed. You pass the YouTube link to the getVideoUrl() method. My YouTube class has a playbackFormat attribute which holds the stream format (5 or 18). This is used in the parseVideoPage() slot, but you could just hard-code a value if you prefer.

Note that it was necessary to create a new QNetworkAccessManager object each time the method is called, otherwise I would get a 403 response when attempting to play the stream (after the first video).
Attached Files
File Type: txt getyoutubeurl.txt (1.7 KB, 98 views)
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub

Last edited by marxian; 2011-05-08 at 03:07.
 

The Following 7 Users Say Thank You to marxian For This Useful Post:
AgogData's Avatar
Posts: 870 | Thanked: 133 times | Joined on Aug 2010
#78
Originally Posted by MohammadAG View Post
(Israel's maps are white on GMaps' API, so the map will have to be a patch from someone, and the locations that show up are in hebrew for me.
thats your country and your language, will i get arabic language for Egypt ?
 
Posts: 958 | Thanked: 483 times | Joined on May 2010
#79
facebook also returns the date string of each posting in the locale of your location. in my country, i prefer to use english. can we force this?
 
Posts: 958 | Thanked: 483 times | Joined on May 2010
#80
i get an empty screen when i pick places. i can confirm google maps has maps for my country.

secodnly, here is a bug i think:
1. connect to wifi
2. launch sociality
3. refresh news feed
4. switch connection to 3g
5. refresh news feed

i get an endless loop situation where the popup to ask me to select an internet connection keeps appearing even though i am already connected. no matter what i select, it keeps popping up.
 
Reply

Tags
facebook, facebook client


 
Forum Jump


All times are GMT. The time now is 15:28.