fluxbox and rox-filer

2011-05-29 Thread pwnedomina
anyone here uses fluxbox with rox-filer? im having some troubles 
installing new themes..

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


How to change Fluxbox resolution?

2011-05-25 Thread Ed Flecko
Hi folks,
I've installed FBSD 8.2 and Fluxbox. Fluxbox works just fine, but I
can't figure out how to change my resolution to 1024x768 (my monitor
is a 19 - but the square format, not widescreen format). When Fluxbox
runs...it's too wide for my monitor.

Here's what I've done:

1.  pkg_add –r xorg

2.  pkg_add –r fluxbox

3.  # Xorg -configure

4.  # cp /root/xorg.conf.new /etc/X11/xorg.conf

5.  # echo hald_enable=\”YES\  /etc/rc.conf

6.  # echo dbus_enable=\”YES\  /etc/rc.conf

7.  reboot

8.  # echo “/usr/local/bin/startfluxbox”  ~/.xinitrc

9.  startx

I've edited xorg.conf and added a 1024x768 entry, but apparently
something's not right.

Comments? Suggestions?

Thank you,
Ed
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to change Fluxbox resolution?

2011-05-25 Thread Frank Shute
On Wed, May 25, 2011 at 06:08:55AM -0700, Ed Flecko wrote:

 Hi folks,
 I've installed FBSD 8.2 and Fluxbox. Fluxbox works just fine, but I
 can't figure out how to change my resolution to 1024x768 (my monitor
 is a 19 - but the square format, not widescreen format). When Fluxbox
 runs...it's too wide for my monitor.

That sounds like you might have to fiddle with the monitor controls.

Another thing to play with is x11/xvidtune and get a modeline out of
it. After you've got a satisfactory image pres show and paste that
line into xorg.conf

BTW, most modern 19 monitors are 1280x1024
 
 Here's what I've done:
 
 1.pkg_add ?r xorg
 
 2.pkg_add ?r fluxbox
 
 3.# Xorg -configure
 
 4.# cp /root/xorg.conf.new /etc/X11/xorg.conf
 
 5.# echo hald_enable=\?YES\  /etc/rc.conf
 
 6.# echo dbus_enable=\?YES\  /etc/rc.conf
 
 7.reboot
 
 8.# echo ?/usr/local/bin/startfluxbox?  ~/.xinitrc
 
 9.startx
 
 I've edited xorg.conf and added a 1024x768 entry, but apparently
 something's not right.
 
 Comments? Suggestions?
 
 Thank you,
 Ed
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
 

Regards,

-- 

 Frank

 Contact info: http://www.shute.org.uk/misc/contact.html




pgprkzhkPKTo6.pgp
Description: PGP signature


Re: How to change Fluxbox resolution?

2011-05-25 Thread Warren Block

On Wed, 25 May 2011, Ed Flecko wrote:


I've edited xorg.conf and added a 1024x768 entry, but apparently
something's not right.


As Frank suggested, check your monitor for an Auto button or analog 
screen adjustments.


If that doesn't fix it, show your xorg.conf.  Usually adding a mode to 
the Screen section should be enough.  Even without that, X should read 
the monitor's native resolution and use it.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to change Fluxbox resolution?

2011-05-25 Thread Ed Flecko
Thank you both.

I'm sorry, I forgot to mention that I have FBSD running inside VMware.

xvidtune says Video modes are not tunable on this chip and the only
entry I have made in xorg.conf if under the Screen section where I
have a SubSection Display that has:

Modes   1024x768

entry

Suggestions?

Ed
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to change Fluxbox resolution?

2011-05-25 Thread Polytropon
On Wed, 25 May 2011 08:23:56 -0700, Ed Flecko edfle...@gmail.com wrote:
 xvidtune says Video modes are not tunable on this chip and the only
 entry I have made in xorg.conf if under the Screen section where I
 have a SubSection Display that has:
 
 Modes   1024x768
 
 entry
 
 Suggestions?

Does it look similar to this?

Section Screen
Identifier  Screen0
Device  Card0
Monitor Monitor0
Option  Accel
DefaultDepth24
SubSection  Display
Depth   24
Modes   1024x768
EndSubSection
EndSection




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to change Fluxbox resolution?

2011-05-25 Thread Eduardo Morras

At 15:08 25/05/2011, Ed Flecko wrote:

Hi folks,
I've installed FBSD 8.2 and Fluxbox. Fluxbox works just fine, but I
can't figure out how to change my resolution to 1024x768 (my monitor
is a 19 - but the square format, not widescreen format). When Fluxbox
runs...it's too wide for my monitor.

Here's what I've done:

snip

I've edited xorg.conf and added a 1024x768 entry, but apparently
something's not right.

Comments? Suggestions?


I added this line to my fluxbox start file before the 'fluxbox ' line

'xrandr -s 1152x864 '

You can add it in startx script or .xinitrc at your home too, but i 
haven't tried this way, but should work.



Thank you,
Ed


HTH



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to change Fluxbox resolution?

2011-05-25 Thread Warren Block

On Wed, 25 May 2011, Ed Flecko wrote:


Thank you both.

I'm sorry, I forgot to mention that I have FBSD running inside VMware.

xvidtune says Video modes are not tunable on this chip and the only
entry I have made in xorg.conf if under the Screen section where I
have a SubSection Display that has:

Modes   1024x768

entry

Suggestions?


Possibly install the vmWare video driver from 
x11-drivers/xf86-video-vmware.  /var/log/Xorg.0.log would show what is 
really happening.  It might be as easy as removing the Device section 
from xorg.conf so it can autodetect the right driver.  This is 
guesswork, since neither the log nor the config file have been shown.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to change Fluxbox resolution?

2011-05-25 Thread Polytropon
On Wed, 25 May 2011 20:21:58 +0200, Eduardo Morras nec...@retena.com wrote:
 I added this line to my fluxbox start file before the 'fluxbox ' line
 
 'xrandr -s 1152x864 '
 
 You can add it in startx script or .xinitrc at your home too, but i 
 haven't tried this way, but should work.

I would assume it to work; because X.org (unlike XFree86)
can't get my 21 CRT to run at 1400x1050, I have to start
X per xorg.conf with mode 1152x864 and then do

xrandr --fb 1400x1050
xrandr --size 1400x1050

per ~/.xinitrc. See man xrandr for details.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to change Fluxbox resolution?

2011-05-25 Thread Jamie Paul Griffin
On Wed, May 25, 2011 at 08:46:53PM +0200, Polytropon wrote:
 On Wed, 25 May 2011 20:21:58 +0200, Eduardo Morras nec...@retena.com wrote:
  I added this line to my fluxbox start file before the 'fluxbox ' line
  
  'xrandr -s 1152x864 '
  
  You can add it in startx script or .xinitrc at your home too, but i 
  haven't tried this way, but should work.
 
 I would assume it to work; because X.org (unlike XFree86)
 can't get my 21 CRT to run at 1400x1050, I have to start
 X per xorg.conf with mode 1152x864 and then do
 
   xrandr --fb 1400x1050
   xrandr --size 1400x1050
 
 per ~/.xinitrc. See man xrandr for details.
 
Very handy tip!.

I had been using FreeBSD on a vmware installation and I couldn't get it bigger 
than 800x600. vmware has something called Unity which I believe provides some 
functionality to change the screen size and requires vmware-tools but even 
though I installed them as per the manual I received errors when starting it 
(not relating to Unity). It also requires suitable hardware. Overall it was a 
poor experience. 

I'd be interested to know of the xrandr entry in ~/.xinitrc works though.

jamie
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Exiting Xorg / fluxbox causes system to freeze

2011-01-28 Thread Joseph Mingrone
Hello,

All is working well with the latest hald, dbus, Xorg and fluxbox
compiled from ports.  I'm not using a configuration file for Xorg and
my /var/log/Xorg.0.log can be found here:
http://gly.ath.cx/misc/Xorg.0.log.

Some lines from the log file that look suspicious to me are:

drmOpenDevice: node name is /dev/dri/card0
Failed to change owner or group for file /dev/dri! 2: No such file or directory
Failed to change owner or group for file /dev/dri/card0! 2: No such
file or directory
drmOpenDevice: open result is -1, (No such file or directory)
Failed to change owner or group for file /dev/dri/card0! 2: No such
file or directory
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed

Any suggestions would be much appreciated.

Joey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


How to load fluxbox themes

2010-10-15 Thread Michael D. Norwick

Good day;

How does one load a downloaded fluxbox theme?  I have unpacked a nice 
vermaden authored theme into

.fluxbox/flux-themes but that is where I am stuck.

fluxbox ver. 1.1.1 from ports

What goes in the .fluxbox/styles directory?

T.I.A.

Michael
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to load fluxbox themes

2010-10-15 Thread Frank Shute
On Fri, Oct 15, 2010 at 01:17:54PM -0500, Michael D. Norwick wrote:

 Good day;
 
 How does one load a downloaded fluxbox theme?  I have unpacked a nice 
 vermaden authored theme into
 .fluxbox/flux-themes but that is where I am stuck.
 
 fluxbox ver. 1.1.1 from ports
 
 What goes in the .fluxbox/styles directory?
 
 T.I.A.
 

[fr...@orange:frank/.fluxbox]
$ ls -F
apps   fbrun_history  keys-dis   menu~  startup
backgrounds/   init   keys~  overlaystyles/
fbpagerinit~  lastwallpaper  pixmaps/   windowmenu
fbpager~   keys   menu   slitlist
[fr...@orange:frank/.fluxbox]
$ ls -F styles
blackwood/  blue_curve/ cherry/ skulls/
[fr...@orange:frank/.fluxbox]
$ ls -F styles/cherry
theme.cfg   theme.cfg~
[fr...@orange:frank/.fluxbox]
$ ls -F backgrounds/
cherry.png curves.jpg skulls.jpg wood1280x1024.jpg
[fr...@orange:frank/.fluxbox]
$ 

The above gives you an idea if where everything belongs.

theme.cfg has a line calling the background. E.g:

background: fullscreen
background.pixmap:  ~/.fluxbox/backgrounds/cherry.png


Regards,

-- 

 Frank

 Contact info: http://www.shute.org.uk/misc/contact.html


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to load fluxbox themes

2010-10-15 Thread Michael D. Norwick

Frank Shute wrote:

On Fri, Oct 15, 2010 at 01:17:54PM -0500, Michael D. Norwick wrote:
  

Good day;

How does one load a downloaded fluxbox theme?  I have unpacked a nice 
vermaden authored theme into

.fluxbox/flux-themes but that is where I am stuck.

fluxbox ver. 1.1.1 from ports

What goes in the .fluxbox/styles directory?

T.I.A.




[fr...@orange:frank/.fluxbox]
$ ls -F
apps   fbrun_history  keys-dis   menu~  startup
backgrounds/   init   keys~  overlaystyles/
fbpagerinit~  lastwallpaper  pixmaps/   windowmenu
fbpager~   keys   menu   slitlist
[fr...@orange:frank/.fluxbox]
$ ls -F styles
blackwood/  blue_curve/ cherry/ skulls/
[fr...@orange:frank/.fluxbox]
$ ls -F styles/cherry
theme.cfg   theme.cfg~
[fr...@orange:frank/.fluxbox]
$ ls -F backgrounds/
cherry.png curves.jpg skulls.jpg wood1280x1024.jpg
[fr...@orange:frank/.fluxbox]
$ 


The above gives you an idea if where everything belongs.

theme.cfg has a line calling the background. E.g:

background: fullscreen
background.pixmap:  ~/.fluxbox/backgrounds/cherry.png


Regards,

  
Again, Thank You, for your kind response.  I was hoping for a more 
lightweight desktop environment compared to KDE4.  Yet, with reduced 
overhead comes more manual configuration.


Michael
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Fluxbox problem..

2009-03-17 Thread Fabian Krook
Hello, when i type startx it doesn't start with Fluxbox only X i been set in
.xintrc exec fluxbox. When it's in X and type fluxbox it comes:

--

Failed to read: session.ingoreBorder

Setting default value

Failed to read: session.screen0.AutoRaise

Setting default value

--

This just of around 14 of them just toke the two of them.

Bye  thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Fluxbox problem..

2009-03-17 Thread Glen Barber
On Tue, Mar 17, 2009 at 12:09 PM, Ricardo Jesus
ricardo.meb.je...@gmail.com wrote:
 If I recall correctly it should be exec startfluxbox in .xinitrc.

 Try it.

Or, the full path in .xinitrc :
/usr/local/bin/startfluxbox


-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Fluxbox problem..

2009-03-17 Thread Ricardo Jesus

Fabian Krook wrote:

Hello, when i type startx it doesn't start with Fluxbox only X i been set in
.xintrc exec fluxbox. When it's in X and type fluxbox it comes:

--

Failed to read: session.ingoreBorder

Setting default value

Failed to read: session.screen0.AutoRaise

Setting default value

--

This just of around 14 of them just toke the two of them.

Bye  thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


If I recall correctly it should be exec startfluxbox in .xinitrc.

Try it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Fluxbox problem..

2009-03-17 Thread Fabian Krook
I tested that and just went as usual. X starts but not Fluxbox even so when
i type fluxbox on the consol and not while being in X it comes up:

Error: Couldn't connect to XServer

2009/3/17 Ricardo Jesus ricardo.meb.je...@gmail.com

 Fabian Krook wrote:

 Hello, when i type startx it doesn't start with Fluxbox only X i been set
 in
 .xintrc exec fluxbox. When it's in X and type fluxbox it comes:

 --

 Failed to read: session.ingoreBorder

 Setting default value

 Failed to read: session.screen0.AutoRaise

 Setting default value

 --

 This just of around 14 of them just toke the two of them.

 Bye  thanks
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

  If I recall correctly it should be exec startfluxbox in .xinitrc.

 Try it.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Fluxbox problem..

2009-03-17 Thread Glen Barber
On Tue, Mar 17, 2009 at 5:29 PM, Fabian Krook nevadadir...@gmail.com wrote:
 I tested that and just went as usual. X starts but not Fluxbox even so when
 i type fluxbox on the consol and not while being in X it comes up:

 Error: Couldn't connect to XServer


Did you 'startx' ?

-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


freebsd and fluxbox locales

2008-07-31 Thread kenneth hatteland
I have read all I can google and the handbook trying to make my 
norwegian special keys working along with @ amongst others. so something 
is wrong with my locales.

I have been given many things to try but no luck whatsoever.

this is my.login.conf
:charset=ISO-8859-1:\
:lang=nb_NO.ISO8859-1:

this is .bashrc
export LANG=nb_NO.ISO-8859-1
export LC_ALL=nb.NO.ISO-8859-1

anyone who` s got something else for me to try is very apprecheated :)

Kenneth
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd and fluxbox locales

2008-07-31 Thread Roger Olofsson

Hello Kenneth,

I think you need to run xorgconfig and set the appropriate keyboard when 
creating xorg.conf.


For fluxbox there is however a file called keys in the .fluxbox 
directory if there is any special character you would want mapped


(For FreeBSD you set it with sysinstall but that is not the issue here)

/Roger



kenneth hatteland skrev:
I have read all I can google and the handbook trying to make my 
norwegian special keys working along with @ amongst others. so something 
is wrong with my locales.

I have been given many things to try but no luck whatsoever.

this is my.login.conf
:charset=ISO-8859-1:\
:lang=nb_NO.ISO8859-1:

this is .bashrc
export LANG=nb_NO.ISO-8859-1
export LC_ALL=nb.NO.ISO-8859-1

anyone who` s got something else for me to try is very apprecheated :)

Kenneth
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


No virus found in this incoming message.
Checked by AVG - http://www.avg.com Version: 8.0.138 / Virus Database: 
270.5.9/1583 - Release Date: 2008-07-31 06:17





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gdm sessions - xfce + fluxbox

2008-05-01 Thread Aijaz Baig
Hello,

I would want to have a choice at login time between xfce (my default desktop
wm) and fluxbox. I have followed the steps from this document :
http://geek00l.blogspot.com/2006/06/freebsd-fluxbox-gdm.html

but i did not have the xsessions directory under /usr/X11R6/share/gnome/.

so i created one and created another file called Fluxbox.desktop inside it.
Then followed the rest of the document as is.  Additionally I copied the
startfluxbox binary to the ~/.Xclients file under the binary for xfce.

What has happened now is that I still dont see no choice under the sessions
menu in gdm morever i get logged on to xfce first.

Now when I log on from xfce I get logged on to fluxbox meaning the fluxbox
desktop may be waiting for the x-resources like the screen, mouse etc to
become available and then when it does become available it starts to run.

Im rather confused. Please help me with this and perhaps give me some
insight as to why it is the wa it is if you can

Hope to hear from you fellas
-- 
Best Regards,

Aijaz
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fluxbox Themes on FreeBSD Question

2007-11-23 Thread Oliver Peter
On Mon, Nov 19, 2007 at 12:19:40PM -, Graham Bentley wrote:
 Hi All,
 
 Does anyone remmeber from ages ago there was a theme
 pack tarball knocking about for Fluxbox - must have had about 20 themes in 
 it, some with backgrounds. 
 I have Googled about and looked at the ones in ports but thats not them.
 
 Anyone know where I might find this now such along time
 has passed (probably 3-4 years ago!) Maybe it was on a
 Mandrake repo 

Mandrake?!?  :)

Maybe you mean the  Sid Pack ?
http://fluxbox.sourceforge.net/themes.php

-- 
Oliver PETER, eMail: [EMAIL PROTECTED], ICQ# 113969174
Worker bees can leave.  Even drones can fly away.
 The Queen is their slave.


pgpa1zajYiTt8.pgp
Description: PGP signature


Fluxbox Themes on FreeBSD Question

2007-11-19 Thread Graham Bentley

Hi All,

Does anyone remmeber from ages ago there was a theme
pack tarball knocking about for Fluxbox - must have had 
about 20 themes in it, some with backgrounds. 

I have Googled about and looked at the ones in ports 
but thats not them.


Anyone know where I might find this now such along time
has passed (probably 3-4 years ago!) Maybe it was on a
Mandrake repo 

Graham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fluxbox crashes when I startx

2007-05-10 Thread E. J. Cerejo
Since Fluxbox has moved from /usr/X11R6 to /usr/local I haven't been 
able to start it, it just crashes I followed the instruction on how to 
edit the menu file but it still crashes and I get this line.  Has anyone 
had this problem with Fluxbox?  I'm running FreeBSD 6.2 release.


FreeFontPath: FPE /usr/X11R6/lib/X11/fonts/misc/ refcount is 2, should 
be 1; fixing.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fluxbox crashes when I startx

2007-05-10 Thread Tom Evans
On Thu, 2007-05-10 at 09:21 -0400, E. J. Cerejo wrote:
 Since Fluxbox has moved from /usr/X11R6 to /usr/local I haven't been 
 able to start it, it just crashes I followed the instruction on how to 
 edit the menu file but it still crashes and I get this line.  Has anyone 
 had this problem with Fluxbox?  I'm running FreeBSD 6.2 release.
 
 FreeFontPath: FPE /usr/X11R6/lib/X11/fonts/misc/ refcount is 2, should 
 be 1; fixing.

The error you've quoted is nothing more than a warning. It almost
certainly has always been in your Xorg.%d.log. It is normally one of the
last messages printed out, but its completely irrelevant to your
problem.

Can you post your /var/log/Xorg.0.log (presuming your display is :0) to
the list.


signature.asc
Description: This is a digitally signed message part


Re: Fluxbox crashes when I startx

2007-05-10 Thread Alex Zbyslaw

E. J. Cerejo wrote:

Since Fluxbox has moved from /usr/X11R6 to /usr/local I haven't been 
able to start it, it just crashes I followed the instruction on how to 
edit the menu file but it still crashes and I get this line.  Has 
anyone had this problem with Fluxbox?  I'm running FreeBSD 6.2 release.


FreeFontPath: FPE /usr/X11R6/lib/X11/fonts/misc/ refcount is 2, 
should be 1; fixing.


It's highly unlikely that this message is related to the crash.  It does 
say fixing after all.


Try looking for errors in /var/log/Xorg.0.log

--Alex


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fluxbox crashes when I startx

2007-05-10 Thread E. J. Cerejo

Tom Evans wrote:

On Thu, 2007-05-10 at 09:21 -0400, E. J. Cerejo wrote:
  
Since Fluxbox has moved from /usr/X11R6 to /usr/local I haven't been 
able to start it, it just crashes I followed the instruction on how to 
edit the menu file but it still crashes and I get this line.  Has anyone 
had this problem with Fluxbox?  I'm running FreeBSD 6.2 release.


FreeFontPath: FPE /usr/X11R6/lib/X11/fonts/misc/ refcount is 2, should 
be 1; fixing.



The error you've quoted is nothing more than a warning. It almost
certainly has always been in your Xorg.%d.log. It is normally one of the
last messages printed out, but its completely irrelevant to your
problem.

Can you post your /var/log/Xorg.0.log (presuming your display is :0) to
the list.
  

I don't see anything revelant in that file though:


X Window System Version 6.9.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: FreeBSD 6.2 i386 [ELF]
Current Operating System: FreeBSD ecerejo.netgear.com 6.2-RELEASE 
FreeBSD 6.2-RELEASE #0: Sat Jan 20 21:39:09 EST 2007 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/mykernel i386

Build Date: 29 March 2007
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Thu May 10 16:22:29 2007
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Layout0
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Videocard0
(**) |--Input Device Keyboard0
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Mouse0
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/cyrillic/,/usr/X11R6/lib/X11/fonts/TTF/

(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(**) Option Xinerama 0
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.8
   X.Org XInput driver : 0.5
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor=X.Org Foundation
   compiled for 6.9.0, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
   compiled for 6.9.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a30 card 8086,1a30 rev 04 class 06,00,00 
hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card , rev 04 class 06,04,00 
hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card , rev 05 class 06,04,00 
hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card , rev 05 class 06,01,00 
hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 8086,2442 rev 05 class 01,01,80 
hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 8086,2442 rev 05 class 0c,03,00 
hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 8086,2442 rev 05 class 0c,05,00 
hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 8086,2442 rev 05 class 0c,03,00 
hdr 00
(II) PCI: 01:00:0: chip 10de,0343 card , rev a1 class 03,00,00 
hdr 00
(II) PCI: 02:03:0: chip 168c,0013 card 1385,5a00 rev 01 class 02,00,00 
hdr 00
(II) PCI: 02:03:1: chip 168c,ff96 card 168c,ee96 rev 01 class 07,00,02 
hdr 80
(II) PCI: 02:04:0: chip 12b9,1008 card 12b9,00d7 rev 01 class 07,00,02 
hdr 00
(II) PCI: 02:07:0: chip 1033,0035 card 1033,0035 rev 41 class 0c,03,10 
hdr 80
(II) PCI: 02:07:1: chip 1033,0035 card 1033,0035 rev 41 class 0c,03,10 
hdr 00
(II) PCI: 02:07:2: chip 1033,00e0 card 1458,5004 rev 02 class 0c,03,20 
hdr 00
(II) PCI: 02:08:0: chip 8086,2449 card 8086,3013 rev 03 class 02,00,00 
hdr 00
(II) PCI: 02:0a:0: chip 1274,5880 card 1458,a000 rev 04 class 04,01,00 
hdr 00

(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -100x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -100x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -100x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge

Thunar with Fluxbox

2007-02-04 Thread Olivier Regnier

Hello,

I'm currently running Fluxbox on FreeBSD 6.2. I installed Thunar 0.8.0_1 
and icons-tango 0.7.2_3.
The problem is simple, when i start Thunar, i do not see the icons and 
in console, i get an error that says (thunar:1056): Gtk-WARNING **: 
Error loading theme icon for stock; Icon 'gnome-fs-home' not present in 
theme


What happened ?  Can you  help me please ?

Thank you in advance.

--
Cheers,
Olivier Regnier

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Thunar with Fluxbox

2007-02-04 Thread John Nielsen
On Sunday 04 February 2007 08:26, Olivier Regnier wrote:
 I'm currently running Fluxbox on FreeBSD 6.2. I installed Thunar 0.8.0_1
 and icons-tango 0.7.2_3.
 The problem is simple, when i start Thunar, i do not see the icons and
 in console, i get an error that says (thunar:1056): Gtk-WARNING **:
 Error loading theme icon for stock; Icon 'gnome-fs-home' not present in
 theme

 What happened ?  Can you  help me please ?

Try installing the x11-themes/xfce4-icon-theme port and/or the 
misc/gnome-icon-theme port. You should also submit a PR requesting that the 
needed port be added as a dependency for Thunar so others don't have the 
same problem.

JN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


New style with Fluxbox

2006-12-16 Thread Olivier Regnier
Hello,

Yesterday, i installed by the ports, fluxbox version 0.1.14_2 on my laptop with 
FreeBSD 6.1. I downloaded a new style called Mysta with theses files:

- theme.cfg
- pixmaps (button.xpm, menu.xpm and toolbar.xpm)

Theses files are in /usr/X11R6/share/fluxbox/styles . The permissions are ok 
but i don't see my new theme in Fluxbox menu called Styles.

Perhaps, i forgot to install a packages, i don't know what happened.

Can you help me please ?

Thanks in advance.

Olivier Regnier

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New style with Fluxbox

2006-12-16 Thread Chad Gross

On 12/16/06, Olivier Regnier [EMAIL PROTECTED] wrote:


Hello,

Yesterday, i installed by the ports, fluxbox version 0.1.14_2 on my laptop
with FreeBSD 6.1. I downloaded a new style called Mysta with theses files:

- theme.cfg
- pixmaps (button.xpm, menu.xpm and toolbar.xpm)

Theses files are in /usr/X11R6/share/fluxbox/styles . The permissions are
ok but i don't see my new theme in Fluxbox menu called Styles.

Perhaps, i forgot to install a packages, i don't know what happened.

Can you help me please ?

Thanks in advance.

Olivier Regnier

___



Did you put theme.cfg and the pixmaps into a folder called Mysta in
/usr/X11R6/share/fluxbox/styles (e.g.
/usr/X11R6/share/fluxbox/styles/Mysta/)?

Also have you restarted Fluxbox or reloaded the config from the fluxbox
menu?

Chad
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New style with Fluxbox

2006-12-16 Thread Andrew Pantyukhin

On 12/16/06, Olivier Regnier [EMAIL PROTECTED] wrote:

Hello,

Yesterday, i installed by the ports, fluxbox version 0.1.14_2


Please try the newer version, x11-wm/fluxbox-devel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New style with Fluxbox

2006-12-16 Thread Olivier Regnier
I installed fluxbox-devel and it's ok. Im' happy :)

Thank you ;)

On Sat, 16 Dec 2006 21:31:03 +0300
Andrew Pantyukhin [EMAIL PROTECTED] wrote:

 On 12/16/06, Olivier Regnier [EMAIL PROTECTED] wrote:
  Hello,
 
  Yesterday, i installed by the ports, fluxbox version 0.1.14_2
 
 Please try the newer version, x11-wm/fluxbox-devel
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Setting up Fluxbox (May apply to other GUI's)

2006-04-24 Thread Enigma
I am using FreeBSD 6, and are new to *nix in itself.
I have used the 'pkg_add -r fluxbox' command to
get the fluxbox packages. Although after all my searching on
different sites and asking someone I still cannot find
where these packages would have been installed to,
from using that command. The official fluxbox site
doesn't offer any insight into this either, as I suspect
it may be general knowledge to unix users? Any help
in tracking these down would be greatly appreciated,
as would any help in configuring for base things such
as the konsole.

Cheers,
Warwick.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Setting up Fluxbox (May apply to other GUI's)

2006-04-24 Thread Kevin Kinsey

Enigma wrote:


I am using FreeBSD 6, and are new to *nix in itself.
I have used the 'pkg_add -r fluxbox' command to
get the fluxbox packages. Although after all my searching on
different sites and asking someone I still cannot find
where these packages would have been installed to,
from using that command. The official fluxbox site
doesn't offer any insight into this either, as I suspect
it may be general knowledge to unix users? Any help
in tracking these down would be greatly appreciated,
as would any help in configuring for base things such
as the konsole.

Cheers,
Warwick.


You can read a lot by trying some of these commands:

$ man ports
$ man pkg_which
$ man pkg_info

and then using pkg_which or pkg_info to find
out answers to questions like these.

As a shortcut:

If fluxbox is indeed installed on your system, and
your $PATH environment variable is set in a more or
less standard fashion, then the following should help
you, at least a little bit.

1.  Edit a file in your $HOME directory entitled .xinitrc.
(Yes the dot is there and important).  If it is not
already extant, try this:

$ echo exec fluxbox  ~/.xinitrc

If you have the file already, you can edit it with
your $EDITOR, or you can add the line to the end of
the file by doubling the redirector above:  

2.  Assuming you've correctly configured your X server, (which
is a whole other chapter in and of itself), you should
now be able to type startx and the console's shell
prompt, and have the X server bring fluxbox into
action when the GUI starts.

As for the location of fluxbox, it's probably under
  /usr/X11R6/bin/, but I can't say for sure.  If you
  log out and back in, does whereis fluxbox work?
  The C shell (and TCSH) need to rebuild your $PATH
  data after installing new programs.  You can issue
  rehash after installation, or logout/in as I mentioned.

HTH,

Kevin Kinsey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Setting up Fluxbox (May apply to other GUI's)

2006-04-24 Thread Peter

--- Enigma [EMAIL PROTECTED] wrote:

 I am using FreeBSD 6, and are new to *nix in itself.
 I have used the 'pkg_add -r fluxbox' command to
 get the fluxbox packages. Although after all my searching on
 different sites and asking someone I still cannot find
 where these packages would have been installed to,
 from using that command.

$ pkg_info -Lx fluxbox

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Setting up Fluxbox (May apply to other GUI's)

2006-04-24 Thread Gregory J. Knight
To help you figure out which file is which

$pkg_info -Lx fluxbox | grep ^/ | xargs file

On Mon, 2006-04-24 at 23:05 -0400, Peter wrote:
 --- Enigma [EMAIL PROTECTED] wrote:
 
  I am using FreeBSD 6, and are new to *nix in itself.
  I have used the 'pkg_add -r fluxbox' command to
  get the fluxbox packages. Although after all my searching on
  different sites and asking someone I still cannot find
  where these packages would have been installed to,
  from using that command.
 
 $ pkg_info -Lx fluxbox
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: wdm and fluxbox help??

2006-03-27 Thread Norberto Meijome
On Fri, 24 Feb 2006 10:25:21 -0700 (MST)
RYAN M. vAN GINNEKEN [EMAIL PROTECTED] wrote:

 I do not have an .xsession file in my home dir in fact i do not seem
 to have an .xsession or an xsession file anywhere on my system just
 Xsession see below

hey there - i know it's been a month..did u figure this out? 

you create a .xsession in your homedir if you haven't got one.

Beto
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Signal 17 to Fluxbox - system lockup

2006-03-08 Thread Daniela
Hi list!

Over the years I got into the habit of suspending processes with signal 17 
(SIGSTOP). And everything ran fine until yesterday: I suspended Fluxbox and 
after switching to it's VTY I couldn't switch back, the system didn't respond 
any more to my keyboard input.

How can I prevent these lockups (besides the obvious), i.e. how do I prevent 
Fluxbox from intercepting certain key combinations (Control + Alt + F[n])?

Thanks in advance.

Daniela

-- 
Hope is the worst of all evils, for it prolongs the torments of man.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


wdm and fluxbox help??

2006-02-24 Thread RYAN M. vAN GINNEKEN

 Original Message -
From: Norberto Meijome [EMAIL PROTECTED]
To: RYAN M. vAN GINNEKEN [EMAIL PROTECTED]
Cc: Norberto Meijome [EMAIL PROTECTED],
freebsd-questions@freebsd.org
Sent: Sun Feb 19 19:12:03 2006
Subject: Re: kdm and fluxbox

RYAN M. vAN GINNEKEN wrote:
 Thanks to all and i will take your advice Norberto as i do not really
like kde that much anyway.  If i wanted window i would just install
windowsxp or maybe vista would be more like Kde any how i digress.  

 I am tiring to set up wdm and added this line to my /etc/ttys  

 ttyv8   /usr/X11R6/bin/wdm -nodaemon  xterm   on  secure

 followed the instructions below found on the fulxbox site but it does
not quite work

 http://fluxbox-wiki.org/index.php/Howto_add_fluxbox_to_wdm

 I get the wdm ok beasty is there, very cool backgound i might add,
seen it used in a theme somewhere. No matter what i pick for a windows
manager i get the stock Freebsd one wmaker i think? u know the one with
the terminal and green menu bars very vanilla.
green menu bars  = twm
wmaker = much better, check it out @ http://www.windowmaker.org
   An exception to this kde still works and failsafe gives me control
of the terminal window bottom right.

 Also i removed a bunch of managers out of the wdm-config file as i was
not using them like this.  

 DisplayManager*wdmWm:   wmaker:enlightenment:gnome:kde:fluxbox

 I still get failsafe and wmaker where do us suppose these come from.
Kde still works but not enlightenment gnome or flux box 

   

After editing the wdm-config, you need to restart wdm.
Ctrl-Alt-Backspace will kill the X server and re-read all the configs.

I did that

can you please post your wdm-config and a list of your package installed
? (or make them available online)

I have tried to attached them but my mail server is giving me grief with
attachment right now.

the relevant section in my config:
---
! It will run .xsession
!DisplayManager*wdmWm:   None
---
which means it will read .xsession in my home.
my .xsession is :

$ cat ~/.xsession
## RUNNING bbkeys from Blackbox because it feels more powerful
## to avoid conflicts with fluxbox's key mgr, I emptied .fluxbox/keys
bbkeys 
xscreensaver -no-splash 
fbpager -w 
#wmwifi 
sleep 1  gkrellm -w 
#fbdesk 
torsmo 
tilda 
skype 
gaim 
fluxbox
---

though I realise that I should be simply running startfluxbox and adding
all the other cmds to ~/.fluxbox/startup

I do not have an .xsession file in my home dir in fact i do not seem to
have an .xsession or an xsession file anywhere on my system just
Xsession see below

[EMAIL PROTECTED] find / -name xsession
[EMAIL PROTECTED] find / -name .xsession
[EMAIL PROTECTED] find / -name .Xsession
[EMAIL PROTECTED] find / -name Xsession
/usr/local/share/config/kdm/Xsession
/usr/X11R6/etc/gdm/Xsession
/usr/X11R6/lib/X11/xdm/Xsession
/usr/X11R6/lib/X11/wdm/Xsession


the contents of the wdm one is also attached

HIH,
beto
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S.
Barton 



-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 
ImageMagick-6.2.5.5 Image processing tools
ORBit-0.5.17_2  High-performance CORBA ORB with support for the C language
ORBit2-2.12.5_1 High-performance CORBA ORB with support for the C language
OpenEXR-1.2.2_1 A high dynamic-range (HDR) image file format
aalib-1.4.r5_1  An ascii art library
akode-2.0,1 Default KDE audio backend
akode-plugins-mpc-2.0,1 Musepack decoder plugin for akode
akode-plugins-mpeg-2.0,1 MPEG audio decoder plugin for akode
akode-plugins-oss-2.0,1 OSS output plugin for akode
akode-plugins-resampler-2.0,1 Resampler plugin for akode
akode-plugins-xiph-2.0,1 FLAC/Speex/Vorbis decoder plugin for akode
amspsfnt-1.0_3  AMSFonts PostScript Fonts (Adobe Type 1 format)
apache-ant-1.6.5_1  Java- and XML-based build tool, conceptually similar to mak
apr-db4-1.2.2_2 The Apache Group's Portability Library
arts-1.5.1,1Audio system for the KDE integrated X11 desktop
artswrapper-1.2.2   Setuid wrapper for arts
aspell-0.60.4_2 Spelling checker with better suggestion logic than ispell
at-spi-1.6.6_1  An Assistive Technology Service Provider Interface
atk-1.10.3  A GNOME accessibility toolkit (ATK)
autoconf-2.13.000227_5 Automatically configure

Re: kdm and fluxbox

2006-02-20 Thread RYAN vAN GINNEKEN

- Original Message -
From: Norberto Meijome [EMAIL PROTECTED]
To: RYAN M. vAN GINNEKEN [EMAIL PROTECTED]
Cc: Norberto Meijome [EMAIL PROTECTED],
freebsd-questions@freebsd.org
Sent: Sun Feb 19 19:12:03 2006
Subject: Re: kdm and fluxbox

RYAN M. vAN GINNEKEN wrote:
 Thanks to all and i will take your advice Norberto as i do not really
like kde that much anyway.  If i wanted window i would just install
windowsxp or maybe vista would be more like Kde any how i digress.  

 I am tiring to set up wdm and added this line to my /etc/ttys  

 ttyv8   /usr/X11R6/bin/wdm -nodaemon  xterm   on  secure

 followed the instructions below found on the fulxbox site but it does
not quite work

 http://fluxbox-wiki.org/index.php/Howto_add_fluxbox_to_wdm

 I get the wdm ok beasty is there, very cool backgound i might add,
seen it used in a theme somewhere. No matter what i pick for a windows
manager i get the stock Freebsd one wmaker i think? u know the one with
the terminal and green menu bars very vanilla.
green menu bars  = twm
wmaker = much better, check it out @ http://www.windowmaker.org
   An exception to this kde still works and failsafe gives me control
of the terminal window bottom right.

 Also i removed a bunch of managers out of the wdm-config file as i was
not using them like this.  

 DisplayManager*wdmWm:   wmaker:enlightenment:gnome:kde:fluxbox

 I still get failsafe and wmaker where do us suppose these come from.
Kde still works but not enlightenment gnome or flux box 

   

After editing the wdm-config, you need to restart wdm.
Ctrl-Alt-Backspace will kill the X server and re-read all the configs.

I did that

can you please post your wdm-config and a list of your package installed
? (or make them available online)

I have tried to attached them but my mail server is giving me grief with
attachment right now.

the relevant section in my config:
---
! It will run .xsession
!DisplayManager*wdmWm:   None
---
which means it will read .xsession in my home.
my .xsession is :

$ cat ~/.xsession
## RUNNING bbkeys from Blackbox because it feels more powerful
## to avoid conflicts with fluxbox's key mgr, I emptied .fluxbox/keys
bbkeys 
xscreensaver -no-splash 
fbpager -w 
#wmwifi 
sleep 1  gkrellm -w 
#fbdesk 
torsmo 
tilda 
skype 
gaim 
fluxbox
---

though I realise that I should be simply running startfluxbox and adding
all the other cmds to ~/.fluxbox/startup

I do not have an .xsession file in my home dir in fact i do not seem to
have an .xsession or an xsession file anywhere on my system just
Xsession see below

[EMAIL PROTECTED] find / -name xsession
[EMAIL PROTECTED] find / -name .xsession
[EMAIL PROTECTED] find / -name .Xsession
[EMAIL PROTECTED] find / -name Xsession
/usr/local/share/config/kdm/Xsession
/usr/X11R6/etc/gdm/Xsession
/usr/X11R6/lib/X11/xdm/Xsession
/usr/X11R6/lib/X11/wdm/Xsession


the contents of the wdm one is also attached

HIH,
beto
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S.
Barton 

ImageMagick-6.2.5.5 Image processing tools
ORBit-0.5.17_2  High-performance CORBA ORB with support for the C language
ORBit2-2.12.5_1 High-performance CORBA ORB with support for the C language
OpenEXR-1.2.2_1 A high dynamic-range (HDR) image file format
aalib-1.4.r5_1  An ascii art library
akode-2.0,1 Default KDE audio backend
akode-plugins-mpc-2.0,1 Musepack decoder plugin for akode
akode-plugins-mpeg-2.0,1 MPEG audio decoder plugin for akode
akode-plugins-oss-2.0,1 OSS output plugin for akode
akode-plugins-resampler-2.0,1 Resampler plugin for akode
akode-plugins-xiph-2.0,1 FLAC/Speex/Vorbis decoder plugin for akode
amspsfnt-1.0_3  AMSFonts PostScript Fonts (Adobe Type 1 format)
apache-ant-1.6.5_1  Java- and XML-based build tool, conceptually similar to mak
apr-db4-1.2.2_2 The Apache Group's Portability Library
arts-1.5.1,1Audio system for the KDE integrated X11 desktop
artswrapper-1.2.2   Setuid wrapper for arts
aspell-0.60.4_2 Spelling checker with better suggestion logic than ispell
at-spi-1.6.6_1  An Assistive Technology Service Provider Interface
atk-1.10.3  A GNOME accessibility toolkit (ATK)
autoconf-2.13.000227_5 Automatically configure source code on many Un*x 
platforms 
autoconf-2.59_2 Automatically configure source code on many Un*x platforms 
automake-1.4.6_2GNU Standards-compliant Makefile generator (1.4)
automake-1.9.6  GNU Standards-compliant Makefile generator (1.9)
bash-3.0.16_1   The GNU Project's Bourne Again SHell
bison-2.1_1

Re: kdm and fluxbox

2006-02-19 Thread Norberto Meijome
RYAN M. vAN GINNEKEN wrote:
 Thanks to all and i will take your advice Norberto as i do not really like 
 kde that much anyway.  If i wanted window i would just install windowsxp or 
 maybe vista would be more like Kde any how i digress.  

 I am tiring to set up wdm and added this line to my /etc/ttys  

 ttyv8   /usr/X11R6/bin/wdm -nodaemon  xterm   on  secure

 followed the instructions below found on the fulxbox site but it does not 
 quite work

 http://fluxbox-wiki.org/index.php/Howto_add_fluxbox_to_wdm

 I get the wdm ok beasty is there, very cool backgound i might add, seen it 
 used in a theme somewhere. No matter what i pick for a windows manager i get 
 the stock Freebsd one wmaker i think? u know the one with the terminal and 
 green menu bars very vanilla.
green menu bars  = twm
wmaker = much better, check it out @ http://www.windowmaker.org
   An exception to this kde still works and failsafe gives me control of the 
 terminal window bottom right.

 Also i removed a bunch of managers out of the wdm-config file as i was not 
 using them like this.  

 DisplayManager*wdmWm:   wmaker:enlightenment:gnome:kde:fluxbox

 I still get failsafe and wmaker where do us suppose these come from.  Kde 
 still works but not enlightenment gnome or flux box 

   

After editing the wdm-config, you need to restart wdm.
Ctrl-Alt-Backspace will kill the X server and re-read all the configs.

can you please post your wdm-config and a list of your package installed
? (or make them available online)

the relevant section in my config:
---
! It will run .xsession
!DisplayManager*wdmWm:   None
---
which means it will read .xsession in my home.
my .xsession is :

$ cat ~/.xsession
## RUNNING bbkeys from Blackbox because it feels more powerful
## to avoid conflicts with fluxbox's key mgr, I emptied .fluxbox/keys
bbkeys 
xscreensaver -no-splash 
fbpager -w 
#wmwifi 
sleep 1  gkrellm -w 
#fbdesk 
torsmo 
tilda 
skype 
gaim 
fluxbox
---

though I realise that I should be simply running startfluxbox and adding
all the other cmds to ~/.fluxbox/startup

HIH,
beto
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kdm and fluxbox

2006-02-16 Thread Norberto Meijome
RYAN M. vAN GINNEKEN wrote:
 usr/X11R6/lib/X11/xdm/Xsession 

   

notice this file is for XDM, not KDM. try searching in
/usr/X11R6/lib/X11/kdm :)

 WHERE IS KDM GETTING ITS SESSION INFO FROM AND HOW DO I TELL IT TO ADD FLUXBOX

   
not sure, probably from its config file. Or just set it to custom, and
use ~/.xsession to launch your stuff at will.

Just curious, why use kdm with all it's KDE dependencies, when you can
use xdm, or wdm (what I use).
Beto

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kdm and fluxbox

2006-02-16 Thread Mike Jeays
On Wed, 2006-02-15 at 22:35 -0700, RYAN M. vAN GINNEKEN wrote:
 I am tring to get kdm to log me into fluxbox i have followed the handbook to 
 the letter and can login to gnome kde and enlightnment also options for 
 defaut and failsafe and some others none of which i have tried yet.  However 
 flux box is not there and i cannot seem to find where kde is getting these 
 sessions from.  There does not seem to be any option in kcontrol for session 
 like mentioned in the freebsd handbook i did go into
 
 usr/X11R6/lib/X11/xdm/Xsession 
 
 and added some lines but nothing happened  
 
failsafe)
 exec /usr/X11R6/bin/xterm -geometry 80x24-0-0
 ;;
 kde)
 exec /usr/local/bin/startkde
 ;;
 GNOME)
 exec /usr/X11R6/bin/gnome-session
 ;;
 FluxBox)
 exec /usr/X11R6/bin/fluxbox
 ;;
 esac
 esac
 
 
 WHERE IS KDM GETTING ITS SESSION INFO FROM AND HOW DO I TELL IT TO ADD FLUXBOX
 
 

Look in /usr/local/share/config/kdm

-- 
Mike Jeays
http://ca.geocities.com/[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kdm and fluxbox

2006-02-16 Thread Tijl Coosemans
On Thursday 16 February 2006 06:35, RYAN M. vAN GINNEKEN wrote:
 I am tring to get kdm to log me into fluxbox i have followed the
 handbook to the letter and can login to gnome kde and enlightnment
 also options for defaut and failsafe and some others none of which i
 have tried yet.  However flux box is not there and i cannot seem to
 find where kde is getting these sessions from.  There does not seem
 to be any option in kcontrol for session like mentioned in the
 freebsd handbook i did go into

 usr/X11R6/lib/X11/xdm/Xsession

 and added some lines but nothing happened

failsafe)
 exec /usr/X11R6/bin/xterm -geometry 80x24-0-0
 ;;
 kde)
 exec /usr/local/bin/startkde
 ;;
 GNOME)
 exec /usr/X11R6/bin/gnome-session
 ;;
 FluxBox)
 exec /usr/X11R6/bin/fluxbox
 ;;
 esac
 esac


 WHERE IS KDM GETTING ITS SESSION INFO FROM AND HOW DO I TELL IT TO
 ADD FLUXBOX

Normally you shouldn't have to touch any file at all, but I think 
there's an error in /usr/local/share/apps/kdm/sessions/fluxbox.desktop

In that file change lines 4-5 to

Exec=fluxbox
TryExec=fluxbox

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kdm and fluxbox

2006-02-16 Thread Mike Hernandez
  FluxBox)
  exec /usr/X11R6/bin/fluxbox
  ;;

I lost the original email so rather that misquote I'm not quoting
at all. Just thought I'd mention you should probably use the command
startfluxbox as opposed to fluxbox, to start your fluxbox session. 

Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kdm and fluxbox

2006-02-16 Thread RYAN M. vAN GINNEKEN
Thanks to all and i will take your advice Norberto as i do not really like kde 
that much anyway.  If i wanted window i would just install windowsxp or maybe 
vista would be more like Kde any how i digress.  

I am tiring to set up wdm and added this line to my /etc/ttys  

ttyv8   /usr/X11R6/bin/wdm -nodaemon  xterm   on  secure

followed the instructions below found on the fulxbox site but it does not quite 
work

http://fluxbox-wiki.org/index.php/Howto_add_fluxbox_to_wdm

I get the wdm ok beasty is there, very cool backgound i might add, seen it used 
in a theme somewhere. No matter what i pick for a windows manager i get the 
stock Freebsd one wmaker i think? u know the one with the terminal and green 
menu bars very vanilla.  An exception to this kde still works and failsafe 
gives me control of the terminal window bottom right.

Also i removed a bunch of managers out of the wdm-config file as i was not 
using them like this.  

DisplayManager*wdmWm:   wmaker:enlightenment:gnome:kde:fluxbox

I still get failsafe and wmaker where do us suppose these come from.  Kde still 
works but not enlightenment gnome or flux box 

please help 

 
- Original Message -
From: Norberto Meijome [EMAIL PROTECTED]
To: RYAN M. vAN GINNEKEN [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Thursday, February 16, 2006 4:51:43 AM
Subject: Re: kdm and fluxbox

RYAN M. vAN GINNEKEN wrote:
 usr/X11R6/lib/X11/xdm/Xsession 

   

notice this file is for XDM, not KDM. try searching in
/usr/X11R6/lib/X11/kdm :)

 WHERE IS KDM GETTING ITS SESSION INFO FROM AND HOW DO I TELL IT TO ADD FLUXBOX

   
not sure, probably from its config file. Or just set it to custom, and
use ~/.xsession to launch your stuff at will.

Just curious, why use kdm with all it's KDE dependencies, when you can
use xdm, or wdm (what I use).
Beto

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


kdm and fluxbox

2006-02-15 Thread RYAN M. vAN GINNEKEN
I am tring to get kdm to log me into fluxbox i have followed the handbook to 
the letter and can login to gnome kde and enlightnment also options for defaut 
and failsafe and some others none of which i have tried yet.  However flux box 
is not there and i cannot seem to find where kde is getting these sessions 
from.  There does not seem to be any option in kcontrol for session like 
mentioned in the freebsd handbook i did go into

usr/X11R6/lib/X11/xdm/Xsession 

and added some lines but nothing happened  

   failsafe)
exec /usr/X11R6/bin/xterm -geometry 80x24-0-0
;;
kde)
exec /usr/local/bin/startkde
;;
GNOME)
exec /usr/X11R6/bin/gnome-session
;;
FluxBox)
exec /usr/X11R6/bin/fluxbox
;;
esac
esac


WHERE IS KDM GETTING ITS SESSION INFO FROM AND HOW DO I TELL IT TO ADD FLUXBOX


-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fbdesk or idesk for fluxbox icons?

2006-02-11 Thread ajm
On Sat, Feb 11, 2006 at 02:45:47AM -0500, Xn Nooby wrote:
 I'm trying to figure out fbdesk, but there is amazingly little to go on.
 Does anyone have any sample config files?
 
 Or should I be using idesk?
 
 I have fluxbox 0.9.14 on FreeBSD 6.0.
 
 I also sometimes can't get rid of the fluxbox menu, which is highly
 annoying.
 
 thanks!
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

Since I don't use the fbdesk or idesk only thing I can help you with 
is the menu.  I am using fluxbox 0.1.14.  To hide the main menu
again, right click on the menu title.

maybe this will help for fbdesk...
http://fluxbox.sourceforge.net/fbdesk/


-- 
FreeBSD 6.0-RELEASE i386 GENERIC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fbdesk or idesk for fluxbox icons?

2006-02-11 Thread Xn Nooby
That also works on closing the fbdesk menu, thanks!



On 2/11/06, ajm [EMAIL PROTECTED] wrote:

 On Sat, Feb 11, 2006 at 02:45:47AM -0500, Xn Nooby wrote:
  I'm trying to figure out fbdesk, but there is amazingly little to go on.
  Does anyone have any sample config files?
 
  Or should I be using idesk?
 
  I have fluxbox 0.9.14 on FreeBSD 6.0.
 
  I also sometimes can't get rid of the fluxbox menu, which is highly
  annoying.
 
  thanks!
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

 Since I don't use the fbdesk or idesk only thing I can help you with
 is the menu.  I am using fluxbox 0.1.14.  To hide the main menu
 again, right click on the menu title.

 maybe this will help for fbdesk...
 http://fluxbox.sourceforge.net/fbdesk/


 --
 FreeBSD 6.0-RELEASE i386 GENERIC
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


fbdesk or idesk for fluxbox icons?

2006-02-10 Thread Xn Nooby
I'm trying to figure out fbdesk, but there is amazingly little to go on.
Does anyone have any sample config files?

Or should I be using idesk?

I have fluxbox 0.9.14 on FreeBSD 6.0.

I also sometimes can't get rid of the fluxbox menu, which is highly
annoying.

thanks!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help with Fluxbox

2005-08-15 Thread Leonidas Tsampros
On Mon, Aug 15, 2005 at 05:14:04PM +1200, Campbells wrote:
 Hello,
 
 I just installed Fluxbox from the ports collection (latest version).  I 
 subsequently added this line at the end of my xinitrc file:
 
 exec /usr/X11R6/bin/fluxbox
 
 Now when I run startx nothing has changed!  It isn't running fluxbox as its 
 windowmanager!  So I type startfluxbox and it doesn't start, presumably 
 becuase a windowmanager is already running (the standard Xorg manager).
 
 Any help would be greatly appreciated
 
 Gareth

You'll have to modify your ~/..xinitrc file.
Just add the following at the end  of the file:

startfluxbox
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Help with Fluxbox

2005-08-14 Thread Campbells
Hello,

I just installed Fluxbox from the ports collection (latest version).  I 
subsequently added this line at the end of my xinitrc file:

exec /usr/X11R6/bin/fluxbox

Now when I run startx nothing has changed!  It isn't running fluxbox as its 
windowmanager!  So I type startfluxbox and it doesn't start, presumably becuase 
a windowmanager is already running (the standard Xorg manager).

Any help would be greatly appreciated

GarethNo virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.9/72 - Release Date: 14/08/2005
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: problems running k3b in fluxbox with sudo

2005-02-03 Thread FreeBsdBeni
 - Original Message -
 From: Brian John [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org
 Sent: Tuesday, February 01, 2005 3:30 PM
 Subject: problems running k3b in fluxbox with sudo

  When I try to run k3b in fluxbox with sudo, I get this error message:
  'Unable to find growisofs executable'.  Any clue what would cause this? 
  I can't burn DVDs until I get it resolved...
 
From the Notes-section in man growisofs :

NOTES
   If executed under sudo(8) growisofs refuses to start. This is done  for
   the following reason. Naturally growisofs has to access the data set to
   be recorded to DVD media, either indirectly by letting mkisofs generate
   ISO9660  layout on-the-fly or directly if a pre-mastered image is to be
   recorded. Being executed under sudo(8),  growisofs  effectively  grants
   sudoers  read  access  to any file in the file system. The situation is
   intensified by the fact that growisofs parses MKISOFS environment vari-
   able  in  order  to  determine  alternative  path to mkisofs executable
   image. This means that being executed under sudo(8),  growisofs  effec-
   tively  grants  sudoers  right  to execute program of their choice with
   elevated privileges. If you for any reason still find the above accept-
   able  and  are  willing to take the consequences, then consider running
   following wrapper script under sudo(8)  in  place  for  real  growisofs
   binary.

#!/bin/ksh
unset SUDO_COMMAND
export MKISOFS=/path/to/trusted/mkisofs
exec growisofs $@

   But  note that the recommended alternative to the above workaround is
   actually to install growisofs set-root-uid, in which case it will  drop
   privileges  prior  accessing data or executing mkisofs in order to pre-
   clude unauthorized access to the data.


I have to start k3b with kdesu k3b, not just sudo. Then it finds growisofs 
and it all works.
 
Beni.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problems running k3b in fluxbox with sudo

2005-02-02 Thread Rod Person
On Wednesday 02 February 2005 2:35 am, Brian John wrote:

 Sorry, I should have been more clear.  I have 'dvd+rw-tools' installed,
 and it works in kde.  I just can't get it to work in fluxbox because of
 this one problem.  The difference is I am starting it through the kde
 menu in kde and I'm starting it using 'sudo' in fluxbox.  Does that help?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


When you start k3b in fluxbox, do you get the error that keb could not connect 
to klauncher? I have all type of problems trying to run k3b in fluxbox that 
did not happen when running KDE. I think k3b just need to be run in full 
blown KDE.

-- 
Rod


If you stay the same long enough you'll be in 
 style some day again.  Cren Dog 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


way to run application as root in fluxbox menu

2005-02-01 Thread Brian John
Hello, I want to be able to add k3b to my menu in fluxbox.  However, it
has to be run as root and I'm not sure how to do that.  Is there a way
that I could get k3b to automatically run as root in fluxbox?  It is ok if
I have to enter my root password every time that I run it.

Thanks

/Brian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: way to run application as root in fluxbox menu

2005-02-01 Thread Rod Person
On Tuesday 01 February 2005 7:33 pm, Brian John wrote:
 Hello, I want to be able to add k3b to my menu in fluxbox.  However, it
 has to be run as root and I'm not sure how to do that.  Is there a way
 that I could get k3b to automatically run as root in fluxbox?  It is ok if
 I have to enter my root password every time that I run it.


As for your specific question, I think you might want to look a the sudo 
package.

But, you do know that you can enable k3b to run as a regular user, if yoy 
desire.  And secondly, I had problems with k3b running in fluxbox. It could 
not communicate with klauncher. And without that the file window was always
blank.

-- 
Rod


If you stay the same long enough you'll be in 
 style some day again.  Cren Dog 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: way to run application as root in fluxbox menu

2005-02-01 Thread Eric Schuele
Brian John wrote:
Hello, I want to be able to add k3b to my menu in fluxbox.  However, it
has to be run as root and I'm not sure how to do that.  Is there a way
that I could get k3b to automatically run as root in fluxbox?  It is ok if
I have to enter my root password every time that I run it.
Thanks
/Brian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
You might try /usr/ports/security/sudo.  It has a 'no password prompt' 
option.  Read its man pages for any security issues.

--
Regards,
Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problems running k3b in fluxbox with sudo

2005-02-01 Thread Brian John
When I try to run k3b in fluxbox with sudo, I get this error message: 
'Unable to find growisofs executable'.  Any clue what would cause this?  
I can't burn DVDs until I get it resolved...

Thanks
/Brian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problems running k3b in fluxbox with sudo

2005-02-01 Thread Thomas Foster
/usr/ports/sysutils/dvd+rw-tools
Hope this helps..
T
- Original Message - 
From: Brian John [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Tuesday, February 01, 2005 3:30 PM
Subject: problems running k3b in fluxbox with sudo


When I try to run k3b in fluxbox with sudo, I get this error message: 
'Unable to find growisofs executable'.  Any clue what would cause this?  I 
can't burn DVDs until I get it resolved...

Thanks
/Brian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problems running k3b in fluxbox with sudo

2005-02-01 Thread Brian John
Thomas Foster wrote:
/usr/ports/sysutils/dvd+rw-tools
Hope this helps..
T
- Original Message - From: Brian John [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Tuesday, February 01, 2005 3:30 PM
Subject: problems running k3b in fluxbox with sudo

When I try to run k3b in fluxbox with sudo, I get this error message: 
'Unable to find growisofs executable'.  Any clue what would cause 
this?  I can't burn DVDs until I get it resolved...

Thanks
/Brian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

Sorry, I should have been more clear.  I have 'dvd+rw-tools' installed, 
and it works in kde.  I just can't get it to work in fluxbox because of 
this one problem.  The difference is I am starting it through the kde 
menu in kde and I'm starting it using 'sudo' in fluxbox.  Does that help?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FluxBox??

2004-11-20 Thread Danny Browne

Just came across fluxbox window manager. Installed it, and followed the 
instructions (replacing exec gnome-session  .xinitrc)

but how does fluxbox work??

is it suppossed to work with gnome or what?

saw some fluxbox themes that i really liked so i wanted to give it a try.

Danny Browne



_
Sign up for eircom broadband now and get a free two month trial.*
Phone 1850 73 00 73 or visit http://home.eircom.net/broadbandoffer


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FluxBox??

2004-11-20 Thread Lowell Gilbert
Danny Browne [EMAIL PROTECTED] writes:

 Just came across fluxbox window manager. Installed it, and followed the 
 instructions (replacing exec gnome-session  .xinitrc)
 
 but how does fluxbox work??

According to the port description, the fluxbox home page is at:
   http://fluxbox.sourceforge.net/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FluxBox??

2004-11-20 Thread Eric Schuele
Danny Browne wrote:
Just came across fluxbox window manager. Installed it, and followed the 
instructions (replacing exec gnome-session  .xinitrc)
but how does fluxbox work??
is it suppossed to work with gnome or what?
Fluxbox is just another window manager.  Based on some Blackbox code. 
Many new features. There is gnome app support, kde as well.  Very nice.

Take a look at http://www.fluxbox.org
saw some fluxbox themes that i really liked so i wanted to give it a try.

Danny Browne

_
Sign up for eircom broadband now and get a free two month trial.*
Phone 1850 73 00 73 or visit http://home.eircom.net/broadbandoffer
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
Regards,
Eric
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


skippy-0.5.0 under fluxbox-devel-0.9.9 [take II]

2004-06-09 Thread epilogue

for those of you running many windows under X, skippy might be of interest
to you.  check it out.  if you manage to get it working and think you know
what i'm doing wrong, please let me know.   :)thanks.



Begin forwarded message:

Date: Thu, 3 Jun 2004 17:51:55 -0400
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: skippy-0.5.0 under fluxbox-devel-0.9.9


hello all,

has anyone got skippy to work under the most recent version of fluxbox? 
the skippy homepage (http://thegraveyard.org/skippy.php) says that it
should.

i followed the instructions about creating the .skippyrc file.  when i try
to launch skippy, i get the following errors:

~ skippy
WARNING: Ignoring invalid line: [general]
WARNING: Ignoring invalid line: keysym = F11
WARNING: Ignoring invalid line: distance = 50
WARNING: Ignoring invalid line: useNETWMFullscreen = true
WARNING: Ignoring invalid line: ignoreSkipTaskbar = false
WARNING: Ignoring invalid line: [xinerama]
WARNING: Ignoring invalid line: showAll = false
WARNING: Ignoring invalid line: [normal]
WARNING: Ignoring invalid line: brightness = 0.0
WARNING: Ignoring invalid line: tint = white
WARNING: Ignoring invalid line: opacity = 200
WARNING: Ignoring invalid line: border = black
WARNING: Ignoring invalid line: [highlight]
WARNING: Ignoring invalid line: brightness = 0.05
WARNING: Ignoring invalid line: tint = #d0d0ff
WARNING: Ignoring invalid line: opacity = 255
WARNING: Ignoring invalid line: border = #d0d0ff
WARNING: Ignoring invalid line: [tooltip]
WARNING: Ignoring invalid line: show = true
WARNING: Ignoring invalid line: border = black
WARNING: Ignoring invalid line: background = #e0e0ff
WARNING: Ignoring invalid line: text = black
WARNING: Ignoring invalid line: font = fixed-11:weight=bold
X Error of failed request:  BadAccess (attempt to access private resource
denied)  Major opcode of failed request:  33 (X_GrabKey)
  Serial number of failed request:  92
  Current serial number in output stream:  92

the author's usage instructions don't say anything about actually
launching skippy, whether via a terminal or .xinitrc.  i have the feeling
that i missed a step somewhere along the way.

any help would be appreciated.


thanks!
epi
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


skippy-0.5.0 under fluxbox-devel-0.9.9

2004-06-03 Thread epilogue
hello all,

has anyone got skippy to work under the most recent version of fluxbox? 
the skippy homepage (http://thegraveyard.org/skippy.php) says that it
should.

i followed the instructions about creating the .skippyrc file.  when i try
to launch skippy, i get the following errors:

~ skippy
WARNING: Ignoring invalid line: [general]
WARNING: Ignoring invalid line: keysym = F11
WARNING: Ignoring invalid line: distance = 50
WARNING: Ignoring invalid line: useNETWMFullscreen = true
WARNING: Ignoring invalid line: ignoreSkipTaskbar = false
WARNING: Ignoring invalid line: [xinerama]
WARNING: Ignoring invalid line: showAll = false
WARNING: Ignoring invalid line: [normal]
WARNING: Ignoring invalid line: brightness = 0.0
WARNING: Ignoring invalid line: tint = white
WARNING: Ignoring invalid line: opacity = 200
WARNING: Ignoring invalid line: border = black
WARNING: Ignoring invalid line: [highlight]
WARNING: Ignoring invalid line: brightness = 0.05
WARNING: Ignoring invalid line: tint = #d0d0ff
WARNING: Ignoring invalid line: opacity = 255
WARNING: Ignoring invalid line: border = #d0d0ff
WARNING: Ignoring invalid line: [tooltip]
WARNING: Ignoring invalid line: show = true
WARNING: Ignoring invalid line: border = black
WARNING: Ignoring invalid line: background = #e0e0ff
WARNING: Ignoring invalid line: text = black
WARNING: Ignoring invalid line: font = fixed-11:weight=bold
X Error of failed request:  BadAccess (attempt to access private resource
denied)  Major opcode of failed request:  33 (X_GrabKey)
  Serial number of failed request:  92
  Current serial number in output stream:  92

the author's usage instructions don't say anything about actually
launching skippy, whether via a terminal or .xinitrc.  i have the feeling
that i missed a step somewhere along the way.

any help would be appreciated.


thanks!
epi
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fluxbox System Tray

2004-04-15 Thread Victor Gregorio
Hello.  I am trying to get the system tray working on the fluxbox 
toolbar. I am running FreeBSD 5.2.1 and the latest port for fluxbox. 
After a bit of research I found this command for ~/.fluxbox/init:

session.screen0.toolbar.tools: workspacename, systemtray, iconbar, clock

This does not work for me.  My system tray is not showing up.  I cannot 
modify my toolbar settings at all.  Could I be missing a compile time 
option?  Any direction from fluxbox users is appreciated.

Thanks, Victor.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


blackbox/fluxbox package in FreeBSD CDs (5.1)

2003-12-15 Thread Tadimeti Keshav
Kris,
Would it not be a nice idea to include either blackbox
or fluxbox in the standard package (x11-wm) set on
FreeBSD install CD? Blackbox is a light WM and
occupies relatively very little space (about 3-4MB) as
a tarball. And quite handy as a WM on machines with
very little RAM and HDD space. It is also very easy to
configure, even for a brand new newbie. 

regards
keshav



BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer ends 21st 
December 2003. The way the internet was meant to be. 
http://uk.rd.yahoo.com/evt=21064/*http://btyahoo.yahoo.co.uk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


booting in graphical mode in fluxbox

2003-07-28 Thread marlon corleone
how do i boot graphically in fluxbox?

im booting up fluxbox in startx method, if i want to
boot it in graphical mode, should i COMMENT this
entry:

exec /usr/X11R6/bin/fluxbox in my .xinitrc  and put
the entry in .xsession, is that all i have to do? 

thanks and more power BSD lover.

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: booting in graphical mode in fluxbox

2003-07-28 Thread Charlie Schluting
On Mon, 28 Jul 2003, marlon corleone wrote:

 how do i boot graphically in fluxbox?

 im booting up fluxbox in startx method, if i want to
 boot it in graphical mode, should i COMMENT this
 entry:

 exec /usr/X11R6/bin/fluxbox in my .xinitrc  and put
 the entry in .xsession, is that all i have to do?

Just try it and find out!

But yes, you only need to put it in your .xinitrc. I don't even have a
.xsession.. so I'm not sure what its for.

I've never actually used exec to start a wm, just put:
fluxbox 
in .xinitrc, along with other things I want to start.

--Charlie
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: booting in graphical mode in fluxbox

2003-07-28 Thread Joshua Oreman
On Mon, Jul 28, 2003 at 10:19:49PM -0700 or thereabouts, Charlie Schluting wrote:
 On Mon, 28 Jul 2003, marlon corleone wrote:
 
  how do i boot graphically in fluxbox?
 
  im booting up fluxbox in startx method, if i want to
  boot it in graphical mode, should i COMMENT this
  entry:
 
  exec /usr/X11R6/bin/fluxbox in my .xinitrc  and put
  the entry in .xsession, is that all i have to do?
 
 Just try it and find out!
 
 But yes, you only need to put it in your .xinitrc. I don't even have a
 .xsession.. so I'm not sure what its for.
 
 I've never actually used exec to start a wm, just put:
 fluxbox 
 in .xinitrc, along with other things I want to start.

Here's the Right Way(TM) to do this:
echo '#! /bin/sh'  ~/.xsession
cat ~/.xinitrc  ~/.xsession
chmod +x ~/.xsession
# edit /etc/ttys and uncomment the line for xdm
su root -c 'kill -HUP 1'  # or reboot

-- Josh

 
 --Charlie
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to set background in a fluxbox desktop

2003-07-27 Thread Mark Sergeant
On Sat, 2003-07-26 at 20:16, marlon corleone wrote:
 i apologize for unrelated question in
 freebsd-questions. i have no other option but to email
 here. but thanks thanks very much for the reply. 
 
 i have a 2nd question
 
 Akira# Esetroot -scale dxy.jpg
 Esetroot: Command not found.
 Akira# pkg_info |grep -i eterm
 eterm-bg-0.9Image files for background of
 Eterm
 Akira# whereis eterm
 eterm: /usr/ports/chinese/eterm
 
 i also installed eterm located in /usr/ports/x11/eterm
 
 why cant i run Esetroot since i installed eterm?
 
If you've installed the /usr/ports/x11/eterm port then Esetroot should
be in /usr/X11R6/bin/Esetroot (default install path). If you've just
installed eterm it may be worthwhile doing a rehash if you are using
the csh / tcsh shell. Failing this what's the output of ...

grep Esetroot /var/db/pkg/eterm*/*

Cheers,

-- 
Mark Sergeant [EMAIL PROTECTED]
SNSOnline Technical Services
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to set background in a fluxbox desktop

2003-07-27 Thread Mark Sergeant
This is not really a FreeBSD question, but the answer is Esetroot -scale
backgroundname.jpg, you should also man bsetroot  bsetbg.

Cheers,

Mark

On Sat, 2003-07-26 at 19:25, marlon corleone wrote:
 anyone got a tip, on how to setup a background in
 fluxbox? i have eterm and xv installed. i load the
 image background and i cant get it right, anyone got a
 tip on how to config this right?
 
 thanks and more power.
 
 __
 Do you Yahoo!?
 Yahoo! SiteBuilder - Free, easy-to-use web site design software
 http://sitebuilder.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-isp
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
Mark Sergeant [EMAIL PROTECTED]
SNSOnline Technical Services
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how to set background in a fluxbox desktop

2003-07-26 Thread marlon corleone
anyone got a tip, on how to setup a background in
fluxbox? i have eterm and xv installed. i load the
image background and i cant get it right, anyone got a
tip on how to config this right?

thanks and more power.

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to set background in a fluxbox desktop

2003-07-26 Thread marlon corleone
i apologize for unrelated question in
freebsd-questions. i have no other option but to email
here. but thanks thanks very much for the reply. 

i have a 2nd question

Akira# Esetroot -scale dxy.jpg
Esetroot: Command not found.
Akira# pkg_info |grep -i eterm
eterm-bg-0.9Image files for background of
Eterm
Akira# whereis eterm
eterm: /usr/ports/chinese/eterm

i also installed eterm located in /usr/ports/x11/eterm

why cant i run Esetroot since i installed eterm?


thanks and more power

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to set background in a fluxbox desktop

2003-07-26 Thread ydg
read the documentation at fluxbox.sf.net
its all explained there.

yussef

On Sat, 26 Jul 2003 02:25:09
-0700(PDT) marlon corleone [EMAIL PROTECTED] wrote:

 anyone got a tip, on how to setup a background in
 fluxbox? i have eterm and xv installed. i load the
 image background and i cant get it right, anyone got a
 tip on how to config this right?
 
 thanks and more power.
 
 __
 Do you Yahoo!?
 Yahoo! SiteBuilder - Free, easy-to-use web site design software
 http://sitebuilder.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to use TightVNC Viewer in fullscreen on Fluxbox

2003-03-03 Thread Adam
I would like to use TightVNC Viewer in fullscreen mode on Fluxbox on one
of my workspaces to monitor my Windows computer. However, once I start
up TightVNC viewer in fullscreen, I cannot figure out how to change to a
different workspace, since all commands are being sent to the Windows
machine instead of my X11 desktop. So, essentially, once I've started
the viewer in fullscreen, I am locked into that workspace until I
somehow kill the vncviewer process.

Does anyone have any idea how to change workspace from within a
fullscreen TightVNC session? I'd really love to figure out how to do
this.

Thanks,
-- 
Adam [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Problem using Fluxbox as Gnome2 Window Manager

2003-03-02 Thread Adam
I set my WINDOW_MANAGER variable to the full path for fluxbox, and
launch startx .. Gnome loads up, then loads fluxbox, but then gets stuck
for about 90 seconds while on the 'Window Manager' part of the loading
dialog.

After 90 seconds or so, the loading dialog finishes and the rest of
Gnome2 is loaded, and everything seems to work fine. My question is, why
is it getting stuck for 90 seconds like that? What do I need to do to
avoid that delay? When I use the default Gnome WM, it only takes a few
seconds to Gnome to load completely. Similarly, when I launch Fluxbox
directly, it loads almost instantaneously ..

Just for a test, I also loaded the ultra-minimalistic PWM window manager
in Gnome, and that also exhibited the same problem.

Any ideas what to do here? I am using FreeBSD 4.7, with all installed
ports running latest available versions.

Thanks,
-- 
Adam [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Fluxbox goes into resize mode when I move mouse across window borders

2003-02-03 Thread Jake B
I am using Fluxbox on FreeBSD 5-Release, and also on Mandrake 9.  Mandrake 9 
works as I would expect, but in FreeBSD Fluxbox puts a window into resize 
mode when I put my cursor over the border of the window.  This is becoming 
very annoying as windows are constantly resizing accidentaly.

I checked in #freebsdhelp on an irc server and they were telling me that this 
is intentional behavior, but again, it doesn't happen on my Linux box.

I've looked through the configs, searched all over, and I can't find any 
documentation on this 'feature'

I've tried blackbox, and don't experience the same problem, but I wish to 
continue using Fluxbox.

thanks ahead of time for any hints!

~Jake B

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



FreeBSD + Fluxbox + Icons

2003-01-17 Thread bryan cassidy
Here is the output from uname -mrs 

FreeBSD 4.7-STABLE-20030105-JPSNAP i386

I am running fluxbox 0.1.14 and was wondering how to
get icons on the desktop. I'm pretty sure this has
been brought up MANY times. I installed the rox-filer
from the ports with make install  make clean. I can
run the file manager with 'rox' but don't know what
the hell to do with it after that. Hope someone could
help out here.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



limewire and fluxbox?

2002-10-28 Thread Mike Johnston
I'm wondering if anyone else has noticed that limewire displays very poorly
on fluxbox..
to the point that you can't resize the window as it's tiny??? you see a
small square and can't see limewire.. 

does this make any sense? It's kinda hard to describe.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: limewire and fluxbox?

2002-10-28 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 (10.28.2002 @ 1618 PST): Mike Johnston said, in 0.4K: 
 I'm wondering if anyone else has noticed that limewire displays very poorly
 on fluxbox..
 to the point that you can't resize the window as it's tiny??? you see a
 small square and can't see limewire.. 
 
 does this make any sense? It's kinda hard to describe.
 end of limewire and fluxbox? from Mike Johnston 

It's not fluxbox. It's limewire. Limewire does a very poor job of
determining screen geometry.

So does, for that matter, the cvsup gui.

- -Adam


- --
Adam Weinberger
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE9vdbSo8KM2ULHQ/0RAt6zAKCoyFsYKAtxwyL12IHjeenZxDEZMwCgjYVk
n0xg3oqwr17l4wgYAMkUHHQ=
=kOqR
-END PGP SIGNATURE-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: limewire and fluxbox?

2002-10-28 Thread erk!
On Mon, 28 Oct 2002 17:18:32 -0700
Mike Johnston [EMAIL PROTECTED] wrote:

 I'm wondering if anyone else has noticed that limewire displays very
 poorly on fluxbox..
 to the point that you can't resize the window as it's tiny??? you see
 a small square and can't see limewire.. 
 
 does this make any sense? It's kinda hard to describe.

the little box is intended to be a little quick launch sort of thing. 
unfortunately, when you try to minimize fluxbox, it will also go back to
this, instead of docking itself into the taskbar.  really, really lame,
imo.  i think you can just double-click on the box, and it should pop-up
the main window.

- erk

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message