Active Topics

 



Notices


Reply
Thread Tools
fasza2's Avatar
Posts: 187 | Thanked: 96 times | Joined on Sep 2010 @ London, UK
#11
Originally Posted by qnetman View Post
Initially, the package had qnetman depending on the package python-pyside.qtcore and python-pyside.qtgui Then I replaced them with pyside-qt4-core and pyside-qt4-gui. Maybe I did not do it right?
Please try to install packages
python-pyside.qtcore and python-pyside.qtgui
Does not arise between the two conflicts?
Ok, here is what I get:
dpkg: pyside-qt4-gui: dependency problems, but removing anyway as you request:
alarmed depends on pyside-qt4-gui.
qnetman depends on pyside-qt4-gui.
(Reading database ... 52891 files and directories currently installed.)
Removing pyside-qt4-gui ...
dpkg: pyside-qt4-core: dependency problems, but removing anyway as you request:
alarmed depends on pyside-qt4-core.
qnetman depends on pyside-qt4-core.
Removing pyside-qt4-core ...
Selecting previously deselected package libshiboken1.0.
(Reading database ... 52882 files and directories currently installed.)
Unpacking libshiboken1.0 (from .../libshiboken1.0_1.0.2-1maemo1_armel.deb) ...
Selecting previously deselected package libpyside1.0.
Unpacking libpyside1.0 (from .../libpyside1.0_1.0.2-1maemo2_armel.deb) ...
Selecting previously deselected package python-pyside.qtcore.
Unpacking python-pyside.qtcore (from .../python-pyside.qtcore_1.0.2-1maemo2_armel.deb) ...
Selecting previously deselected package python-pyside.qtgui.
Unpacking python-pyside.qtgui (from .../python-pyside.qtgui_1.0.2-1maemo2_armel.deb) ...
Setting up stargus (2.2.5.5-2maemo3~fremantle) ...
dpkg: error processing stargus (--configure):
subprocess post-installation script returned error exit status 255
Setting up libshiboken1.0 (1.0.2-1maemo1) ...
Setting up libpyside1.0 (1.0.2-1maemo2) ...
Setting up python-pyside.qtcore (1.0.2-1maemo2) ...
Setting up python-pyside.qtgui (1.0.2-1maemo2) ...
Errors were encountered while processing:
stargus
E: Sub-process /usr/bin/dpkg returned an error code (1)

Ignore the last bit(It's just stargus looking for the stacraft cd which I have not yet copied)

However, it seems to solve the problem with qnetman.

Here is what I get now running dpkg -l | grep -i pyside:

ii libpyside0.3 0.3.1-1maemo2 Python bindings for Qt 4 (base files)
ii libpyside1.0 1.0.2-1maemo2 Python bindings for Qt 4 (base files)
ii pyside-qt4-maemo5 0.3.1-1maemo2 Qt 4 Maemo5 module - Python bindings
ii python-pyside.qtcore 1.0.2-1maemo2 Qt 4 core module - Python bindings
ii python-pyside.qtgui 1.0.2-1maemo2 Qt 4 GUI module - Python bindings

Last edited by fasza2; 2011-05-28 at 17:39.
 

The Following User Says Thank You to fasza2 For This Useful Post:
fasza2's Avatar
Posts: 187 | Thanked: 96 times | Joined on Sep 2010 @ London, UK
#12
Originally Posted by qnetman View Post
In the description of package says that pyside-qt4-core depends on python-pyside.qtcore
Correct me if I'm wrong
python-pyside.qtcore seems to replace pyside-qt4-core, I did have pyside-qt4-core installed prior, but there was no sign of python-pyside.qtcore. On the link to Pyside-qt4-core 0.3.1-1maemo2 I saw no sign indicating that pyside-qt4-core depends on pyside.qtcore.
 
qnetman's Avatar
Posts: 64 | Thanked: 140 times | Joined on May 2011
#13
Originally Posted by fasza2 View Post
...
However, it seems to solve the problem with qnetman.
...
I understand that you helped to reinstall the packages. That's good. I hope this does not affect the performance of other applications.
I'll have to rebuild the package qnetman. Thank you for your help.
 
qnetman's Avatar
Posts: 64 | Thanked: 140 times | Joined on May 2011
#14
Originally Posted by fasza2 View Post
python-pyside.qtcore seems to replace pyside-qt4-core, I did have pyside-qt4-core installed prior, but there was no sign of python-pyside.qtcore. On the link to Pyside-qt4-core 0.3.1-1maemo2 I saw no sign indicating that pyside-qt4-core depends on pyside.qtcore.
In the description of the package see item "Packages depending on this package: ........" and a long list of packages. Among them, there is a package pyside-qt4-core

But the version of this package Pyside-qt4-core more than the version that was you.
My fault is that I do not have version Pyside-qt4-core in my package qnetman
 
Posts: 1,378 | Thanked: 1,604 times | Joined on Jun 2010 @ Göteborg, Sweden
#15
Originally Posted by qnetman View Post
It is interesting I try to spend a few such tests. What are the problems you have observed in this situation?
......(snip)

Here I do not understand you little.
When recording is stopped by pressing a button, the toggle button is pushed out of position and pops up a message that the recording is stopped.
You are going to another way?
The first issue has the phone reboot by itself. Seems IO/CPU triggered and probably done by the warchdog daemon. I have no such problem with qnetman uninstalled.

With respect to the last issue, yes things happen as you describe except that the button takes a while to change and for the notification to appear. In other words, the button does not immediately show that it registered the touch. And that means one can touch the button again thinking it failed to register the press and then get a recording started that you do not want. Hope that is clearer.
 

The Following User Says Thank You to handaxe For This Useful Post:
fasza2's Avatar
Posts: 187 | Thanked: 96 times | Joined on Sep 2010 @ London, UK
#16
Originally Posted by qnetman View Post
I understand that you helped to reinstall the packages. That's good. I hope this does not affect the performance of other applications.
I'll have to rebuild the package qnetman. Thank you for your help.
There is some dependency issue with alarmed, but it seems to be working still, other then that it's all good.
 
qnetman's Avatar
Posts: 64 | Thanked: 140 times | Joined on May 2011
#17
Originally Posted by handaxe View Post
With respect to the last issue, yes things happen as you describe except that the button takes a while to change and for the notification to appear. In other words, the button does not immediately show that it registered the touch. And that means one can touch the button again thinking it failed to register the press and then get a recording started that you do not want. Hope that is clearer.
Yes, now I understand you. I will change the source code, and this should not be happening.
 
fasza2's Avatar
Posts: 187 | Thanked: 96 times | Joined on Sep 2010 @ London, UK
#18
Is there any way to check the details of packets sent/recived in a recorded session? I mean TCP, UDP, controll messeges, keep alive packets, etc. Its quite useable anyway, but would be interesting to see for certain websites, IM apps and VPN.
 
qnetman's Avatar
Posts: 64 | Thanked: 140 times | Joined on May 2011
#19
Originally Posted by fasza2 View Post
Is there any way to check the details of packets sent/recived in a recorded session? I mean TCP, UDP, controll messeges, keep alive packets, etc. Its quite useable anyway, but would be interesting to see for certain websites, IM apps and VPN.
If you remember such detailed statistics package, you get a different program
I have another idea, to determine what program is trying to make a connection and display it in the window "Network Connections"
 
Posts: 1,378 | Thanked: 1,604 times | Joined on Jun 2010 @ Göteborg, Sweden
#20
Originally Posted by handaxe View Post
With respect to the last issue, yes things happen as you describe except that the button takes a while to change and for the notification to appear. In other words, the button does not immediately show that it registered the touch. And that means one can touch the button again thinking it failed to register the press and then get a recording started that you do not want. Hope that is clearer.
I discovered the database was corrupted. Could not delete records. Once the db was deleted and a new one made, the lag I described seems not to be there. The button does not respond to touch but the notification message appears quickly. I still however think that an immediate button response upon touch would be good.
thanks.
 

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

Tags
i am sleeping


 
Forum Jump


All times are GMT. The time now is 20:45.