Re: FVWM: Laptop backlight control applet

2019-12-29 Thread Dan Espen
l app > (best would be something which can be added to stalonetray). The search "xbacklight gui" suggests there are multiple choices. Perhaps this one: https://github.com/theelous3/xbacklight-tooltip -- Dan Espen

Re: FVWM: howto conditionally add menu entries?

2019-08-03 Thread Dan Espen
ot;,$func); if ( $f1 eq "Exec" ) { $x=`which $f2 2>&1`; $rc=$?; if ( $rc != 0 ) { # print "cant find , rc $rc, cmd o/p $x\n"; return; } } ... -- Dan Espen

Re: FVWM: howto conditionally add menu entries?

2019-08-03 Thread Dan Espen
hw writes: > Dan Espen writes: > >> hw writes: >> >>> Hi, >>> >>> how can I conditionally add menu entries? For example: >>> >>> >>> [...] >>> Read fvwm-functions-starters-common.fvwm >>> Read

Re: FVWM: howto conditionally add menu entries?

2019-08-02 Thread Dan Espen
ot;Games" PopUp > Games > > > and that doesn't work in that the menu entry doesn't show up regardless > of the existance of the file. There doesn't seem to be a way to test > whether something is defined or not; if there was, I could test if a > menu has been defined and only then add it to another menu. Try PipeRead. Use shell, Perl, Python, your choice. -- Dan Espen

Re: FVWM: meaning of '+ I', '+ M', '+ D'?

2019-08-01 Thread Dan Espen
esses a mouse button and holds it down for more than ClickTime milliseconds. 'D' stands for "Double-click". The action 'I' causes an action to be performed on the button-press, if the function is invoked with prior knowledge of which window to act on. These letters are only used in functions, menus have a different syntax. -- Dan Espen

Re: FVWM: Controlling initial size of a "gThumb" window

2019-06-20 Thread Dan Espen
tion > under "Settings -> Browser". Bummer. Try one of these: http://ftp.acc.umu.se/pub/GNOME/sources/gthumb/ versions 1.105 to 3.8. -- Dan Espen

Re: FVWM: Controlling initial size of a "gThumb" window

2019-06-20 Thread Dan Espen
Dr Rainer Woitok writes: > Greetings, > > On Wednesday, 2019-06-19 14:32:06 -0700, Ronald F. Guilmette wrote: > >> In message , >> Dan Espen wrote: >> >> >So, I'm afraid I can't duplicate your issue but I can see gthumb >> >is really buggy

Re: FVWM: Controlling initial size of a "gThumb" window

2019-06-19 Thread Dan Espen
Copyright © 2001-2010 Free Software Foundation, Inc. Hopefully, this post shows how to clear an existing set of options or if you can get gthumb started, you can see where to turn off full screen. Damn thing just started again for me. I'm going to uninstall it. -- Dan Espen

Re: Do we still need color-limit/visual options in fvwm?

2016-05-07 Thread Dan Espen
name logic but that won't reduce executable size. I don't think the color limiting stuff is large enough to make any difference. If you think otherwise, consider making it a build option. -- Dan Espen

Re: Some advices about the new static website

2016-04-08 Thread Dan Espen
VWM page. We don't have stable and unstable anymore so references to stable and unstable should be removed. -- Dan Espen

Re: FVWM website: WAS: [Re: FVWM code moved to Github]

2016-04-02 Thread Dan Espen
probably a matter of preference. But agreed, these markdown files > should all be collected and maintained in a single place. If I recall correctly, we created Changelog, and AUTHORS in the source tree because its a recommended part of a GNU source tree. (Similar to INSTALL, README, NEWS.) -- Dan Espen

Re: FVWM website: WAS: [Re: FVWM code moved to Github]

2016-03-25 Thread Dan Espen
Thomas Adam <tho...@fvwm.org> writes: R> On 23 March 2016 at 22:21, Dan Espen <des...@verizon.net> wrote: > Excellent. Then set yourself up with a Github account, and let me > know your username, and I'll add you to the fvwmorg and you can do > something with the website

Re: FVWM website: WAS: [Re: FVWM code moved to Github]

2016-03-25 Thread Dan Espen
ollowing domain that is registered at Gandi: fvwm.org This domain has been renewed for 3 year(s), and the new the new expiration date is therefore 2017-12-29 05:00:00 As a reminder for your records, the handle that you used to renew this domain is XX. -- Dan Espen

Re: FVWM website: WAS: [Re: FVWM code moved to Github]

2016-03-25 Thread Dan Espen
Thomas Adam <tho...@fvwm.org> writes: > On Wed, Mar 23, 2016 at 09:19:18PM -0400, Dan Espen wrote: >> Yep, I'm referring to the web pages. >> I have some CSS based pages at work using themes. >> The themes aren't really important to me, but since >> I doubt GI

Re: FVWM website: WAS: [Re: FVWM code moved to Github]

2016-03-23 Thread Dan Espen
Thomas Adam <tho...@fvwm.org> writes: > On 23 March 2016 at 22:21, Dan Espen <des...@verizon.net> wrote: >> I think we're embarking on a lot of work. > > Which aspect, specifically? Note that if you're referring just to the > website, then you might be right---I do

Re: FVWM website: WAS: [Re: FVWM code moved to Github]

2016-03-23 Thread Dan Espen
Thomas Adam <tho...@fvwm.org> writes: > On Sun, Mar 20, 2016 at 08:16:13PM -0400, Dan Espen wrote: >> Moving the Fvwm-web source to Github won't help if we still need to >> publish using Jason's services. > > So I've taken a look at this, and have noted the f

Re: FVWM code moved to Github

2016-03-20 Thread Dan Espen
ng page for fvwmorg on GH > > Any questions, do please let me know. I'm not clear on what we can do with Github. You mention leaving the web pages and mailing lists on fvwm.org. For that we need Jason. Is it possible to move the whole project to github or some other hosting site? Moving the Fvwm-web source to Github won't help if we still need to publish using Jason's services. -- Dan Espen

Re: Release 2.6.6?

2016-03-13 Thread Dan Espen
h seesm stable enough to me. No objections at all. It's long overdue. Every time I look I get distracted by the 2.7 branch, which should be eliminated. But I don't know how to turn 2.6 into the new head. So, just doing 2.6.6 would be fine. -- Dan Espen

Re: FVWM: Is it possible to resize automatically icons in AddToMenu?

2015-12-17 Thread Dan Espen
Thomas Funk <t.f...@web.de> writes: > Oleksandr Gavenko wrote: >> On 2015-12-12, Dan Espen wrote: > [snip] >>> You should try fvwm-menu-desktop if you haven't done so already. >>> Use the size= parameter to control the icon sizes. >> >> $ fvwm

Re: FVWM: Is it possible to resize automatically icons in AddToMenu?

2015-12-11 Thread Dan Espen
yself. > > If Fvwm hold menu images into memory (without loading on demand) - present of > (2) option looks natural for me. You've lost me. menudefs.hook looks to me like some kind of menu generator. You should try fvwm-menu-desktop if you haven't done so already. Use the size= parameter to control the icon sizes. -- Dan Espen

Re: FVWM: Forcing window decorations

2015-10-30 Thread Dan Espen
rew me over. Did my suggestion from yesterday get missed? You should try: Style * GNOMEIgnoreHints If that doesn't do it, I'll build a recent version of one of these from source and try to find out what's going on. -- Dan Espen

Re: FVWM: Forcing window decorations

2015-10-29 Thread Dan Espen
ed. Any ideas? See attached screenshot. Try: Style * EWMHIgnoreWindowType Then contact the Evince developers and tell them NO, NO, NO! Let us know if that works. My copy of Evince doesn't display that problem, so my suggestion is purely a guess. -- Dan Espen

Re: FVWM: Forcing window decorations

2015-10-29 Thread Dan Espen
Tethys <tet...@gmail.com> writes: > On Thu, Oct 29, 2015 at 8:14 PM, Dan Espen <des...@verizon.net> wrote: > >> Style * EWMHIgnoreWindowType > > Nope, that didn't work. I'll buzz the evince developers, but I'm > pretty much certain they'll ignore me. I don't

Re: FVWM: fvwm showing kill icon when starting and restarting

2015-10-17 Thread Dan Espen
ange was. When it first happened, I > thought "ok, it's been restarted like so often and might be confused and > this will go away on a fresh start" --- but it didn't. > > The configuration is here: https://github.com/lee-/fvwm Somewhere in there you're issuing a Delete or Destroy not in a window context. -- Dan Espen

Re: FVWM: Is there a way to ignore other windows when placing one?

2015-10-17 Thread Dan Espen
ow" that may help. -- Dan Espen

Re: SOLVED: Re: FVWM: fvwm showing kill icon when starting and restarting

2015-10-17 Thread Dan Espen
lee <l...@yagibdah.de> writes: > Dan Espen <des...@verizon.net> writes: > >> lee <l...@yagibdah.de> writes: >> >>> Hi, >>> >>> what could be the reason for fvwm showing its kill icon on startup and >>> when restarting

Re: FVWM: Is there a way to ignore other windows when placing one?

2015-10-11 Thread Dan Espen
lee <l...@yagibdah.de> writes: > Hi, > > the subject pretty much says it: > > Can I somehow make it so that fvwm ignores particular windows when > figuring out where to place a new one? Not that I know of. What are you trying to do? -- Dan Espen

Re: FVWM: fvwm through tightvnc: windows disappear or are hidden

2015-07-13 Thread Dan Espen
the built in menu with F1 (or Shift F1) if unshifted F1 got assigned. As you might be catching on, Fvwm is for people that like total control of their system. Good luck. -- Dan Espen

Re: FVWM: Schedule Periodic ceases working after some days

2015-06-18 Thread Dan Espen
code that would cause a problem. I suggest you start with running something current. -- Dan Espen

Re: FVWM: Schedule Periodic ceases working after some days

2015-06-18 Thread Dan Espen
the menu fvwm-menu-desktop generates is identical to your Debian menu. -- Dan Espen

Re: FVWM: fvwm startup procedure

2015-06-10 Thread Dan Espen
. Except for where Thomas talks about function setRCDefaults, I think you'll find it all in the man page. The tutorial style is good for explaining how all the parts work together. The man page is meant to be a complete reference. This means you have to find all the pieces. -- Dan Espen

Re: System clock in FVWM: A new discovery!

2015-04-21 Thread Dan Espen
xclock. I've been using dclock since forever: http://fvwm.org/screenshots/desktops/Dan-desk-1280x1024/screenshot.gif -- Dan Espen

Re: FVWM: Recent problem with control and shift modification characters

2015-02-23 Thread Dan Espen
problem. It may be me being stupid, but I would appreciate any help. FAQ question 0.1? http://www.fvwm.org/documentation/faq/#0.1 (Check your numlock key.) -- Dan Espen

Re: FVWM: Sloppy Focus option

2015-02-04 Thread Dan Espen
copied them. Not sure of the answer myself. -- Dan Espen

Re: FVWM: Mouse 1 R A Menu not working

2014-10-07 Thread Dan Espen
for nvidia cards) in the vesa server I had similar problems with Nouveau. Installing the Nvidia driver cured the problem. -- Dan Espen

Re: CVS dane: new file ChangeLog-pre-2.6.6

2014-09-15 Thread Dan Espen
. Simply a matter of a startup script that puts the right version of Fvwm in my $PATH. -- Dan Espen

Re: FVWM: Smart maximize

2012-11-24 Thread Dan Espen
Maximize grow grow -- Dan Espen

Re: FVWM: Smart maximize

2012-11-24 Thread Dan Espen
Piotr Isajew p...@ex.com.pl writes: On Sat, Nov 24, 2012 at 07:53:16AM -0500, Dan Espen wrote: Key F2 A 4 Maximize grow grow Thanks, Dan. It's almost what I want. It expands the window using all the available space based on it's current location. What I'm looking for is a way to do

Re: FVWM: Smart maximize

2012-11-24 Thread Dan Espen
Piotr Isajew p...@ex.com.pl writes: On Sat, Nov 24, 2012 at 08:37:03AM -0500, Dan Espen wrote: I guess you are thinking of the largest free rectangular area. yes, that's right I'm not aware of any such feature. I'll try to look for a solution myself. If I find something I'll post

Re: FVWM: SendKey Multicast ...

2012-11-22 Thread Dan Espen
doesn't have a command to generate keystrokes. (Note: this reply was first posted in 2002.) -- Dan Espen

Re: FVWM: set style by state

2012-11-05 Thread Dan Espen
and then calling on another Page All (State 10) MoveToPage. This works, but I do not see it, when windows are tagged. State is for conditional expressions. We need more information about what you are trying to do. Perhaps when you set the state, you should also set the style. -- Dan Espen

Re: FVWM: Speed on Interactive Move/Resize

2012-10-28 Thread Dan Espen
DEFAULT_KDB_SHORTCUT_MOVE_DISTANCE 5 /* pixels */ #define KDB_SHORTCUT_MOVE_DISTANCE_SMALL 1 /* pixels */ #define KDB_SHORTCUT_MOVE_DISTANCE_BIG 100 /* pixels */ And the logic is in: libs/Target.c -- Dan Espen

Re: FVWM: Speed on Interactive Move/Resize

2012-10-28 Thread Dan Espen
Walter Alejandro Iglesias e...@roquesor.com writes: On Sun, Oct 28, 2012 at 02:24:42PM -0400, Dan Espen wrote: Walter Alejandro Iglesias e...@roquesor.com writes: Hello, On interactive Move/Resize the default step is 5 pixels, 100p holding Shift and 1p holding Ctrl. Is there a way

Re: Snapshots

2012-08-14 Thread Dan Espen
branch-2_6. Yep, that must be 2.7 since the NEWS isn't current. Maybe we should take steps to remove 2.7? -- Dan Espen

Re: FVWM: fvwm-menu-desktop improvement: add keybindings to items

2012-03-09 Thread Dan Espen
to commit the changes. If you like, I'll send you a copy. -- Dan Espen

Re: FVWM: GSoc backup mentor

2012-02-28 Thread Dan Espen
Thomas Adam tho...@fvwm.org writes: On 28 February 2012 00:26, Dan Espen des...@verizon.net wrote: Am I the only one that can't figure out those Captchas? Hmm -- I've never had a problem with them in the past, although I didn't need to register since I already had a google account. I had

Re: FVWM: Unhide a hidden taskbar

2012-01-04 Thread Dan Espen
answers will come with more specific information from you, if the above doesn't help you. Yep. When I lose windows I use the built in Alt-Tab to find the window. Pretty much the only time I use Alt-Tab. -- Dan Espen

Re: FVWM: disallowing the transfer of focus while a key is pressed

2012-01-01 Thread Dan Espen
f...@stefan-klinger.de writes: Hi Dan, thank's for the suggestions, but unfortunately they both don't do what I'm looking for: On Fri, Dec 30, 2011 at 10:45:13PM -0500, Dan Espen wrote: Does this work the way you want: Key F7 A M Move This basically starts

Re: FVWM: disallowing the transfer of focus while a key is pressed

2011-12-30 Thread Dan Espen
Move But this doesn't: Key F7 A M Move 10p 10p -- Dan Espen

Re: FVWM: xterm does not receive focus

2009-01-28 Thread Dan Espen
Alexander Burger a...@software-lab.de writes: Thanks Thomas and Hans, now I tried some variations from Hans's config, without avail. Thomas Dickey (Xterm author) will show up here sooner or later (he always has in the past). If you are impatient you might try to track him down.

Re: FVWM: Highly Ignorant - But Seeking Help

2008-08-06 Thread Dan Espen
John Meissen [EMAIL PROTECTED] writes: Thomas Adam said: 2008/8/6 Robert Heller [EMAIL PROTECTED]: I use the FvwmIconBox, so I have these lines in my .fvwmrc file: That's a pity. Why the sarcasm? Making that sort of judgmental statement without justification doesn't do anything to

Re: FVWM: In Style command , how to find the application name, mplayer or MPlayer or gmplayer?

2008-02-18 Thread Dan Espen
, but the following don't work Style gmplayer !Title, !Borders Style conky !Title, !Borders Style Feh !Title, !Borders so, my question is how to find the exact name in the above config? Use xprop to find the class, which generally works well. Or FvwmIdent. -- Dan

Re: FVWM: Commands NOT executed sequentially?

2008-01-01 Thread Dan Espen
what is probably happening is that you are starting to run SelectWindow.sh before you finish writing to wlist.txt Right, and one solution is to use Piperead instead of Exec. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: dragging windows inside the pager

2007-11-26 Thread Dan Espen
compare to the output when things don't work to figure out what the hell is going on? Ah, you should have said it works and then it doesn't work. Check the FAQ, question 0.1. You are turning numlock on. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: closing an existing menu and opening another with one keystroke

2007-11-22 Thread Dan Espen
assigned. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: starting application on specific page

2007-11-08 Thread Dan Espen
, RandomPlacement PageR Seamonkey-bin 0 0 1 PageR Netscape 0 0 1 PageR Mozilla* 0 0 1 (The Mozilla* entry will do Firefox.) -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: matching window class and name in styles

2007-11-08 Thread Dan Espen
should be able to match to each one, providing that value isn't also the name or resource. (Fvwm matches all 3.) I thought the issue with the branch in CVS was that it was too big a change before the mythical 2.6 release, not that it broke compatibility. -- Dan Espen E

Re: FVWM: Function question

2007-09-24 Thread Dan Espen
that they can go by almost faster than you can see them. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: about Libstoreke

2007-08-11 Thread Dan Espen
) According to this page: http://www.etla.net/libstroke/ you should use the second one. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: fvwm-snap-20070624: make install fails without --enable-html

2007-07-02 Thread Dan Espen
. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: Gnome panel logout button

2007-07-02 Thread Dan Espen
start up. Not something I would use. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: ModulePath (was: Pager not appearing)

2007-06-06 Thread Dan Espen
is used? Or even obsoleting this command? Valid use of the command is rare, but it should not be obsoleted, However, if you can detect usage of the command where the built in directory is removed instead of just adding to the path, that might be worth issuing a warning. -- Dan Espen

Re: FVWM: ModulePath (was: Pager not appearing)

2007-06-06 Thread Dan Espen
should only be used for user written modules and should normally only add to the path not reset it. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: WARNING ROOKIE alert

2007-06-04 Thread Dan Espen
Window managers are not responsible for loading .Xdefaults. Some of the desktop environments like KDE take on tasks like that. What I do is start up in runlevel 3 and start X with the startx command. That will read your ~/.xinitrc where you can do: xrdb -load .Xdefaults If you are using a

Re: FVWM: Pager not appearing

2007-06-01 Thread Dan Espen
DeskTopSize 3x3 *FvwmPagerDeskTopScale 32 Module FvwmPager 0 3 What Thomas said, and always start modules in the StartFunction. AddToFunc StartFunction I Module FvwmPager -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: How to run same/similar fvwm on two different screens/systems?

2007-05-12 Thread Dan Espen
in 1024x768 mode */ Emacs.geometry: 81x46+0+0 #elif ( HEIGHT == 1200 ) /* My home machine, 1600x1200 use side x side layout */ Emacs.geometry: 81x56+0+0 #else /* other sizes, take guess... */ Emacs.geometry: 81x40+0+0 #endif -- Dan Espen E-mail: [EMAIL

Re: FVWM: a drag

2007-05-07 Thread Dan Espen
: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz Mandriva Linux release 2007.0 (Official) for x86_64 What version of Fvwm2 are you using? -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: a drag

2007-05-07 Thread Dan Espen
on my Mandriva Linux. ... I am moderately eager to recompile things myself. But you seem to suspect that could be the source of my problems ? Yes, as far as we know current Fvwm2 works with 64bit systems. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: raise/focus issue

2007-05-06 Thread Dan Espen
the urxvt man page for fading. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: sidebars and icons in XPM or PNG?

2007-05-04 Thread Dan Espen
32 121 2, c None, .c #282728, +c #121112, @c #00, #c #C7C3C7, $c #767476, %c #504E50, None is transparency That's shape, transparency would partially block the image below. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: Beginners-Infos /Example-Files(simple,please) ?

2007-04-17 Thread Dan Espen
at people that don't mind reading docs and fiddling with config files. There are related projects that generate config files. Ie. fvwm-themes and maybe more. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: Beginners-Infos /Example-Files(simple,please) ?

2007-04-17 Thread Dan Espen
the doc. Once they start stripping stuff out, theyll catch on. Don't forget that when you start with an empty config file you get a built in menu that lets you invoke the FvwmForm setup form. That will configure FvwmBacker, FvwmButtons, FvwmIconBox, etc. (9 modules). -- Dan Espen

Re: FVWM: can window frame colors be dependent on the host that runs the app?

2007-04-01 Thread Dan Espen
up your xresource matching. With rxvt I'm using -name, -n and -title. I forget which one does the trick. XTerm has similar options. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: FVWM and KDM

2007-03-16 Thread Dan Espen
a password. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: Turn off automatic hotkeys in WindowList menu

2007-02-26 Thread Dan Espen
to end and the rest to be ignored. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: build failure: cannot find -lXext on FC6

2006-11-16 Thread Dan Espen
the soft link for the library itself. It should look something like: lrwxrwxrwx /usr/X11R6/lib/libXext.so - libXext.so.6.4 lrwxrwxrwx /usr/X11R6/lib/libXext.so.6 - libXext.so.6.4 -rwxr-xr-x /usr/X11R6/lib/libXext.so.6.4 There needs to be one file named libXext.so. Create a soft link. -- Dan

Re: FVWM: Strange behavior w/ FC6

2006-10-30 Thread Dan Espen
installed any icon packcage? Has anyone else experienced this? Any hints anyone can pass along would be greatly appreciated. What version of fvwm are you running? How did you install it? -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: default .fvwm2rc file - what should I use?

2006-10-11 Thread Dan Espen
is that the user presses any button on the root window and a menu appears giving options to build an initial .fvwm2rc file. Please don't send any html to this list. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: XMMS_Playlist is always StickyPage and StickyDesk

2006-09-26 Thread Dan Espen
. Sorry, I've been ignoring this thread. I just took a look at my XMMS options. One of them is 'show on all desktops'. Set or unset it as desired. -- Dan Espen E-mail: [EMAIL PROTECTED]

FVWM: fvwm crystal

2006-09-17 Thread Dan Espen
Fvwm Crystal is being discussed on Slashdot: http://slashdot.org/article.pl?sid=06/09/17/1414255 -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: automatically generated menus

2006-09-16 Thread Dan Espen
-menu-desktop - builds GNOME and KDE menus and style commands for FVWM -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: FVWM for government system

2006-08-15 Thread Dan Espen
-window decoration. Dave Please don't send html to this list. To ask questions about fvwm, use the email address [EMAIL PROTECTED] SELinux security labels seem to be properties of the file system, not x windows. I'm not clear on what you want to do. -- Dan Espen E

Re: FVWM: Color / ForeColor no longer supported?

2006-07-23 Thread Dan Espen
colorset stuff and only the documentation not yet adjusted or is it just a bug (background is still honored). Is there a simple workaround? See this thread: http://www.mail-archive.com/fvwm-workers@lists.math.uh.edu/msg15103.html -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: Latest Beta and Eclipse

2006-07-18 Thread Dan Espen
the display less responsive. Are there configuration settings that I should be looking at, or are there settings that I should be posting, that might explain some of this? Review the fvwm man page for saveunder and backingstore. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: Latest Beta and Eclipse

2006-07-18 Thread Dan Espen
Thomas Adam [EMAIL PROTECTED] writes: On Tue, Jul 18, 2006 at 11:31:13AM -0400, Dan Espen wrote: Review the fvwm man page for saveunder and backingstore. I've never had any luck with using these, and found FVWM to crash a lot when they were enabled. I also fail to see how that would help

Re: ChangeLog vs modules/ChangeLog ?

2006-07-11 Thread Dan Espen
. If not, then we would be better served with just one ChangeLog, in wich case we should merge both. The Changelogs were getting huge so they were split up. Using Emacs, you find the right one using C-x 4 a. Otherwise it's the first one above the directory your in. -- Dan Espen

Re: debug.c still useful?

2006-07-07 Thread Dan Espen
is rarely used, and I can't remember it ever being useful. I find the stuff in FvwmAnimate/FvwmForm suits my own personal needs. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: Libtool ltdl on fvwm

2006-07-07 Thread Dan Espen
of the lib). The idea to allow dynamic loading of features is nice. But frankly I think the fvwm core is nowhere near as modular to allow features being taken out of it. (And even this is an euphemism for the state of the code). The TODO item is for modules. -- Dan Espen

Re: debug code cleanup patch #1

2006-07-06 Thread Dan Espen
privileges for CVS? No, I don't.. Am I ready for it? :) I think so :-) Any second vote for Renato? I'll cast a second . Third. Renato, if you haven't seen it already, check the Fvwm web site Developer section for getting commit access. -- Dan Espen E-mail

Re: Periodic command

2006-07-05 Thread Dan Espen
Schedule [Periodic] delay_ms [command_id] command would be a possible easier to parse syntax. How about: Schedule delay_ms x repeat_ms [command_id] command Ie: Schedule 1000 x 2000 Schedule x 5000 -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: Title font color broken

2006-06-06 Thread Dan Espen
for help trying to recreate the original problem he was trying to patch. We could just revert his patch, but the original problem would remain unsolved. I haven't had any time to look into this yet. -- Dan Espen E-mail: [EMAIL PROTECTED]

Title font color broken

2006-06-03 Thread Dan Espen
It's been a while since I've updated to CVS. Maybe a month or 2. After the last update, the text in my window titles is black. These commands have no effect: Style * ForeColor white Style * HilightFore white So far, I don't see the change that broke this. -- Dan Espen

Re: Title font color broken

2006-06-03 Thread Dan Espen
Thomas Adam [EMAIL PROTECTED] writes: On Sat, Jun 03, 2006 at 11:57:58AM -0400, Dan Espen wrote: It's been a while since I've updated to CVS Maybe a month or 2 . After the last update, the text in my window titles is black. These commands have no effect: Style * ForeColor

Re: Project Support Open Source (SOS) wanted to donation to your project

2006-05-25 Thread Dan Espen
://www.seocompany.ca/project-support-open-source.html bobmutchseo -- Yahoo IM [EMAIL PROTECTED] -- MSN Messenger bobmutchseo -- AIM -Original Message- From: Dan Espen [mailto:[EMAIL PROTECTED] Sent: May 19, 2006 5:30 PM To: [EMAIL PROTECTED] Subject: Re: Project Support Open Source (SOS

Re: FVWM: fvwm and GTK dialoges (fonts) [Arghhhhh]

2006-05-25 Thread Dan Espen
this: my $font_desc = Gtk2::Pango::FontDescription-from_string (Nimbus bold 8); $object-modify_font ($font_desc); (The 8 is the font size.) -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: Style's wildcard don't work with Firefox

2006-05-19 Thread Dan Espen
don't influence Firefox. What it is? Firefox incorrect behaviour? Or some quirk in FVWM? It's 'Style * Icon' that doesn't work as you expect. Search for Style ** in the man page. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: FVWM: Wine problem

2006-05-08 Thread Dan Espen
wine, but I remember this in my ~/.wine/config: ; Allow the window manager to manage created windows Managed = Y You should make sure yours is set to Y. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: yet another documentation fixes

2006-03-28 Thread Dan Espen
mistakes that need changing. I'll have to apply this patch and somehow reverse engineer your changes. But thank you ever so much for your efforts. Gee, I hope all the mistakes aren't my fault. -- Dan Espen E-mail: [EMAIL PROTECTED]

Re: fvwm 2.5.x (bug|spell)fixing patch

2006-03-25 Thread Dan Espen
Dan Espen [EMAIL PROTECTED] writes: Serge (gentoosiast) Koksharov [EMAIL PROTECTED] writes: Hi, dear FVWM developers, I created this patch which should apply cleanly against FVWM CVS sources of the 2.5 development branch. It mostly fixes documentation typos, mispellings, formatting

Re: fvwm 2.5.x (bug|spell)fixing patch

2006-03-22 Thread Dan Espen
' should be explicitly. Best wishes! P.S. could my name be added to the AUTHORS file? There already one guy who helped with documentation fixing. Sure. -- Dan Espen E-mail: [EMAIL PROTECTED]

  1   2   3   4   5   6   7   8   9   10   >