Search found 32 matches

by firmit
Wed Oct 08, 2008 12:40 pm
Forum: General Help
Topic: add other applications as applets
Replies: 3
Views: 5120

Re: add other applications as applets

I checked out the site - and I must say the dependency list was quite large. I am not sure how many of these are already installed, but if none of them are, I don't think you will see it anytime soon. However, I hope I am wrong! The best alternative is to write an applet yourself, or contact the cre...
by firmit
Wed Oct 08, 2008 12:05 pm
Forum: LXDE Components
Topic: lxsession lite different profiles
Replies: 1
Views: 3336

Re: lxsession lite different profiles

http://wiki.lxde.org/en/LXSession

Add .desktop files in ~/.config/autostart. The link to the wiki also states how to make different profiles.
by firmit
Wed Oct 08, 2008 12:01 pm
Forum: LXDE Components
Topic: obconf always available from preferences menu
Replies: 2
Views: 3868

Re: obconf always available from preferences menu

Openbox suggests obconf - so that should be enough. When people install via apt-get/aptitude, they always get a message about suggested packages and dependencies. Yes - for newbies this does not make much sense, but as kensai says: this is not a part of lxde - and openbox itself does not depend on o...
by firmit
Wed Oct 08, 2008 11:43 am
Forum: LXPanel
Topic: easier Workspace ammount configuration from Desktop Pager
Replies: 2
Views: 3763

Re: easier Workspace ammount configuration from Desktop Pager

This is adjusted in Openbox - the window manager. Either via obconf or editing the config file.

Code: Select all

sudo aptitude install obconf
Menu->Settings->OpenBox configuration settings->Desktops
by firmit
Wed Oct 08, 2008 11:39 am
Forum: LXPanel
Topic: missing easy ways to replace LXDE icon from Menu (Panel)
Replies: 3
Views: 5647

Re: missing easy ways to replace LXDE icon from Menu (Panel)

~/.config/lxpanel/LXDE/panels/panels (..) Plugin { type = menu Config { image=/usr/share/lxde/images/lxde-icon.png system { } separator { } item { command=run } separator { } item { image=gnome-logout command=logout } } } (...) Just change the image= to whatever you want. But yes - it would not be a...
by firmit
Wed Oct 08, 2008 9:40 am
Forum: General Help
Topic: add other applications as applets
Replies: 3
Views: 5120

Re: add other applications as applets

This is not done easily. gnome-panel and lxpanel are two different panels, and you can not migrate one panel applet easily to the other without rewriting code - correct me if I am wrong guys. If there is a certain applet you are missing in lxpanel, just name it - maybe some developers will help you ...
by firmit
Tue Oct 07, 2008 10:58 am
Forum: LXDE Media
Topic: LXDE logo wallpapers
Replies: 10
Views: 32246

Re: LXDE logo wallpapers

I have a feeling the plan is to use
for screenshots, wallpapers etc.
by firmit
Tue Oct 07, 2008 10:44 am
Forum: LXDE Components
Topic: [LXMusic] MPD or XMMS2?
Replies: 1
Views: 3722

[LXMusic] MPD or XMMS2?

LXmusic is in the LXDE svn, but not available at the moment as a debian package. Or is it? Anyway - it uses XMMS2 as a default music-server. Personally I use MPD and Sonata at the moment. I have no strong feelings either way, but this may be something to discuss - I suspect the LXDE team have some t...
by firmit
Tue Oct 07, 2008 10:11 am
Forum: General Help
Topic: Adding item to Menus
Replies: 3
Views: 6700

Re: Adding item to Menus

Besides, you have to beware of the OnlyShowIn and NotShowIn keys in the desktop files. Their use can show or hide the applications from specific desktop environments. This is very true! OnlyShowIn=Gnome should read OnlyShowIn=Gnome, LXDE There is also some kind of refresh problem. Restarting lxpane...