maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] QNetMan (https://talk.maemo.org/showthread.php?t=73486)

qnetman 2011-06-24 07:25

Re: [Announce] QNetMan
 
Quote:

Originally Posted by fasza2 (Post 1037627)
I am quite happy with it, simple and fit for purpouse. What sort of thing are you not happy with? What directions do you wan to take?

Maybe I do not like pictures of buttons to start/stop recording... !?!? :confused: :) I will try to replace them with other

Quote:

Originally Posted by fasza2 (Post 1037627)
Indeed, but you can't expect 'end users' to fix that manually using the command line, even if the command is as simple as apt-get upgrade libpyside. It has to work out of the box if your package is to be in extras. Using the command line to fix such issues is fine in devel even in testing, but it will not likely make it to extras, even if the package works good after the fix.I am affraid you'll have to figure out something regarding this. However, as soon as it's fixed you got my vote ;)

I agree with you completely. I will test to install the application to simulate different situations with the packages. ;)

fasza2 2011-06-24 16:29

Re: [Announce] QNetMan
 
Quote:

Originally Posted by qnetman (Post 1037901)
Maybe I do not like pictures of buttons to start/stop recording... !?!? :confused: :) I will try to replace them with other

:) make it skinnable then :P

Quote:

Originally Posted by qnetman (Post 1037901)
I agree with you completely. I will test to install the application to simulate different situations with the packages. ;)

Much apprecieted.

qnetman 2011-06-28 17:55

Re: [Announce] QNetMan
 
A new version of QNetMan-0.6.4 (0.6.4 in extras-devel and 0.4.5 in extras-testing)
Screenshots:
http://qnetman.garage.maemo.org/imag...nshots/s10.png
http://qnetman.garage.maemo.org/imag...nshots/s11.png

The main change in this version of is that you can now get a list of applications that perform network connections.
Changed the GUI in the "Network connections".

Note: To get the full list of applications with network connections, you must allow access to QNetMan to root. To do this in the settings to enable access to root and restart QNetMan

Reflektorfalke 2011-06-28 22:48

Re: [Announce] QNetMan
 
Got a problem with qnetman, it closes after the start screen showed up.
Did apt-get remove qnetman --purge and reinstalled with no success.
In xTerm I get this:
Quote:

Nokia-N900:~# /opt/maemo/usr/bin/qnetman
MyDB::optAddSupportIface(): [INSERT INTO 'main'.'type' (id, iface) VALUES (1, 'gprs0')] PRIMARY KEY must be unique

Segmentation fault
Any idea whats the problem here?

qnetman 2011-06-29 06:30

Re: [Announce] QNetMan
 
Quote:

Originally Posted by Reflektorfalke (Post 1041100)
Got a problem with qnetman, it closes after the start screen showed up.
Did apt-get remove qnetman --purge and reinstalled with no success.
In xTerm I get this:
Any idea whats the problem here?

Before you install the latest version, you had an older version ?
Worked Do you have an older version?
Please, open a terminal and write command

dpkg -l | grep -i pyside

output from the terminal to copy here

Line in the terminal:
MyDB::AddSupportIface(): [INSERT INTO 'main'.'type' (id, iface) VALUES (1, 'gprs0')] PRIMARY KEY must be unique

is not an error.

Reflektorfalke 2011-06-29 06:48

Re: [Announce] QNetMan
 
Quote:

Originally Posted by qnetman (Post 1041252)
Before you install the latest version, you had an older version ?
Worked Do you have an older version?
Please, open a terminal and write command

dpkg -l | grep -i pyside

output from the terminal to copy here

Line in the terminal:
MyDB::AddSupportIface(): [INSERT INTO 'main'.'type' (id, iface) VALUES (1, 'gprs0')] PRIMARY KEY must be unique

is not an error.

Yes, had older version an it worked until recently.
Here is the output from xterm:
> dpkg -l| grep -i pyside
ii libpyside1.0 1.0.3-1maemo2 Python bindings for Qt 4 (base files)
ii pyside-mobility 0.2-0maemo1 Python bindings for Qt Mobility (big metapackage)
ii pyside-qt4 1.0.0-1maemo1 Transitional package for python-pyside
ii python-pyside 1.0.0-1maemo1 Python bindings for Qt4 (big metapackage)
ii python-pyside.phonon 1.0.3-1maemo2 Qt 4 Phonon module - Python bindings
ii python-pyside.qtcore 1.0.3-1maemo2 Qt 4 core module - Python bindings
ii python-pyside.qtdeclarative 1.0.3-1maemo2 Qt 4 Declarative module - Python bindings
ii python-pyside.qtgui 1.0.3-1maemo2 Qt 4 GUI module - Python bindings
ii python-pyside.qtmaemo5 1.0.3-1maemo2 Qt 4 Maemo5 module - Python bindings
ii python-pyside.qtmultimedia 1.0.3-1maemo2 Qt 4 Multimedia module - Python bindings
ii python-pyside.qtnetwork 1.0.3-1maemo2 Qt 4 network module - Python bindings
ii python-pyside.qtopengl 1.0.3-1maemo2 Qt 4 OpenGL module - Python bindings
ii python-pyside.qtscript 1.0.3-1maemo2 Qt 4 script module - Python bindings
ii python-pyside.qtsql 1.0.3-1maemo2 Qt 4 SQL module - Python bindings
ii python-pyside.qtsvg 1.0.3-1maemo2 Qt 4 SVG module - Python bindings
ii python-pyside.qtwebkit 1.0.3-1maemo2 Qt 4 WebKit module - Python bindings
ii python-pyside.qtxml 1.0.3-1maemo2 Qt 4 XML module - Python bindings
ii python-pyside.qtxmlpatterns 1.0.3-1maemo2 Qt 4 XML patterns module - Python bindings

qnetman 2011-06-29 07:33

Re: [Announce] QNetMan
 
Quote:

Originally Posted by Reflektorfalke (Post 1041261)
Yes, had older version an it worked until recently.
Here is the output from xterm:
> dpkg -l| grep -i pyside
...

With the packages you have all the normal

While I have no idea why the program in python gives an error "Segmentation fault" :(
Try to delete the database and configuration file
rm -f /home/user/.qnetman/qnetman.db
rm -f /home/user/.qnetman/qnetman.conf

Or make a backup of the database if it contains the necessary data
cp /home/user/.qnetman/qnetman.db /home/user/qnetman.db

tell, please, about result

Reflektorfalke 2011-06-29 08:00

Re: [Announce] QNetMan
 
Quote:

Originally Posted by qnetman (Post 1041285)
With the packages you have all the normal

While I have no idea why the program in python gives an error "Segmentation fault" :(
Try to delete the database and configuration file
rm -f /home/user/.qnetman/qnetman.db
rm -f /home/user/.qnetman/qnetman.conf

Or make a backup of the database if it contains the necessary data
cp /home/user/.qnetman/qnetman.db /home/user/qnetman.db

tell, please, about result

afterm deleting these files I get this:

Quote:

okia-N900:/home/user/.qnetman# /opt/maemo/usr/bin/qnetman
MyDB::optGetFreqTraffDaemon(): 'NoneType' object is unsubscriptable

MyDB::optGetDateTimeFormat(): DateTime format not define. Set default

MyDB::optGetLimitSizeDB(): Limit db not define. Set default

MyDB::optGetColor(): Colors are not define. Set default

Segmentation fault

Reflektorfalke 2011-06-29 08:55

Re: [Announce] QNetMan
 
Just noticed that .db file was recreated, but there is no .conf file...
Maybe this helps tracking down the prob!?

qnetman 2011-06-29 09:39

Re: [Announce] QNetMan
 
Quote:

Originally Posted by Reflektorfalke (Post 1041324)
Just noticed that .db file was recreated, but there is no .conf file...
Maybe this helps tracking down the prob!?

No, no, that can cause this error. The file will be created when a program tries to save the settings.
While I'm trying to simulate your situation and get the error "Segmentation fault" Unfortunately, there are no results.


All times are GMT. The time now is 10:07.

vBulletin® Version 3.8.8