Search found 19 matches

by slimtop
Wed Oct 21, 2009 3:34 pm
Forum: General Help
Topic: LXCursor not working - Changing Mouse Pointer
Replies: 5
Views: 6831

Re: LXCursor not working - Changing Mouse Pointer

Add cursor theme and size to your .Xdefaults file in your home directory like; Xcursor.theme: Eclipse Xcursor.size: 40 Eclipse is the name of the directory that contains my cursor theme and it's located in .icons . If you don't have a .Xdefaults file, create it. Log out then in again and it should b...
by slimtop
Wed Oct 14, 2009 6:02 am
Forum: Networking & Wireless
Topic: lxde killed my network
Replies: 4
Views: 8980

Re: lxde killed my network

wicd is also a very good alternative to gnome-nm.
by slimtop
Tue Oct 13, 2009 9:18 am
Forum: General Help
Topic: Missing lxde-rc.xml, no openbox directory
Replies: 3
Views: 11128

Re: Missing lxde-rc.xml, no openbox directory

Check out these locations:

/etc/xdg/openbox/rc.xml
/usr/local/etc/xdg/openbox/rc.xml
/usr/local/share/lxde/openbox/rc.xml
/usr/share/lxde/openbox/rc.xml

And copy the file that seems most appropriate to .config/openbox/lxde-rc.xml

Good Luck!
by slimtop
Tue Oct 06, 2009 3:58 am
Forum: LXDE Development & Programming
Topic: lxpanel : X error: BadMatch (invalid parameter attributes)
Replies: 0
Views: 4137

lxpanel : X error: BadMatch (invalid parameter attributes)

lxpanel : X error: BadMatch (invalid parameter attributes)

this error shows up in xsession-errors frequently. Seems to be when I use lxpanel to change open apps or docs. I'm running lxpanel Revision: 1975 from svn and Openbox 3.4.7. No crashes or hangs but annoying.
by slimtop
Thu Sep 17, 2009 5:00 pm
Forum: General Help
Topic: Change cursor?
Replies: 6
Views: 9295

Re: Change cursor?

Are you running openbox as wm? I'm not familiar with your distro. My tip is for openbox.
by slimtop
Thu Sep 17, 2009 11:24 am
Forum: General Help
Topic: Change cursor?
Replies: 6
Views: 9295

Re: Change cursor?

by slimtop
Thu Sep 17, 2009 5:41 am
Forum: General Help
Topic: Change cursor?
Replies: 6
Views: 9295

Re: Change cursor?

You can set the cursor theme in the file .Xdefaults in your /home. Like:

Xcursor.theme: Eclipse
Xcursor.size: 40

"Eclipse" is the exact dir name form where the cursor dir exists, either in .icons or /usr/share/icons, maybe even /usr/local/share/icons

.
by slimtop
Tue Sep 15, 2009 7:48 pm
Forum: LXSession (Lite)
Topic: Pulseaudio and session manager not working!
Replies: 3
Views: 9271

Re: Pulseaudio and session manager not working!

glibc is NOT the problem! I've just made a mixed installation of Xfce-session-manager and openbox and pulseaudio works and module-x11-xsmp now loads fine!

So somewhere lxsession isn't to friendly with x11-xsmp.
by slimtop
Mon Sep 14, 2009 6:43 pm
Forum: LXSession (Lite)
Topic: Pulseaudio and session manager not working!
Replies: 3
Views: 9271

Re: Pulseaudio and session manager not working!

Might have found the problem here: http://www.pulseaudio.org/wiki/KnownIncompatibilities Some recent libc versions have a locking problem in the dynamic module loader, which will cause PulseAudio to freeze randomly. This has been fixed in Fedora glibc 2.6.90-14 I run glib 2.6.4 from Ubuntu repos so ...
by slimtop
Sun Sep 13, 2009 6:55 pm
Forum: General Help
Topic: Can't Make LXSession-Edit
Replies: 1
Views: 4200

Re: Can't Make LXSession-Edit

Is it the latest svn? Did you do; sh autogen.sh and ./configure --prefix=/usr first?