Search found 41 matches

by phillipe
Fri Jul 22, 2011 10:42 pm
Forum: Portuguese LXDE Forum / Fórum do LXDE em português
Topic: Não enxergo outros PCs na rede usando o LXDE
Replies: 1
Views: 9110

Re: Não enxergo outros PCs na rede usando o LXDE

Estranho cara...
Verifica se o pacote gvfs-smb, ou algo assim, está instalado.
Outra alternativa é você utilizar o gerenciador de compartilhamento de rede chamado GIGOLO.
by phillipe
Tue Mar 15, 2011 5:02 am
Forum: General Help
Topic: Compiz - window borders disappear when running Compiz
Replies: 3
Views: 5863

Re: Compiz - window borders disappear when running Compiz

Travlemon, to solve this problem, you have to open Compiz Config Manager >> Window Decoration and in the Command field add this: emerald --replace

Only This! ;)
by phillipe
Sun Oct 10, 2010 3:35 pm
Forum: LXDE Development & Programming
Topic: LXDE and THE DM and my lxdm
Replies: 26
Views: 34881

Re: LXDE and THE DM and my lxdm

Where/how do I change the code in lxdm to look for session files in /etc/X11/dm/Sessions instead of /etc/X11/dm/Sessions? Thanks! Texstar / You don't need to change the code Texstar, just make a symbolic link from /etc/X11/dm/Sessions to /etc/X11/dm/Sessions, like this: ln -s /etc/X11/dm/Sessions/*...
by phillipe
Tue Jun 01, 2010 5:11 pm
Forum: General Help
Topic: Put icons applications on the desktop ?
Replies: 2
Views: 2577

Re: Put icons applications on the desktop ?

Hi dudd67!

You can't put icons on your desktop because Thunar don't provide a desktop manager like Nautilus and Pcmanfm.
If you want to use Thunar, but want icons on your desktop, you have to install Xfdesktop from xfce4 package, or you can use Idesk or Rox.
by phillipe
Thu May 06, 2010 7:26 am
Forum: General Help
Topic: Opening run dialog from script
Replies: 2
Views: 3339

Re: Opening run dialog from script

miki100 wrote:Hi!
Is there a way to open the "Run dialog" from LXPanel within a script?
Yes my friend!
Just put that command on your script: lxpanelctl run
by phillipe
Wed May 05, 2010 4:51 pm
Forum: LXDE Design Project
Topic: New Theme Realized
Replies: 12
Views: 24590

Re: New Theme Realized

miki100 wrote:Could somebody reupload this theme? Because download links aren't working... :|
Here is the link of the file reuploaded my friend: http://www.mediafire.com/?i2tmt2ztjye
by phillipe
Sun Apr 25, 2010 11:45 pm
Forum: PCManFM
Topic: PCManFM Mod - User-Definable Commands And More
Replies: 33
Views: 38950

Re: PCManFM Mod - User-Definable Commands And More

I only made this question, because if we put a .desktop file on desktop, the application name and the icon aren't showed. Anyway, I really liked the changes that you made on pcmanfm. Version 0.9.6 of pcmanfm-mod is available, and this should correct the desktop issue. If the .desktop file is locate...
by phillipe
Tue Mar 16, 2010 12:11 am
Forum: PCManFM
Topic: PCManFM Mod - User-Definable Commands And More
Replies: 33
Views: 38950

Re: PCManFM Mod - User-Definable Commands And More

Why remove the name and icons from ".desktop" files?! I feel it is a more standard, consistent, and useful way for a file manager to behave. File managers should show the filenames in the folder, just like ls does, not an interpreted name based on the files' contents. This is more the rol...
by phillipe
Mon Mar 15, 2010 4:27 pm
Forum: LXPanel
Topic: Font in LXPANEL too big
Replies: 17
Views: 24951

Re: Font in LXPANEL too big

Very nice canci!
The configuration that I posted is perfect for me.
But It's good to see that you made your own patch. ;)
by phillipe
Sun Mar 14, 2010 4:19 pm
Forum: LXPanel
Topic: Font in LXPANEL too big
Replies: 17
Views: 24951

Re: Font in LXPANEL too big

I don't know if you know how to compile the programs on your distro.
But I use the below command to patch the lxpanel ( panel.c ) source code.
With that, the fonts don't get bigger until you determine a value above of 36px.

Code: Select all

sed 's/p->icon_size < 26/p->icon_size <= 36/' -i src/panel.c