JWM 2.0.1 Enhancements and Fixes

Themes, icons, wallpapers, etc.
Post Reply
Message
Author
panzerpuppy
Posts: 632
Joined: Tue 02 Oct 2007, 07:39

#81 Post by panzerpuppy »

Should I use the '--with-x' option when configuring/compiling jwm?

User avatar
Dougal
Posts: 2502
Joined: Wed 19 Oct 2005, 13:06
Location: Hell more grotesque than any medieval woodcut

#82 Post by Dougal »

panzerpuppy wrote:Should I use the '--with-x' option when configuring/compiling jwm?
That's a redundant option that is added to all configure scripts automatically... just ignore it.
There's no need to specify any of the options with jwm, except maybe for the path (prefix).
What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#83 Post by ttuuxxx »

Yep thats how I do It, I just make the path /usr probably i386 and thats it :)
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

joewing
Posts: 25
Joined: Sun 24 Dec 2006, 20:43

#84 Post by joewing »

1. When trying to move maximised windows by draggin from the window border, they always pop back up maximised again. Surely they should "restore" and end up where the user places them?
This can easily be fixed by simply not keeping track of whether a window
was maximized or not when the move started. When a window is only
maximized in the x or y directions, moving a maximized window makes
sense, but otherwise I suppose it doesn't. Perhaps I should make it so
it only restores maximized windows if they were only maximized in one
direction?
2. Using the alt-tab cycles the open applications in no particular order. It would be nice to be able to alt-tab between the last two used applications.
This is already supported. Just use "nextstacked" instead of "next" for the
alt-tab key binding. It will keep track of all applications, but it will switch
through them by stacking order rather than open order.

On a side note, I've been working on integrating the
composite/fixes/damages extensions into JWM so that a program such
as xcompmgr or kcompmgr isn't needed to do transparency/shadows/etc.
This is quite a task though... I almost wonder if it's worth it, but I think
it would be much faster and much cleaner if JWM handled all of this.

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#85 Post by DaveS »

Is it ok to chip in here and say how brilliant it is that JWM is getting some development. I love it for its speed and lightweight resource use, and its now getting a nice sophisticated look. Thanks everyone.
Also, when posting the entries that are needed to create things such as desktop lables, could an example of how the entry should should actually appear in the file be posted please?
Spup Frugal HD and USB
Root forever!

User avatar
Dougal
Posts: 2502
Joined: Wed 19 Oct 2005, 13:06
Location: Hell more grotesque than any medieval woodcut

#86 Post by Dougal »

So... what's up with this thread?

I've been using svn-455 and I still have the problem of windows losing focus when I switch desktops... so we're obviously not done.
What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind

User avatar
`f00
Posts: 807
Joined: Thu 06 Nov 2008, 19:13
Location: the Western Reserve

#87 Post by `f00 »

Yup, since the enhancements are not 'official', many may be trying them out the easy way (via .pets or other method and making the adjustments as spec'd in the docs if included). It's still very much in development and will progress with i/o on both testing and dev.

@joewing - great to have you 'back' as it were :) very good news on the side note above - x/kcompmgr creates a few anomalies in Blackbox and also AfterStep but after it's killed all works well. Different wms and feature sets, to be sure, but quick and clean they can be also.

@DaveS - :lol: desktop labels are usually the 1st thing I get rid of on AS' pager(s), wms are funny things ;) everyone has a different style, look and feel

panzerpuppy
Posts: 632
Joined: Tue 02 Oct 2007, 07:39

#88 Post by panzerpuppy »


panzerpuppy
Posts: 632
Joined: Tue 02 Oct 2007, 07:39

#89 Post by panzerpuppy »

@joewing: Is it possible to implement something like this in JWM:

http://www.murga-linux.com/puppy/viewtopic.php?t=40837/

?

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#90 Post by ttuuxxx »

I'm still waiting for the 24x24 sub menu icons :?
It used to be a configure file, but I can't find it. I think Patriot had it working on one of his screenshots. The menu doesn't look right when you have 2 different image sizes.
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
ecomoney
Posts: 2178
Joined: Fri 25 Nov 2005, 07:00
Location: Lincolnshire, England
Contact:

#91 Post by ecomoney »

Its handy to be able to drag a maximised window "out of the way" to see/work on another window behind it. Perhaps when a move is initiated, jwm could check to see if the window is maximised, and if it is "restore" it automatically before performing the move.
Puppy Linux's [url=http://www.murga-linux.com/puppy/viewtopic.php?p=296352#296352]Mission[/url]

Sorry, my server is down atm!

User avatar
Dougal
Posts: 2502
Joined: Wed 19 Oct 2005, 13:06
Location: Hell more grotesque than any medieval woodcut

#92 Post by Dougal »

ecomoney wrote:Its handy to be able to drag a maximised window "out of the way" to see/work on another window behind it.
Alt+Tab.
What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind

User avatar
Dougal
Posts: 2502
Joined: Wed 19 Oct 2005, 13:06
Location: Hell more grotesque than any medieval woodcut

#93 Post by Dougal »

ttuuxxx wrote:I'm still waiting for the 24x24 sub menu icons :?
JWM displays what you tell it to, it's just the Puppy templtes that are crap:

Code: Select all

<RootMenu label="Menu" labeled="false" height="24" onroot="3">

Code: Select all

<Menu label="Desktop" icon="x24.png" height="24">
It's all the same to JWM.
What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind

User avatar
Patriot
Posts: 733
Joined: Thu 15 Jan 2009, 19:04

#94 Post by Patriot »

Hmmm ...

I'm sorry but I haven't much free time lately to mess with puppy/jwm/cups. My work is moving me around a bit too much. I'll see if I can do some sort of an update anytime soon.

Rgds

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

Disappearing Conky <Solved>

#95 Post by playdayz »

<Edit> Got it. The conky config file is /etc/conky/conky.conf and the option "own_window_type override" keeps the conky onscreen. I don't know if it would have any negative side effects.


Hey Patriot, i hope you are getting some free time to play. 01Micko thought you might have an answer to this: Conky disappears when Rox is managing the desktop in NewYearsPup and also in Wow's Unamed Pup (I installed your jwm myself in that one.

playdayz wrote:
....... the problem is between Conky and Rox managing the desktop[/b]--Conky does not show when Rox is managing the Desktop (rox -p) ....
01Micko wrote:
Patriot fixed an issue similar to this with Conky we had in Pwidgets... he added a new option "own_window_type roxdesktop". I don't know what he did but maybe we could ask him?
I couldn't find a Conky config file but I do remember seeing this in the Conky docs on conky.sourceforge; so i will look there but I would appreciate any hints you might have. thanks.

User avatar
synth
Posts: 209
Joined: Wed 18 Mar 2009, 17:51

#96 Post by synth »

@joewing / Patriot: Any plans for implementing horizontal gradients in a future build?

How about rounded corners for the menus?

rusi_pathan
Posts: 1
Joined: Sat 11 Apr 2009, 18:00

Rounded Corners (JWM 2.0.1 Enhancements)

#97 Post by rusi_pathan »

How do I get rid of rounded corners (Unlike most here I dont like it)?

Can they be disabled in the configuration file.

Thanks

User avatar
Patriot
Posts: 733
Joined: Thu 15 Jan 2009, 19:04

#98 Post by Patriot »

Hmmm ...

@playdaz
Sorry I missed your question. Great to see that you have it solved. The conky binary used in pwidgets is patched specifically for rox-desktop. You can get the binary from pwidgets pet (just extract it out). Specifying own_desktop_window roxdesktop will make conky "attach" itself to rox-desktop window. Go over to the pwidgets thread if you want to ask more about conky.

@synth
I did plan for it but couldn't get to do it right now. Work schedule is limiting my focus. Rounded menu is easy enough but only if time permitting. If joe doesn't implement it then I may ... but only in due time ....

@rusi
They're hardcoded into the program. The only two option is between the jwm-enhancements or the jwm-for-purists right now. So, kindly look on the first page of this thread for the jwm-for-purists pet which mainly deals with bug-fixing.

Rgds

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#99 Post by dejan555 »

Hey guys, I just wondered if someone knows how to make amsn have a tray icon in jwm so it can be minimized to tray, or if this can be fixed somehow there's another feature for someone to implement. :)
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#100 Post by dejan555 »

I have a better idea, what about adding option for right click on titlebar to minimize any window to tray?
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

Post Reply