The time now is Fri 20 Apr 2018, 09:05
All times are UTC - 4 |
Page 10 of 31 [458 Posts] |
Goto page: Previous 1, 2, 3, ..., 8, 9, 10, 11, 12, ..., 29, 30, 31 Next |
Author |
Message |
Argolance

Joined: 06 Jan 2008 Posts: 3255 Location: PORT-BRILLET (Mayenne - France)
|
Posted: Sun 03 Feb 2013, 12:01 Post subject:
|
|
Hello rerwin,
I noticed that the file /usr/local/frisbee/func inside frisbee-1.0-20130131.pet you posted above cannot be executed because it has no permissions and... Code: | export TEXTDOMAIN=frisbee
export OUTPUT_CHARSET=UTF-8
. gettext.sh | ... is missing at the beginning of the script.
On my side, I admit that I forgot to "gettext" 3 text label inside the "frisbee" file...
Cordialement.
Description |
|
Filesize |
60.42 KB |
Viewed |
876 Time(s) |

|
Description |
The pot file updated and the po mo French files...
|

Download |
Filename |
pot_french-po-mo_files.tar.gz |
Filesize |
8 KB |
Downloaded |
291 Time(s) |
Description |
To be renamed without .tar extention and copied into /usr/local/bin as replacement of the previous one.
|

Download |
Filename |
frisbee.tar |
Filesize |
23.96 KB |
Downloaded |
278 Time(s) |
Description |
To be renamed without .tar extention and copied into /usr/local/frisbee as replacement of the previous one...
|

Download |
Filename |
func.tar |
Filesize |
36.87 KB |
Downloaded |
288 Time(s) |
|
Back to top
|
|
 |
peebee

Joined: 21 Sep 2008 Posts: 3252 Location: Worcestershire, UK
|
Posted: Sun 03 Feb 2013, 12:51 Post subject:
|
|
Argolance wrote: | Hello rerwin,
I noticed that the file /usr/local/frisbee/func inside frisbee-1.0-20130131.pet you posted above cannot be executed because it has no permissions |
Hi Both
It seemed to work OK for me.....in English
Thanks
peebee
_________________
LxPup = Puppy + LXDE
|
Back to top
|
|
 |
rerwin

Joined: 24 Aug 2005 Posts: 1883 Location: Maine, USA
|
Posted: Mon 04 Feb 2013, 20:28 Post subject:
|
|
Argolance, peebee,
Please do not make the "corrections" to the difference in locations of the export and gettext.sh lines. The changes are intentional. I will explain.
First, the func file is not actually executed as a script. It is invoked by the "." method of "executing" script commands. But think of that as merely including the func code into whatever script is referencing it. It should not have execute permissions, since it is not executed independently. That is the way it came from the "betas".
The "export/gettext.sh" case is more complicated. Putting them at the beginning of func was not incorrect, just not necessary. The only script that uses func and needs those lines is frisbee. So I moved them there. Besides, they are needed in frisbee before the invocation of the func file. But they must also be added to the internal functions in frisbee, because those functions are spawned as separate processes, for which the initial set is ineffective.
Argolance, I have merged your changes into my current version, which now no longer kills the older network_tray daemon. Thanks for your updates. But I wonder about one of the updates: Code: | <label>$(gettext 'Wpa_cli')</label> | which is the name of the command, wpa_cli, the command-line interface to wpa_supplicant. I think it should not be translatable, as it stands. But maybe that is not good for a label, because a user would have no idea what it means. Do you (or anyone, for that matter) think we should change the label to something more meaningful? Maybe "WPA Control". It lets the user interact with Wifi Protected Access (wpa_supplicant).
Richard
|
Back to top
|
|
 |
Argolance

Joined: 06 Jan 2008 Posts: 3255 Location: PORT-BRILLET (Mayenne - France)
|
Posted: Tue 05 Feb 2013, 08:23 Post subject:
|
|
Hello,
rerwin wrote: | Please do not make the "corrections" to the difference in locations of the export and gettext.sh lines. The changes are intentional. I will explain. |
Sorry to land like a bull in a china shop!
ASRI suggested me collaborating in the translation of frisbee. As he first didn't succeed in making it working in French, I tried to find the reason why: I thought it was!
Thanks for explanations.
Quote: | which is the name of the command, wpa_cli, the command-line interface to wpa_supplicant. I think it should not be translatable, as it stands. But maybe that is not good for a label, because a user would have no idea what it means. Do you (or anyone, for that matter) think we should change the label to something more meaningful? Maybe "WPA Control". It lets the user interact with Wifi Protected Access (wpa_supplicant). |
ASRI and I indeed think that it should be useful to change this label (and some other similar) to something more meaningful. More: some chains translated to French (it is the same for Spanish and German), are much larger than the English ones and this makes the GUI to be larger too! This could be a problem for small resolutions. We both have suggestions:- The title bar could be something like "Frisbee - Network Configuration", so it could be possible to label tabs shortly, something like: "Wireless Networks" and "Network Interfaces"
- "Enable Wireless Network" and the rest of the line could be separated on 2 lines
- ... and the "Exit" button apart and alone on a single line down the window (maybe add an Info or Help button too?) or simply limit the labels to the single actions as it is already specified through the tooltips.
Cordialement.
|
Back to top
|
|
 |
rerwin

Joined: 24 Aug 2005 Posts: 1883 Location: Maine, USA
|
Posted: Tue 05 Feb 2013, 10:58 Post subject:
|
|
Argolance wrote: | ASRI and I indeed think that it should be useful to change this label (and some other similar) to something more meaningful. More: some chains translated to French (it is the same for Spanish and German), are much larger than the English ones and this makes the GUI to be larger too! This could be a problem for small resolutions. We both have suggestions:- The title bar could be something like "Frisbee - Network Configuration", so it could be possible to label tabs shortly, something like: "Wireless Networks" and "Network Interfaces"
- "Enable Wireless Network" and the rest of the line could be separated on 2 lines
- ... and the "Exit" button apart and alone on a single line down the window (maybe add an Info or Help button too?) or simply limit the labels to the single actions as it is already specified through the tooltips. | Excellent recommendations! I will implement them. Thanks.
Richard
Later: How about this:
Description |
|
Filesize |
25.39 KB |
Viewed |
689 Time(s) |

|
|
Back to top
|
|
 |
Argolance

Joined: 06 Jan 2008 Posts: 3255 Location: PORT-BRILLET (Mayenne - France)
|
Posted: Tue 05 Feb 2013, 13:57 Post subject:
|
|
Hello,
I think it is quite perfect but am surprised that the GUI is still so wide! Maybe is this due to the second tab? What about it? Did you make similar changes?
Cordialement.
|
Back to top
|
|
 |
rerwin

Joined: 24 Aug 2005 Posts: 1883 Location: Maine, USA
|
Posted: Tue 05 Feb 2013, 18:18 Post subject:
|
|
Argolance wrote: | I think it is quite perfect but am surprised that the GUI is still so wide! Maybe is this due to the second tab? What about it? Did you make similar changes? | The width appears to be set by the size of the "Scan results" table: Code: | <table>
<width>700</width>
<height>200</height>
<variable>TABLE</variable>
<label>$(gettext 'BSSID |Freq |Strength|Encryption |SSID')</label>
<input>get-scan-results</input>
</table>
| The image was produced by my development copy of frisbee. So that is what I will release, with any further improvements we make. I think that table can be reduced to 600 wide. If the labels are long, everything will stretch as necessary. So, 600 it is.
I am still not comfortable with the button, "View Diagnostics", because its window does more than that. Would the label, "Troubleshoot", be acceptable? It means to determine the cause and fix a problem. But maybe I should just drop "View" and use the label, "Diagnostics". That seems safest.
As for the Wpa_cli label, I think I will go with "Control WPA" and expand the tooltip.
Anything else?
Richard
|
Back to top
|
|
 |
ASRI éducation

Joined: 09 May 2009 Posts: 3203 Location: France
|
Posted: Tue 05 Feb 2013, 18:20 Post subject:
|
|
Argolance wrote: | ...
ASRI suggested me collaborating in the translation of frisbee. As he first didn't succeed in making it working in French, I tried to find the reason why: I thought it was!
Thanks for explanations.
... |
Hello Richard,
I understand your explanation.
However, on my precise 5.4.3 (LiveCD + pack langFR, without backup), your Frisbee package refused to go French.
For a French translation, I had to use the Argolance package sent me by email.
I will make more tests in the coming days.
Cédric
|
Back to top
|
|
 |
Argolance

Joined: 06 Jan 2008 Posts: 3255 Location: PORT-BRILLET (Mayenne - France)
|
Posted: Wed 06 Feb 2013, 07:51 Post subject:
|
|
Hello,
This is what I got inside xerrs.log: Quote: | cat: /etc/frisbee/interface: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
ifconfig: SIOCGIFFLAGS: No such device
ifconfig: SIOCGIFFLAGS: No such device
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
dhcpcd[7135]: sending signal 1 to pid 1481
dhcpcd[7135]: waiting for pid 1481 to exit
dhcpcd[7252]: version 5.6.4 starting
dhcpcd[7252]: all: configured as a router, not a host
dhcpcd[7252]: forking to background
dhcpcd[7252]: forked to background, child pid 7253
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
|
Looking inside /etc/frisbee/, I found a file named "interfaces". It seems to be an error: be that as it may, a link called "interface" to the file "interfaces" apparently solved the problem and there is no error message anymore...
Suggestion: there are gtk icons maybe more appropriate for "Connect" (gtk-connect) and "Edit..." (gtk-edit) buttons.
Cordialement.
|
Back to top
|
|
 |
rerwin

Joined: 24 Aug 2005 Posts: 1883 Location: Maine, USA
|
Posted: Wed 06 Feb 2013, 09:32 Post subject:
|
|
Argolance wrote: | Looking inside /etc/frisbee/, I found a file named "interfaces". It seems to be an error: be that as it may, a link called "interface" to the file "interfaces" apparently solved the problem and there is no error message anymore...
Suggestion: there are gtk icons maybe more appropriate for "Connect" (gtk-connect) and "Edit..." (gtk-edit) buttons. | Edit: Wrong! - /etc/frisbee/interfaces should be a directory containing null files named for each available interface (e.g., wlan0). /etc/frisbee/interface should be a file containing the name of the active interface (again, wlan0). Correct: Both are files containing interface names. And "iface" is for something else. End of edit.
Which version of frisbee are you seeing this problem with? What did you do just before you found the problem? Maybe there is a bug somewhere that is confused about which is which. I will look into this today, before releasing my latest version that has the button improvements.
Regarding the button icons: what do you recommend as replacements?
Richard
Last edited by rerwin on Wed 06 Feb 2013, 15:43; edited 1 time in total
|
Back to top
|
|
 |
Argolance

Joined: 06 Jan 2008 Posts: 3255 Location: PORT-BRILLET (Mayenne - France)
|
Posted: Wed 06 Feb 2013, 11:30 Post subject:
|
|
Hello,
rerwin wrote: | /etc/frisbee/interfaces should be a directory containing null files named for each available interface (e.g., wlan0). /etc/frisbee/interface should be a file containing the name of the active interface (again, wlan0). |
There is no directory but an empty file called "interfaces" (in the plural). There is a directory called "iface" containing an empty file called eth0 (which seems to be the single wired network I have - I have no wifi).
Quote: | Which version of frisbee are you seeing this problem with? What did you do just before you found the problem? Maybe there is a bug somewhere that is confused about which is which. I will look into this today, before releasing my latest version that has the button improvements. |
I reinstalled and am actually running frisbee-1.0-20130131. I already noticed this problem which is sometimes occurring but couldn't reproduce it.
Quote: | Regarding the button icons: what do you recommend as replacements? |
Not a recommendation, only a suggestion!
It was just a detail without big importance: Some gtk icons may be more appropriate for "Connect" (gtk-connect instead of gtk-add) and "Edit..." (gtk-edit instead of gtk-preference) buttons.
Cordialement.
|
Back to top
|
|
 |
Argolance

Joined: 06 Jan 2008 Posts: 3255 Location: PORT-BRILLET (Mayenne - France)
|
Posted: Wed 06 Feb 2013, 13:10 Post subject:
|
|
Note.
This occurred and is occurring again: Quote: | Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
| About 10 times every minutes and this doesn't stop... I ran frisbee and asked for the DHCP to be initialized again. And as above, this too: Quote: | cat: /etc/frisbee/interface: No such file or directory
ifconfig: SIOCGIFFLAGS: No such device |
Description |
|
Filesize |
3.82 KB |
Viewed |
646 Time(s) |

|
|
Back to top
|
|
 |
rerwin

Joined: 24 Aug 2005 Posts: 1883 Location: Maine, USA
|
Posted: Wed 06 Feb 2013, 15:39 Post subject:
|
|
Argolance,
I fear that you have caught me making some mistakes. First, I was wrong about iface and interfaces. You are correct. I suspect that the problem is triggered by your not having a wireless card/dongle installed. I have been testing on a PC that has wifi, but nothing to connect to. That is different than having no wifi, at all. I need to test on my other PC that has no wifi. However, I also suspect I have made an incorrect coding decision, maybe since 0131. So, I am not as close to releasing frisbee as I thought.
Also, my apology about the icons. You told me exactly which to use, gtk-edit and gtk-connect. I have changed to gtk-connect, but am retaining gtk-preferences for editing profiles. The edit icon appears to be associated with editing a particular file content, such as wpa_supplicant.conf. The "edit profiles" function deals with multiple files and includes the option of deleting them. I think of that as "managing" the profiles, so have changed the label and window title to use "Manage". The gtk-preference icon is the only one I found even close to "manage". So, I kept it.
Back to work.
Richard
|
Back to top
|
|
 |
rerwin

Joined: 24 Aug 2005 Posts: 1883 Location: Maine, USA
|
Posted: Thu 07 Feb 2013, 00:14 Post subject:
|
|
Argolance,
Although we may have more work to do on the button text, I have uploaded what I have to the "kit" (on page and to my original posting in a precise-pup thread, here:
http://www.murga-linux.com/puppy/viewtopic.php?p=662521#662521
I think I fixed the cause of your endless wpa_supplicant messages. The function that tests the status of a wireless interface did not check for there being no such interface. Now, it does. Thank you very much for calling that to my attention. And I tested it on my non-wifi PC.
I rearranged the buttons in the "diagnostics" window into 2 columns of 3 buttons, If you like that, I can do the same to the edit-profiles window and maybe the "network interfaces window.
I released it because it is almost ready for woof. But we can keep refining it until Barry grabs it. It needs some time "in the wild".
Here is the experimental Diagnostic window. I left-justified the text within the buttons by adding trailing spaces to the text, until they looked right. If anyone knows how to tell gtkdialog to left-justify that text within the button, please tell me. Otherwise, each translator should make the adjustment by trial-and-error.
Richard
 |
Description |
|
Filesize |
31.53 KB |
Viewed |
558 Time(s) |

|
|
Back to top
|
|
 |
Argolance

Joined: 06 Jan 2008 Posts: 3255 Location: PORT-BRILLET (Mayenne - France)
|
Posted: Thu 07 Feb 2013, 07:48 Post subject:
|
|
Hello,
If wifi device not present, I always get the same error message as above, but not so invasive.
Quote: | Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
cat: /etc/frisbee/interface: No such file or directory
ifconfig: SIOCGIFFLAGS: No such device |
Now, I have an old wifi usb key I plugged for testing:
This is what I get: Quote: | ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument
/usr/sbin/pdiag: line 109: 15692 Terminated gtkdialog-splash -placement center -bg orange -text "`eval_gettext \"Collecting files into archive file: \\\$ARCHIVE_FILE_NAME.\"`"
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument
killall: wait-disconnect: no process killed
dhcpcd[29692]: sending commands to master dhcpcd process
killall: wait-disconnect: no process killed
dhcpcd[30702]: sending commands to master dhcpcd process
killall: wait-disconnect: no process killed
dhcpcd[30975]: sending commands to master dhcpcd process
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument |
Frisbee - Configure Networks/Wireless Networks tab:
If no wireless interface, the Exit button should nevertheless stay sensitive letting user quit the GUI without having to do it trough the Network Interfaces tab. (detail: the picture of the button is explicit enough so that it is maybe not useful to show "Exit", already displayed in the tooltip, making the window a bit less wide?)
Frisbee - Wireless Diagnostic Tools:
View Wpa_Supplicant Log:
The window title bar maybe should display "Frisbee - Wpa_Supplicant Log"
Set Drop Timeout:
Just the same for the window title bar. Text should be adjusted for the window to be smaller (see picture 120945_1028x136_easyshot.png below) and the "Configure" button show "Ok" (The word "Configure" lets user think there is still something to... configure)
Set AP scan mode:
Just the same for the window title bar.
For us (non English speaking guys!), "AP scan" or "ap_scan" (tooltip) are not very understandable.
Global suggestion:
Create a frame labeled "Wpa_Supplicant", then 3 buttons inside:
View log
Edit Configuration file
Control A frame labeled "Settings", then 2 buttons inside:
Drop timeout
AP scan mode (see picture)
Cordialement.
 |
Description |
Real size 1028x136 |
Filesize |
28.45 KB |
Viewed |
547 Time(s) |

|
Description |
|
Filesize |
37.63 KB |
Viewed |
535 Time(s) |

|
Last edited by Argolance on Thu 07 Feb 2013, 13:24; edited 1 time in total
|
Back to top
|
|
 |
|
Page 10 of 31 [458 Posts] |
Goto page: Previous 1, 2, 3, ..., 8, 9, 10, 11, 12, ..., 29, 30, 31 Next |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|