Search found 18 matches

by secipolla
Wed Aug 17, 2011 10:55 am
Forum: General Help
Topic: Is it possible to create sub-menu entries in LXDE ??
Replies: 5
Views: 4720

Re: Is it possible to create sub-menu entries in LXDE ??

Nice tip about lxmed. It can be done from the command line too exploring the xdg-desktop-menu command (easy to create a custom menu entry but probably would give more work to create a whole custom menu tree).
by secipolla
Wed Aug 17, 2011 10:51 am
Forum: General Help
Topic: Chrome and Firefox not activating PCMan on download
Replies: 2
Views: 2773

Re: Chrome and Firefox not activating PCMan on download

In Firefox maybe you could go to Edit>Preferences>Apps for that?
Anyway, try making pcmanfm the default file manager by running:

Code: Select all

xdg-mime --novendor pcmanfm.desktop inode/directory
by secipolla
Wed Aug 17, 2011 10:44 am
Forum: General Help
Topic: How to edit the logout entry on main menu
Replies: 5
Views: 7689

Re: How to edit the logout entry on main menu

Edit /usr/share/applications/lxde-logout.desktop Suppose you're Spanish, you would add a Spanish name below the English one: Name=Logout Name[es]=Salir For your language, use the appropriate language code. -EDIT- sorry, I read your question better. Just change Name[pt_BR}=Desconectar to Name[pt_BR}=...
by secipolla
Wed Aug 17, 2011 10:39 am
Forum: General Help
Topic: Desktop Shorcut (Launcher) files of GNOME does not open...
Replies: 2
Views: 2877

Re: Desktop Shorcut (Launcher) files of GNOME does not open.

See if there's something in them like

Code: Select all

OnlyShowIn=GNOME;
then add LXDE

Code: Select all

OnlyShowIn=GNOME;LXDE;
or just comment the line

Code: Select all

#OnlyShowIn=GNOME;
by secipolla
Wed Aug 17, 2011 10:23 am
Forum: Portuguese LXDE Forum / Fórum do LXDE em português
Topic: resolução de video
Replies: 1
Views: 14378

Re: resolução de video

Cria um /etc/X11/xorg.conf com a resolução desejada.
man xorg.conf
by secipolla
Wed Jun 15, 2011 2:03 pm
Forum: General Help
Topic: lxterminal cannot resize when it first appeared
Replies: 2
Views: 2978

Re: lxterminal cannot resize when it first appeared

Hi. I don't know, but you could try posting (and subscribing) to the lxde mailing list.
Maybe someone will answer.
http://sourceforge.net/mail/?group_id=180858
by secipolla
Wed Jun 15, 2011 1:58 pm
Forum: General Help
Topic: Is it possible to create sub-menu entries in LXDE ??
Replies: 5
Views: 4720

Re: Is it possible to create sub-menu entries in LXDE ??

Maybe you could try asking in the Peppermint forum? They use a tweaked menu (I don't know if they have tweaked sub-menus, though).
http://peppermintos.net/
by secipolla
Mon Jun 13, 2011 6:59 pm
Forum: LXDE Design Project
Topic: Windows XP/7 Theme
Replies: 3
Views: 37155

Re: Windows XP/7 Theme

For the window background (GTK theme) and the icons (Icon theme), you can search at gnome-look.org for Windows lookalikes, for instance. You can change the logo for the menu and the panel background. Just right-click them and open their properties. Then use the image you like best for that. For the ...
by secipolla
Mon Jun 13, 2011 6:48 pm
Forum: General Help
Topic: Disable Highlighting effect of Main Menu icon on Lxpane
Replies: 2
Views: 2818

Re: Disable Highlighting effect of Main Menu icon on Lxpane

It may be looking bad because you used a square icon.
You could edit the icon and crop its shape and leave a transparent background, then the highlight would only be on the icon and not its background.
by secipolla
Mon Jun 13, 2011 6:42 pm
Forum: General Help
Topic: [Solved] Launchers in LXDE desktop
Replies: 5
Views: 5327

Re: [Solved] Launchers in LXDE desktop

If some program isn't showing up in the menu, it's some setting in its desktop file. I'm guessing here that this onboard app you mention is the on-screen keyboard, and it's probably a GNOME app. So you will have to browse to /usr/share/applications, find the desktop file for that app, open it with a...