Showing results 1 to 25 of 100 @ 0.03 seconds. Search: Posts Made By: aspidites
Forum: Development 2010-08-26, 05:40
Replies: 11
Views: 7,554
Posted By aspidites
Re: QT UI Problems (Button sizes/Config..)

gtkSTyle = QGtkStyle()
qPushButtonInstance.setStyle(gtkStyle)
Note that qPushButtonInstance is a random button, thus the answer to "where" is right after you instanciate a new button.

Edit: If...
Forum: Nokia N900 2010-08-26, 05:38
Replies: 45
Views: 11,651
Posted By aspidites
Re: Data Plan required by T-Mobile USA

No. If the phone was mailed to you, you'll have to mail it back. You might be lucky enough to find a store that will mail it back on your behalf, but not likely.
Forum: Nokia N900 2010-08-24, 16:45
Replies: 45
Views: 11,651
Posted By aspidites
Re: Data Plan required by T-Mobile USA

Gorilla, if you got a free phone, there IS a contract, thus contracted feature. You have 3 options to remove that required feature:

1) Return the Cliq
2) Keep the cliq, but buy some cheap phone...
Forum: Applications 2010-08-20, 07:47
Replies: 9
Views: 3,981
Posted By aspidites
Re: Unified Contacts Communication

If it was int the Nokia Meego UX, then wouldn't waiting for the N900 adaptation to be released be faster than trying to petition someone to try and create one from scratch?
Forum: Applications 2010-08-16, 19:21
Replies: 8
Views: 4,938
Posted By aspidites
Re: [Maemo 5] Missing Apps: Where to find installed applications?

Like I said, that command will tell you where the executable (read: the command to start the program) is installed.

For daemon's, you probably don't need to "run" them. As suggested, it may be...
Forum: Applications 2010-08-16, 05:46
Replies: 8
Views: 4,938
Posted By aspidites
Re: [Maemo 5] Missing Apps: Where to find installed applications?

Open terminal:

dpkg -L <package name>


This will list all files installed by a package.
Usually the executable will be in /usr/bin or /opt/<package name>/

For example, the executable for...
Forum: General 2010-08-10, 15:38
Replies: 6
Views: 4,654
Posted By aspidites
Re: I want to install Python

It's not. In most linux distros it is, but in the smaller ones (puppy, dsl, maemo 5)) it isn't.

As for the 'sudo apt-get install' suggestion, that won't work either, because sudo is not set up...
Forum: Development 2010-08-09, 06:21
Replies: 119
Views: 37,218
Posted By aspidites
Re: [ANNOUNCE] FileBox - Just another file manager

@CepiPerez about DaSilva's request: QMaemo5Editbar (http://doc.qt.nokia.com/qt-maemo-4.6/qmaemo5editbar.html#details) would be a better way to implement this. Doing so, you could mimick the default...
Forum: Themes 2010-08-06, 03:22
Replies: 13
Views: 3,257
Posted By aspidites
Re: How about one single theme section in downloads?

I only meant as a way to have them all in their own category, not the logical place for them assuming we follow standards :-P

I imagine the repos would also have to be modified to recognize such a...
Forum: Themes 2010-08-06, 00:08
Replies: 13
Views: 3,257
Posted By aspidites
Re: How about one single theme section in downloads?

Isn't it simply a matter of adding user/themes as a section in the control file of each theme package?
Forum: General 2010-08-04, 19:57
Replies: 2
Views: 2,187
Posted By aspidites
Re: Maegym Help

Nothing is supposed to happen. As noted in the roadmap, that feature is incomplete. Please see the development thread (http://talk.maemo.org/showthread.php?t=52204&highlight=maegym).

You might try...
Forum: Development 2010-07-23, 17:43
Replies: 79
Views: 21,554
Posted By aspidites
Re: [concept] MaeGym

Another bug release. Loading of video still kind of slow so I'll either be adding a visual indicator so the user doesn't think the program is broken as well as investigating other ways of playing...
Forum: Nokia N900 2010-07-22, 15:41
Replies: 12
Views: 4,438
Posted By aspidites
Re: Did anyone breake their N900 stand?

Um, it IS the original one. The case goes over the back cover, it doesn't replace it.
Forum: General 2010-07-18, 08:45
Replies: 5
Views: 2,522
Posted By aspidites
Re: Incantation for Mounting Remote FTP or HTTP site

Ah. Well perhaps ftpfs is a good alternative. Article explaining how to install and use ftpfs is here: http://articles.techrepublic.com.com/5100-10878_11-5031896.html

Actually, that's obsoleted by...
Forum: Development 2010-07-18, 07:54
Replies: 79
Views: 21,554
Posted By aspidites
Re: [concept] MaeGym

Well, I've been extremely busy with work, school, and my girlfriend, but I managed to push out yet another bug fix release. I am off on Monday, which means I should be able to push out another...
Forum: Applications 2010-07-18, 07:38
Replies: 95
Views: 33,679
Posted By aspidites
Re: [ ANNOUNCE ] AppWatch

Any particular reason that repository statistics, app forecast, etc aren't stacked windows? (i.e. back arrow instead of close button)
Forum: General 2010-07-18, 06:01
Replies: 5
Views: 2,522
Posted By aspidites
Re: Incantation for Mounting Remote FTP or HTTP site

Exactly:

sshfs user-name@server.site.com:/home/what: /mnt


Then:

fusermount -u /mnt
Forum: General 2010-07-10, 03:14
Replies: 6
Views: 3,812
Posted By aspidites
Re: Lockdaemon

All libqt4-maemo5* packages have been deleted. The maintainer of the package needs to update the dependencies to just use plain old "libqt4-phonon instead.

Edit: source of info...
Forum: Development 2010-07-06, 16:49
Replies: 79
Views: 21,554
Posted By aspidites
Re: [concept] MaeGym

Not quite, for the following reasons:



qexercise was written in C++, MaeGym in Python
Design goals are quite different.

Navigating the interfaces is quite different
qexercise uses...
Forum: Nokia N900 2010-07-01, 01:57
Replies: 125
Views: 106,474
Posted By aspidites
Re: How to get T-mobile $10 Unlimited Data Plan?

Depends on when you activated/upgraded. if you upgraded before Oct 25, then you can switch to even more for 35 dollars instead of 200. If you activated after than and it's been more than 14 days...
Forum: Development 2010-06-25, 16:51
Replies: 79
Views: 21,554
Posted By aspidites
Re: [concept] MaeGym

Alright, so I finally found time to work on this again and have finished version 0.4.0. I'm uploading the package to extras-devel, but I've changed a few things in my packaging script, so there is...
Forum: Nokia N900 2010-06-22, 17:31
Replies: 15
Views: 3,601
Posted By aspidites
Re: T-Mobile Customers: Internet not working?

I'm dubious about those numbers. I got so many calls from people that activated service just to get the free phones then cancelled their old plans.
Forum: Development 2010-06-20, 19:30
Replies: 79
Views: 21,554
Posted By aspidites
Re: [concept] MaeGym

It's Sunday and I'm not quite done. I've gotten it so that you can select "Add Exercise", but haven't quite programmed the logic to add an exercise to routine exercises. Once I get off work (00:00...
Forum: Applications 2010-06-20, 17:26
Replies: 3
Views: 3,227
Posted By aspidites
Re: N900 App catalog: I want to...

So essentially its a more verbose version of categories? (I want to see my location -> Location and Navigation; I want to Listen to music -> Multimedia)

IMHO, a better approach would be something...
Forum: Development 2010-06-17, 07:45
Replies: 39
Views: 8,018
Posted By aspidites
Re: Dear developers/programmers: How to develop for Maemo?

@fatalsaint - oh, you meant the actualll changelog file in the deb directory, not the output of the project page. I think I have an idea on how to obtain that kind of changelog. It would involve...
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 14:41.