NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/58467: ctwm does not move the application window to the specified workspace



The following reply was made to PR bin/58467; it has been noted by GNATS.

From: RVP <rvp%SDF.ORG@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/58467: ctwm does not move the application window to the
 specified workspace
Date: Sun, 12 Jan 2025 00:20:55 +0000 (UTC)

 On Sun, 28 Jul 2024, RVP wrote:
 
 > On Sat, 27 Jul 2024, szymon wrote:
 >
 > > I can't apply the patch to *.c files because I'm not a system
 > > developer and I don't maintain application packages.
 > >
 >
 > Since this is a ctwm bug, you should file a PR upstream.
 >
 
 Until this is fixed by upstream, this patch suffices:
 
 ```
 diff -urN a/src/external/mit/ctwm/etc/system.ctwmrc b/src/external/mit/ctwm/etc/system.ctwmrc
 --- a/src/external/mit/ctwm/etc/system.ctwmrc	2024-04-24 19:35:30.784169448 +0000
 +++ b/src/external/mit/ctwm/etc/system.ctwmrc	2025-01-12 00:14:06.559583119 +0000
 @@ -183,8 +183,8 @@
   NoShowOccupyAll
   ReverseCurrentWorkspace
   StartInMapState
 -WMgrHorizButtonIndent     0
 -WMgrVertButtonIndent      0
 +WMgrHorizButtonIndent     1
 +WMgrVertButtonIndent      1
 
   WorkSpaces
   {
 ```
 
 Pull-up to 10.x and 9.x also, please.
 
 -RVP
 


Home | Main Index | Thread Index | Old Index