Author Topic: LX-Autostart 0.6.6  (Read 804 times)

Offline Crow

  • Hero Member
  • *****
  • Posts: 8768
  • OBJECTS IN MIRROR... ARE LOSING
LX-Autostart 0.6.6
« on: October 30, 2012, 10:45:32 AM »
LX-Autostart manager in LXDE Control Center stopped working, doesn't show the available apps nor the apps currently running.

I shall pass this way but once;
any good therefore that I can do,
or any kindness that I can show
let me not defer nor neglect it,
for I shall not pass this way again.

Linux User #330412

Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: LX-Autostart 0.6.6
« Reply #1 on: October 30, 2012, 12:19:39 PM »
 ??? try reinstall, and see is it helps...

Offline Crow

  • Hero Member
  • *****
  • Posts: 8768
  • OBJECTS IN MIRROR... ARE LOSING
Re: LX-Autostart 0.6.6
« Reply #2 on: October 30, 2012, 01:10:19 PM »
Nope, nothing, nada  :-\

Daniel, this is an install from a Neal LXDE, it's fully updated and has a couple of years, I don't know if that info helps.
I shall pass this way but once;
any good therefore that I can do,
or any kindness that I can show
let me not defer nor neglect it,
for I shall not pass this way again.

Linux User #330412

Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: LX-Autostart 0.6.6
« Reply #3 on: October 30, 2012, 01:16:53 PM »
Post output from
Code: [Select]
ls ~/.config/lxautostartand from
Code: [Select]
cat~/.config/lxautostart/lxautostart.sh and last but no least
Code: [Select]
cat~/.config/lxautostart/lxautostart.sh.save
« Last Edit: October 30, 2012, 01:23:28 PM by daniel »

Offline Crow

  • Hero Member
  • *****
  • Posts: 8768
  • OBJECTS IN MIRROR... ARE LOSING
Re: LX-Autostart 0.6.6
« Reply #4 on: October 30, 2012, 01:31:10 PM »

ls ~/.config/lxautostart
lxauto  lxautostart.sh*  lxautostart.sh.save

cat~/.config/lxautostart/lxautostart.sh
bash: cat~/.config/lxautostart/lxautostart.sh: No such file or directory

lxautostart.sh.save
bash: lxautostart.sh.save: command not found




I shall pass this way but once;
any good therefore that I can do,
or any kindness that I can show
let me not defer nor neglect it,
for I shall not pass this way again.

Linux User #330412

Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: LX-Autostart 0.6.6
« Reply #5 on: October 30, 2012, 01:34:58 PM »

ls ~/.config/lxautostart
lxauto  lxautostart.sh*  lxautostart.sh.save

cat~/.config/lxautostart/lxautostart.sh
bash: cat~/.config/lxautostart/lxautostart.sh: No such file or directory

lxautostart.sh.save
bash: lxautostart.sh.save: command not found






hah haa, we see, how we not use some commands, sorry fingers to fast

Please again
Code: [Select]
cat ~/.config/lxautostart/lxautostart.sh and
Code: [Select]
cat ~/.config/lxautostart/lxautostart.sh.save

Offline Crow

  • Hero Member
  • *****
  • Posts: 8768
  • OBJECTS IN MIRROR... ARE LOSING
Re: LX-Autostart 0.6.6
« Reply #6 on: October 30, 2012, 01:51:22 PM »
cat ~/.config/lxautostart/lxautostart.sh
[usuario@localhost ~]$ cat ~/.config/lxautostart/lxautostart.sh
#!/bin/bash
#
Encoding=UTF-8
#======================================
#LX-Autostart based on a idea by Paul Arnote [parnote]
#created by Daniel Meiß-Wilhelm [leiche]
#License GPL
#Website http://www.pclinuxos.com
#LX-Autostart is a simple way to start your favorite
#applications automaticly, when LXDE starts up.
#======================================
# actually it will wait 10 seconds before it starts the
# programs.
#
sleep 10
#
# add entries here to set up applications to automatically
# start whenever you start the desktop.
#======================================
# Add your program in a new line. For sample:
###################################
# wbar -pos top --above-desk &            
###################################
# Don't forget the ampersand (&) sign.
# You can activate or stop an application with a "#".
#======================================
#wbar -pos top --above-desk &
#parcellite &
#gkrellm &
#xbindkeys &

cat ~/.config/lxautostart/lxautostart.sh.save
[usuario@localhost ~]$ cat ~/.config/lxautostart/lxautostart.sh.save
#!/bin/bash
#
Encoding=UTF-8
#======================================
#LX-Autostart based on a idea by Paul Arnote [parnote]
#created by Daniel Meiß-Wilhelm [leiche]
#License GPL
#Website http://www.pclinuxos.com
#LX-Autostart is a simple way to start your favorite
#applications automaticly, when LXDE starts up.
#======================================
# actually it will wait 10 seconds before it starts the
# programs.
#
sleep 10
#
# add entries here to set up applications to automatically
# start whenever you start the desktop.
#======================================
# Add your program in a new line. For sample:
###################################
# wbar -pos top --above-desk &            
###################################
# Don't forget the ampersand (&) sign.
# You can activate or stop an application with a "#".
#======================================
#wbar -pos top --above-desk &
#parcellite &
#gkrellm &
#xbindkeys &
« Last Edit: October 30, 2012, 01:53:00 PM by Crow »
I shall pass this way but once;
any good therefore that I can do,
or any kindness that I can show
let me not defer nor neglect it,
for I shall not pass this way again.

Linux User #330412

Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: LX-Autostart 0.6.6
« Reply #7 on: October 30, 2012, 01:54:12 PM »
How we can see, is nothing activated...

What was the last activated?

Offline Crow

  • Hero Member
  • *****
  • Posts: 8768
  • OBJECTS IN MIRROR... ARE LOSING
Re: LX-Autostart 0.6.6
« Reply #8 on: October 30, 2012, 01:59:19 PM »
I just erased the # in LX-autostart - advanced - wbar logged out and in and wbar ran.

Still, I'm not seeing the added starters or the available starters.

About your question I think the only thing that was not running was gkrellm
I shall pass this way but once;
any good therefore that I can do,
or any kindness that I can show
let me not defer nor neglect it,
for I shall not pass this way again.

Linux User #330412

Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: LX-Autostart 0.6.6
« Reply #9 on: October 30, 2012, 02:02:24 PM »
Can you make a screenshot, please

Offline Crow

  • Hero Member
  • *****
  • Posts: 8768
  • OBJECTS IN MIRROR... ARE LOSING
Re: LX-Autostart 0.6.6
« Reply #10 on: October 30, 2012, 02:30:53 PM »

Added Starter


Available Starter
I shall pass this way but once;
any good therefore that I can do,
or any kindness that I can show
let me not defer nor neglect it,
for I shall not pass this way again.

Linux User #330412

Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: LX-Autostart 0.6.6
« Reply #11 on: October 30, 2012, 02:38:21 PM »
Close lxautostart, and open a terminal, and type
Code: [Select]
lxautostart.shpost output...

Offline Crow

  • Hero Member
  • *****
  • Posts: 8768
  • OBJECTS IN MIRROR... ARE LOSING
Re: LX-Autostart 0.6.6
« Reply #12 on: October 30, 2012, 03:24:29 PM »
Sorry, had to go out  :-[


lxautostart.sh
[usuario@localhost ~]$ lxautostart.sh
LXautostart already exists
find: paths must precede expression: lxterminal.desktop
Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
find: paths must precede expression: lxterminal.desktop
Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
lxautostart backup already exists

I shall pass this way but once;
any good therefore that I can do,
or any kindness that I can show
let me not defer nor neglect it,
for I shall not pass this way again.

Linux User #330412

Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: LX-Autostart 0.6.6
« Reply #13 on: October 30, 2012, 03:32:44 PM »
Last output needed
Code: [Select]
cat /usr/bin/lxautostart.sh
Question, did you rename any desktop file?

Offline Crow

  • Hero Member
  • *****
  • Posts: 8768
  • OBJECTS IN MIRROR... ARE LOSING
Re: LX-Autostart 0.6.6
« Reply #14 on: October 30, 2012, 03:36:09 PM »
Not that I remember, didn't have a reason (that I remember)

Today renamed wbar folder to try something and later returned it to the original name

I shall pass this way but once;
any good therefore that I can do,
or any kindness that I can show
let me not defer nor neglect it,
for I shall not pass this way again.

Linux User #330412