Author Topic: Configure LX desktop #2 (Solved, finally!)  (Read 3695 times)

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3738
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: Configure LX desktop #2
« Reply #45 on: December 23, 2011, 01:25:10 PM »
Quote
Ok, removed conky.desktop from .config/autostart, added conky & to lxautostart.desktop:

[Desktop Entry]
Name=LXDE Autostart
Comment=Automatically start listed applications when LXDE starts.
Exec=/home/jan/.config/lxautostart/lxautostart.sh
Icon=/usr/share/icons/lxautostart.png
conky &
Terminal=false
Type=Application
Categories=Configuration

No joy, won't start..


Who sad, you should add conky in lxautostart.desktop?
Now will autostart no more working.
Copy'n'paste
Code: [Select]
rm $HOME/.config/autostart/lxautostart.desktopClick yes
Start lxautostart...

Quote

Dug around in .config/lxautostart, there's a file called lxauto, which has the following:


# (en) Wait 10 seconds before starts up.
# (de) 10 Sekunden warten bis zum starten.
sleep 10
#
#wbar &
#parcellite &
#gkrellm &
#xbindkeys &
#conky &

Still no joy...

I don't have parcellite installed, I think I might install it and see if it runs...

remove # for conky and start again your session.
« Last Edit: December 23, 2011, 01:32:35 PM by Leiche »

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Configure LX desktop #2
« Reply #46 on: December 23, 2011, 01:29:35 PM »
Jan,     
When a line is commented, i.e. it has a # at its start, it is ignored by bash and is not executed.     

Offline cstrike77

  • Full Member
  • ***
  • Posts: 220
Re: Configure LX desktop #2
« Reply #47 on: December 23, 2011, 02:05:30 PM »
Jan,     
When a line is commented, i.e. it has a # at its start, it is ignored by bash and is not executed.     

Ok, tried removing comments from lxauto and lxautostart.sh, still no joy, BUT all entries are commented.

Now, I installed parcellite, like I said it was not installed and configured it to work in lxautostart, it's sitting here humming along quite fine...

Here's the dumb question of the day.. Could it be because I installed conky BEFORE installing lxautostart, might this be the reason it's not working? I mean even tho it shows up in lxautostart, wondering if a uninstall and re-install might work?

Need to hit docs office and hear 'em gripe again abt me needing an inhaler, so it might be Monday b/4 I get to try this...

In the meantime, Merry Christmas to everybody.

jan

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3738
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: Configure LX desktop #2
« Reply #48 on: December 23, 2011, 02:20:04 PM »
This is the default conf.file, and i've no idea, what the user like to start, so is all comments commented.

Is this description to bad formulated?

Quote
#LX-Autostart is a simple way to start your favorite
#applications automaticly, when LXDE starts up.
#======================================
# (en)Add entries here to set up applications to automatically
# start whenever you start the desktop.
# (de)Fügen Sie hier ihre Anwendungen ein, die Sie automatisch
# starten wollen, wenn die Arbeitsfläche startet.
#======================================
# (en)Add your program in a new line. As sample:
# (de)Geben Sie ein Programm in einer neuen Zeile ein. Als Beispiel:  
###################################
# wbar -pos top --above-desk &            
###################################
# (en)Don't forget the ampersand (&) sign.
# You can activate or stop an application with a "#".
# (de)Vergessen Sie nicht das Und (&) Zeichen.
# Sie können Anwendungen starten oder deaktivieren mit "#".
#======================================
# (en) Wait 10 seconds before starts up.
# (de) 10 Sekunden warten bis zum starten.

Thanks for supporting lxautostart...

Offline marcin82

  • Full Member
  • ***
  • Posts: 128
  • Jest wirek - jest impreza ;]
Re: Configure LX desktop #2
« Reply #49 on: December 23, 2011, 02:51:32 PM »
Another "preety" one :D


Quote from: Leiche
Thanks for supporting lxautostart...

Big thanks for LXAutostart ;]
« Last Edit: December 23, 2011, 02:55:02 PM by marcin82 »
marcin'82

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Configure LX desktop #2
« Reply #50 on: December 23, 2011, 03:11:15 PM »
Another "preety" one :D



Nice desktop! Have you ever posted a screen shot in the Monthly Screenshots section?

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline cstrike77

  • Full Member
  • ***
  • Posts: 220
Re: Configure LX desktop #2
« Reply #51 on: December 24, 2011, 01:02:39 PM »
I'm here, and stopped in first to see what anybody had thought of my idea, which I'm gonna try here in a few minutes.

But in looking at the old drive, I was correct, I was not using lxautostart to start anything. Which brings me to the question of why or how was conky working when installed on a full install, versus a mini install of openbox then installing task-lxde which is what I wanted in the first place...

Anybody have any thoughts?

TKS!

Offline weirdwolf

  • Hero Member
  • *****
  • Posts: 4058
  • AWHFY
Re: Configure LX desktop #2 (Solved, finally!)
« Reply #52 on: December 24, 2011, 10:35:43 PM »
Not sure I understand what you want, but in "/home/my name here/.config/autostart I have a conky.desktop file with
Quote
[Desktop Entry]
Name=conky
Exec=conky %u
Icon=none
Terminal=false
Type=Application
StartupWMClass=conky-bin
MimeType=text
inside it that I've used for sometime to autostart conky. I'm thinking this last install I used the lxauotstart to same effect.
Plan to be spontaneous tomorrow.


Offline cstrike77

  • Full Member
  • ***
  • Posts: 220
Re: Configure LX desktop #2 (Solved, finally!)
« Reply #53 on: December 27, 2011, 01:33:43 PM »
Not sure I understand what you want, but in "/home/my name here/.config/autostart I have a conky.desktop file with
Quote
[Desktop Entry]
Name=conky
Exec=conky %u
Icon=none
Terminal=false
Type=Application
StartupWMClass=conky-bin
MimeType=text
inside it that I've used for sometime to autostart conky. I'm thinking this last install I used the lxauotstart to same effect.


Your file is a bit different than what I was using on the 2010 install on the old drive, might save it and try again. I got word from a cousin that I'm going to have a new(er) laptop sometime after new years, hopefully it lands here... I'd really like to look at KDE, but probably will stick with LXDE as I like it.

TKS wierdwolf!

Offline weirdwolf

  • Hero Member
  • *****
  • Posts: 4058
  • AWHFY
Re: Configure LX desktop #2 (Solved, finally!)
« Reply #54 on: December 30, 2011, 08:07:38 PM »
YW cstrike77
Plan to be spontaneous tomorrow.