Search found 45 matches

by kgas
Sat Mar 28, 2009 2:51 am
Forum: LXPanel
Topic: how to add space b/w more than one application in systray
Replies: 1
Views: 2220

Re: how to add space b/w more than one application in systray

You can add space between application in the system tray. Right click the panel , panel settings --> panel applets and then explore yourself. The space size can also be changed thro' Edit. :)
by kgas
Sun Mar 22, 2009 5:44 pm
Forum: Hardware & Laptops with LXDE
Topic: BUG: Battery isn`t properly recognized
Replies: 8
Views: 8459

Re: BUG: Battery isn`t properly recognized

Hello qmic, If you have a patch please post it under code, those relay want can use it.
by kgas
Sun Mar 22, 2009 2:14 pm
Forum: LXAppearance
Topic: Window border/menu colors
Replies: 1
Views: 5305

Window border/menu colors

Is it possible to change the window border/menu background colours thro' LXApperance? I know that installing openbox themes and changing it with obmenu will do the job but how to do it with LXAppearance? Will in future this option included. ( I am still not that much efficient to edit xml files) 8-)
by kgas
Sun Mar 22, 2009 2:05 pm
Forum: PCManFM
Topic: Can't Access Samba files using PCManFM
Replies: 2
Views: 9878

Re: Can't Access Samba files using PCManFM

This is possible and see the samba shares using

Code: Select all

sudo mount.cifs //ip adress/<sharedDoc> ~/<Directory to mount>
eg. sudo mount.cifs //203.182.1.3/Documents ~/samba
now with pcmanfm you can view the folder content. Once your use is over Don't forger to unmount.
by kgas
Wed Mar 18, 2009 8:51 am
Forum: General Help
Topic: DPI for Screen
Replies: 2
Views: 4136

Re: DPI for Screen

you can edit your xorg.conf and add the following under device if your using intel video card. Option "NoDDC" "true" Option "DPI" "96 x 96" Check your current resolution Code: xdpyinfo | grep resolution Logout and login to see the change. Hope this may help you.
by kgas
Wed Mar 18, 2009 6:55 am
Forum: General Help
Topic: Menu icon always small
Replies: 2
Views: 3508

Re: Menu icon always small

If you talking about the desktop and panel icons here is the way. Right click the desktop and from the desktop settings you can change the icons size. If you want to change the panel icon size just drag the panel to edge it should automatically adjust the icon size or right click the panel and chang...
by kgas
Wed Mar 18, 2009 6:23 am
Forum: General Help
Topic: Where is the trash bin?
Replies: 1
Views: 2807

Re: Where is the trash bin?

pcmanfm does not support trash. Hence if you delete a file it is gone. One solution is to use Thunar as an alternative FM. Another is to make a script for yourself. This thread http://bbs.archlinux.org/viewtopic.php?pid=477174 may help you.
by kgas
Thu Jan 08, 2009 4:24 pm
Forum: Hardware & Laptops with LXDE
Topic: auto-mount usb devices
Replies: 7
Views: 22836

Re: auto-mount usb devices

If your using hal check the policy and correcting it may help. Also see these threads in Arch Linux Forum.

http://bbs.archlinux.org/viewtopic.php?id=62299 : http://bbs.archlinux.org/viewtopic.php? ... 76#p476876

this may help you.
by kgas
Sun Jan 04, 2009 11:06 am
Forum: LXDE Components
Topic: Hard to choose decoration
Replies: 4
Views: 6120

Re: Hard to choose decoration

Hello nitrofurano,
lxde does not depends on openbox. you can replace openbox with any other WM.
from wiki
Unlike in other desktop environments, the components of LXDE are not tightly integrated.[6] Instead, they can run independently of each other.[7]
by kgas
Sun Jan 04, 2009 10:51 am
Forum: Hardware & Laptops with LXDE
Topic: Hibernation doesn't work.
Replies: 2
Views: 4215

Re: Hibernation doesn't work.

This problem is not related to lxde. This may be due to acpi or hal. check your policy kit and do the necessary correction. Note: If you are using Arch Linux there is good posting about hibernation and other problems and solution. I would like the members to post their OS because different system us...