On 29Mar2022 13:02, Cameron Simpson wrote:
>On 28Mar2022 20:47, Skip Montanaro wrote:
>>I'm struggling to get the outermost window (not sure what's going on),
>>but
>>I will keep messing around.
>
>See what xlsclients says to you.
Also, wmctrl accepts window names instead of ids if you omit the
On 28Mar2022 20:47, Skip Montanaro wrote:
>I'm struggling to get the outermost window (not sure what's going on),
>but
>I will keep messing around.
See what xlsclients says to you. Cheers, Cameron Simpson
--
https://mail.python.org/mailman/listinfo/python-list
> Would you accept a solution that involves a subprocess call?
>
> wmctrl -ir {id} -b add,sticky
I'm already checking idle time with xprintidle(1), so what's one more
(one-time) subprocess call?
Small amount of history, I'm referring to this mouse/typing watcher:
https://github.com/smontanaro/py
On 28Mar2022 19:39, Skip Montanaro wrote:
>> I think you must be using xfce4, not fvwm4 (there's an fvwm3 in
>> development). See https://xfce.org/
>
>Both?
[...]
>1803 xfwm4 --replace
>539426 xfwm4-settings
[...]
>1755 /usr/bin/ssh-agent /usr/bin/im-launch startxfce4
>1782 /usr/lib/x86_64-linux-g
> I think you must be using xfce4, not fvwm4 (there's an fvwm3 in
> development). See https://xfce.org/
Both?
% pgrep -fla xfwm4
1803 xfwm4 --replace
539426 xfwm4-settings
% pgrep -fla xfce
1599 xfce4-session
1755 /usr/bin/ssh-agent /usr/bin/im-launch startxfce4
1782 /usr/lib/x86_64-linux-gnu/xf
On 28Mar2022 10:54, Skip Montanaro wrote:
>I do have a ~/.config/xfce4/xfwm4/
>directory, but it is completely empty.
On reflection, maybe you're running something else. "ps axf" FTW.
Cheers,
Cameron Simpson
--
https://mail.python.org/mailman/listinfo/python-list
On 28Mar2022 10:54, Skip Montanaro wrote:
>Unfortunately, I no longer recall what window manager(s) I used at the
>time (probably twm or fvwm). Now I use fvwm4 and can't find squat
>online about configuration files. I do have a ~/.config/xfce4/xfwm4/
>directory, but it is completely empty.
I thin
On 2022-03-28 15:35:07 +0200, Cecil Westerhof via Python-list wrote:
> "Loris Bennett" writes:
> > Ubuntu is presumably relying on the Debian security team as well as
> > other volunteers and at least one company, namely Canonical.
>
> Nope. One important reason that I really hate that people use
On Tue, 29 Mar 2022 at 09:04, Cameron Simpson wrote:
>
> On 29Mar2022 06:10, Chris Angelico wrote:
> >On Tue, 29 Mar 2022 at 06:08, Christian Gollwitzer wrote:
> >> Am 28.03.22 um 20:03 schrieb Chris Angelico:
> >> > Would you accept a solution that involves a subprocess call?
> >> >
> >> > wmct
On 29Mar2022 06:10, Chris Angelico wrote:
>On Tue, 29 Mar 2022 at 06:08, Christian Gollwitzer wrote:
>> Am 28.03.22 um 20:03 schrieb Chris Angelico:
>> > Would you accept a solution that involves a subprocess call?
>> >
>> > wmctrl -ir {id} -b add,sticky
>> >
>> > Now, the only problem is... figu
On Tue, 29 Mar 2022 at 06:08, Christian Gollwitzer wrote:
>
> Am 28.03.22 um 20:03 schrieb Chris Angelico:
> > Would you accept a solution that involves a subprocess call?
> >
> > wmctrl -ir {id} -b add,sticky
> >
> > Now, the only problem is... figuring out your window ID. Worst case,
> > parse w
Am 28.03.22 um 20:03 schrieb Chris Angelico:
Would you accept a solution that involves a subprocess call?
wmctrl -ir {id} -b add,sticky
Now, the only problem is... figuring out your window ID. Worst case,
parse wmctrl -lG to get that info, but it might be possible to get the
window ID from Tkin
On Tue, 29 Mar 2022 at 02:56, Skip Montanaro wrote:
>
> > I might be misguided, but on modern desktops that should be possible
> > with a few mouseclicks. E.g. in KDE, there is a little pin icon
> > displayed in every title bar of a toplevel window on the left side.
>
> Correct, and that's what I'
On 3/28/22 10:02, Grant Edwards wrote:
> On 2022-03-28, Grant Edwards wrote:
>> On 2022-03-28, kristine RABIA wrote:
>>
>>> I downloaded successfully Python, however when I am trying to open it,
>>> brings the window repair, modify or uninstall, I tried to click on repair
>>> and modify after all
On 2022-03-28, Grant Edwards wrote:
> On 2022-03-28, kristine RABIA wrote:
>
>> I downloaded successfully Python, however when I am trying to open it,
>> brings the window repair, modify or uninstall, I tried to click on repair
>> and modify after all it came with the same window.
>
> I assume yo
On 2022-03-28, kristine RABIA wrote:
> I downloaded successfully Python, however when I am trying to open it,
> brings the window repair, modify or uninstall, I tried to click on repair
> and modify after all it came with the same window.
I assume you're using Windows?
You're re-running the ins
> I might be misguided, but on modern desktops that should be possible
> with a few mouseclicks. E.g. in KDE, there is a little pin icon
> displayed in every title bar of a toplevel window on the left side.
Correct, and that's what I'm currently doing. I'm lazy though. I want
the program to start
On Mon, 28 Mar 2022, kristine RABIA wrote:
I downloaded successfully Python, however when I am trying to open it,
brings the window repair, modify or uninstall, I tried to click on repair
and modify after all it came with the same window. Please advise the
further step.
Kristine,
What operati
"Loris Bennett" writes:
> Marco Sulla writes:
>
>> On Fri, 11 Mar 2022 at 19:10, Michael Torrie wrote:
>>> Both Debian stable and Ubuntu LTS state they have a five year support
>>> life cycle.
>>
>> Yes, but it seems that official security support in Debian ends after
>> three years:
>>
>> "Deb
Dear Python team
I downloaded successfully Python, however when I am trying to open it,
brings the window repair, modify or uninstall, I tried to click on repair
and modify after all it came with the same window.
Please advise the further step.
Thanks
Kristine
--
https://mail.python.org/mailman/l
Am 28.03.22 um 00:55 schrieb Skip Montanaro:
So you might tell your window manager to keep that window on the main
workspace.
Thanks. I'd forgotten about the possibility of doing this sort of thing in
the window manager config. That would certainly be fine in this case. (It's
been ages since I
21 matches
Mail list logo