Hi i dont know if this is a problem with dillo or with fluxbox, but when i try to close a dillo with several tabs, i get always the close dialog (title is Choice5) on my secondary X11 head. If i try to setup fluxbox to force the dialog to open on head 1, it still opens on head 2. if i do the same thing for all other dillo dialogs, like open file, search (title ask), etc , i fluxbox puts the window in the configured head. If i try to set the position and head, fluxbox puts the dialog in the right position, but in the wrong head. If i try to run the fltk-1.3/test/message test, i can setup the head of those messages without any problem. i'm using the latest dillo3 "hg version" with the latest fltk1.3 svn , running on a slackware64 with Fluxbox 1.3.1 and a dual head setup. The main head (1) is right, secondary head (2) is left. They are setup with xrandr on a ati r600 card: xrandr --output DVI-0 --auto --primary --dpi 96 --output VGA-0 --left-of DVI-0 --auto --dpi 96 xrandr --output DVI-0 --primary --set underscan off As dillo is the only app i found with this problem, and even other dillo windows work fine, i suspect something in dillo3 or in fltk1.3 that is forcing the Choice5 dialog to stay on head 2... probably just because is on the left (so closer to the 0,0 X11 virtual display corner), instead of using the virtual position of each head. What you think? should i open a bug in fluxbox, in fltk or is this a dillo problem? Thanks in advance for the help and thanks for dillo higuita -- Naturally the common people don't want war... but after all it is the leaders of a country who determine the policy, and it is always a simple matter to drag the people along, whether it is a democracy, or a fascist dictatorship, or a parliament, or a communist dictatorship. Voice or no voice, the people can always be brought to the bidding of the leaders. That is easy. All you have to do is tell them they are being attacked, and denounce the pacifists for lack of patriotism and exposing the country to danger. It works the same in every country. -- Hermann Goering, Nazi and war criminal, 1883-1946
higuita wrote:
i dont know if this is a problem with dillo or with fluxbox, but when i try to close a dillo with several tabs, i get always the close dialog (title is Choice5) on my secondary X11 head. If i try to setup fluxbox to force the dialog to open on head 1, it still opens on head 2.
if i do the same thing for all other dillo dialogs, like open file, search (title ask), etc , i fluxbox puts the window in the configured head. If i try to set the position and head, fluxbox puts the dialog in the right position, but in the wrong head.
How are you instructing fluxbox to do this?
If i try to run the fltk-1.3/test/message test, i can setup the head of those messages without any problem.
i'm using the latest dillo3 "hg version" with the latest fltk1.3 svn , running on a slackware64 with Fluxbox 1.3.1 and a dual head setup. The main head (1) is right, secondary head (2) is left. They are setup with xrandr on a ati r600 card:
xrandr --output DVI-0 --auto --primary --dpi 96 --output VGA-0 --left-of DVI-0 --auto --dpi 96 xrandr --output DVI-0 --primary --set underscan off
As dillo is the only app i found with this problem, and even other dillo windows work fine, i suspect something in dillo3 or in fltk1.3 that is forcing the Choice5 dialog to stay on head 2... probably just because is on the left (so closer to the 0,0 X11 virtual display corner), instead of using the virtual position of each head.
What you think? should i open a bug in fluxbox, in fltk or is this a dillo problem?
Does xprop show any interesting differences between a choice5 window and an ask window?
Hi again
if i do the same thing for all other dillo dialogs, like open file, search (title ask), etc , i fluxbox puts the window in the configured head. If i try to set the position and head, fluxbox puts the dialog in the right position, but in the wrong head. How are you instructing fluxbox to do this?
I can edit the ~/.fluxbox/apps and manually set things, or, a lot easier, right click on the dialog titlebar, select remember->head and save on close... and move it to the place where it should popup later and close the dialog. it will set the apps file with the correct data
Does xprop show any interesting differences between a choice5 window and an ask window?
Not really, the only difference is the *_name value, set to the respective title name. thanks higuita -- Naturally the common people don't want war... but after all it is the leaders of a country who determine the policy, and it is always a simple matter to drag the people along, whether it is a democracy, or a fascist dictatorship, or a parliament, or a communist dictatorship. Voice or no voice, the people can always be brought to the bidding of the leaders. That is easy. All you have to do is tell them they are being attacked, and denounce the pacifists for lack of patriotism and exposing the country to danger. It works the same in every country. -- Hermann Goering, Nazi and war criminal, 1883-1946
hi again On Mon, 22 Aug 2011 02:44:52 +0100, higuita <higuita7 at yahoo.co.uk> wrote:
if i do the same thing for all other dillo dialogs, like open file, search (title ask), etc , i fluxbox puts the window in the configured head. If i try to set the position and head, fluxbox puts the dialog in the right position, but in the wrong head.
i have done a bisect and found this commit was the one that introduced the problem: The first bad revision is: changeset: 2104:4ea703ed7f15 user: Jorge Arellano Cid <jcid at dillo.org> date: Fri Jun 10 12:19:14 2011 -0400 summary: Set modal for a_Dialog_choice5 not sure if it really helps :) higuita -- Naturally the common people don't want war... but after all it is the leaders of a country who determine the policy, and it is always a simple matter to drag the people along, whether it is a democracy, or a fascist dictatorship, or a parliament, or a communist dictatorship. Voice or no voice, the people can always be brought to the bidding of the leaders. That is easy. All you have to do is tell them they are being attacked, and denounce the pacifists for lack of patriotism and exposing the country to danger. It works the same in every country. -- Hermann Goering, Nazi and war criminal, 1883-1946
higuita wrote:
On Mon, 22 Aug 2011 02:44:52 +0100, higuita <higuita7 at yahoo.co.uk> wrote:
if i do the same thing for all other dillo dialogs, like open file, search (title ask), etc , i fluxbox puts the window in the configured head. If i try to set the position and head, fluxbox puts the dialog in the right position, but in the wrong head.
i have done a bisect and found this commit was the one that introduced the problem:
The first bad revision is: changeset: 2104:4ea703ed7f15 user: Jorge Arellano Cid <jcid at dillo.org> date: Fri Jun 10 12:19:14 2011 -0400 summary: Set modal for a_Dialog_choice5
not sure if it really helps :)
Since a_Dialog_input() also has a set_modal() call, this is indeed still mysterious...
On Wed, Sep 07, 2011 at 03:28:31AM +0000, corvid wrote:
higuita wrote:
On Mon, 22 Aug 2011 02:44:52 +0100, higuita <higuita7 at yahoo.co.uk> wrote:
if i do the same thing for all other dillo dialogs, like open file, search (title ask), etc , i fluxbox puts the window in the configured head. If i try to set the position and head, fluxbox puts the dialog in the right position, but in the wrong head.
i have done a bisect and found this commit was the one that introduced the problem:
The first bad revision is: changeset: 2104:4ea703ed7f15 user: Jorge Arellano Cid <jcid at dillo.org> date: Fri Jun 10 12:19:14 2011 -0400 summary: Set modal for a_Dialog_choice5
not sure if it really helps :)
Since a_Dialog_input() also has a set_modal() call, this is indeed still mysterious...
I remember some patches in FLTK-1.3 repo with regard to window position and screen counting [1], but unfortunately couldn't find the respective thread. [1] http://fltk.org/articles.php?L1101 -- Cheers Jorge.-
On Wed, Sep 07, 2011 at 03:28:31AM +0000, corvid wrote:
higuita wrote:
On Mon, 22 Aug 2011 02:44:52 +0100, higuita <higuita7 at yahoo.co.uk> wrote:
if i do the same thing for all other dillo dialogs, like open file, search (title ask), etc , i fluxbox puts the window in the configured head. If i try to set the position and head, fluxbox puts the dialog in the right position, but in the wrong head.
i have done a bisect and found this commit was the one that introduced the problem:
The first bad revision is: changeset: 2104:4ea703ed7f15 user: Jorge Arellano Cid <jcid at dillo.org> date: Fri Jun 10 12:19:14 2011 -0400 summary: Set modal for a_Dialog_choice5
not sure if it really helps :)
Since a_Dialog_input() also has a set_modal() call, this is indeed still mysterious...
FWIW, these commits *may* be related: http://fltk.org/newsgroups.php?s6264+gfltk.commit+v6272+T0 http://fltk.org/newsgroups.php?s6264+gfltk.commit+v6274+T0 http://fltk.org/newsgroups.php?s6224+gfltk.commit+v6225+T0 -- Cheers Jorge.-
Hi again
FWIW, these commits *may* be related:
http://fltk.org/newsgroups.php?s6264+gfltk.commit+v6272+T0 http://fltk.org/newsgroups.php?s6264+gfltk.commit+v6274+T0 http://fltk.org/newsgroups.php?s6224+gfltk.commit+v6225+T0
Thanks!! i will take a look and talk with the fltk as more and more this looks like a fltk problem higuita -- Naturally the common people don't want war... but after all it is the leaders of a country who determine the policy, and it is always a simple matter to drag the people along, whether it is a democracy, or a fascist dictatorship, or a parliament, or a communist dictatorship. Voice or no voice, the people can always be brought to the bidding of the leaders. That is easy. All you have to do is tell them they are being attacked, and denounce the pacifists for lack of patriotism and exposing the country to danger. It works the same in every country. -- Hermann Goering, Nazi and war criminal, 1883-1946
participants (3)
-
corvid@lavabit.com
-
higuita7@yahoo.co.uk
-
jcid@dillo.org