Log of /trunk/scripts
Directory Listing
Revision
462 -
Directory Listing
Modified
Sun Oct 23 06:16:03 2005 UTC
(7 years, 7 months ago)
by
lems1-guest
- uses own pid to control threads
- test package
Revision
460 -
Directory Listing
Modified
Sun Oct 23 01:13:39 2005 UTC
(7 years, 7 months ago)
by
lems1-guest
- attempt to change vt's without using /usr/bin/chvt. also, do not start splashy if it's already running
Revision
459 -
Directory Listing
Modified
Sat Oct 22 17:48:24 2005 UTC
(7 years, 7 months ago)
by
lems1-guest
- fixes typo
Revision
457 -
Directory Listing
Modified
Sat Oct 22 16:07:12 2005 UTC
(7 years, 7 months ago)
by
lems1-guest
- splashy needs to be started without start_daemon since getopt is in /usr/bin
Revision
455 -
Directory Listing
Modified
Sat Oct 22 15:34:44 2005 UTC
(7 years, 7 months ago)
by
lems1-guest
- lsb compliant init
- lsb compliant scripts. now they should work the same for all linux distros
- splashy functions is not needed
- shell script can be tricky
Revision
451 -
Directory Listing
Modified
Thu Oct 6 11:20:27 2005 UTC
(7 years, 7 months ago)
by
lems1-guest
- when building, our /etc/init.d path is hard coded. it can't be any other location anyway
- adds note about debian/splashy.install
Revision
434 -
Directory Listing
Modified
Wed Sep 7 16:29:56 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
- needed to avoid lintian warnings
- splashy man page
- takes care of the rest of the lintian issues
Revision
432 -
Directory Listing
Modified
Sun Sep 4 00:54:55 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
- adds test/preview to the set of splashy possible modes
- adds a possible way to fix this issue
Revision
421 -
Directory Listing
Modified
Mon Aug 8 03:58:53 2005 UTC
(7 years, 9 months ago)
by
lems1-guest
r494@xanax: lmondesi | 2005-06-18 10:00:44 -0400
better debugging args
r508@xanax: lmondesi | 2005-08-07 23:55:26 -0400
updated
Revision
419 -
Directory Listing
Modified
Thu Jun 23 18:19:38 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- fixed typo. Thanks Esoral for reporting this
Revision
406 -
Directory Listing
Modified
Thu Jun 16 18:33:06 2005 UTC
(7 years, 11 months ago)
by
otavio
- remove bashism from init scripts. Closes: #314474;
Revision
372 -
Directory Listing
Modified
Mon May 16 20:41:58 2005 UTC
(8 years ago)
by
otavio
Debian major cleanup. Release as 0.1.2.
Revision
362 -
Directory Listing
Modified
Sun May 8 06:56:45 2005 UTC
(8 years ago)
by
lems1-guest
- the last script to run in the splashy boot sequence. therefore Z
- moved the init script here from debian/splashy.init to play well with other distros
- renamed to splashyZ - last letter of the alphabet
- installs splashy scripts for all distros
- renamed to scripts/splashy
- installs the splashy-functions.sh file in /etc/init.d also
- no need to install these files here now. automake takes care of them
- takes care of using the right names for splashyZ and the other initrc scripts
- removes spl_clear_fifo as it's not needed
Revision
360 -
Directory Listing
Modified
Thu May 5 05:22:36 2005 UTC
(8 years ago)
by
lems1-guest
- fixes bug when getting splashy pid: the first pid gotten should be returned
Revision
359 -
Directory Listing
Modified
Thu May 5 05:10:02 2005 UTC
(8 years ago)
by
lems1-guest
- added sanity checks before sending commands to the FIFO. commented out the fifo clear function
- added better description for the splashy.init for debian
- commented out the splashy_clear_fifo call
- commented out the spl_clear_fifo call
- we need output returned to us via STDOUT not simply return
- we need to get back STDOUT from splashy_get_pid and not string. bug fix for a statement that will always be true
- removes initrc links on remove target also. we should purge the scripts from /etc/init.d also to avoid problems when upgrading
- new test version
- return not echo
- removes acts almost like purge, except it doesn't remove fifo
Revision
358 -
Directory Listing
Modified
Tue May 3 04:15:18 2005 UTC
(8 years ago)
by
lems1-guest
- after exit we need to clear the FIFO in all initrc's
Revision
357 -
Directory Listing
Modified
Tue May 3 04:06:35 2005 UTC
(8 years ago)
by
lems1-guest
- fixes defunct issues. when splashy exits prematurely, like when hitting ESC/F2, all the script stay hanging while writting to the FIFO... not pretty. fixing afterwards
- changes where we print our errors, now they go to stderr
- introduces spl_clear_fifo() to release all scripts which may have written something to this file previously. code cleanups
- added debugging and code cleanups
- a simple way to clear our FIFO in initrc. This is because splashy has already left the building when users press ESC/F2 and initrc scripts keep sending commands to the FIFO. we need a way to "know" if splashy is running...
- fixes initrc scripts so that they clean fifo. code cleanups
Revision
349 -
Directory Listing
Modified
Sun May 1 18:15:51 2005 UTC
(8 years ago)
by
lems1-guest
- a version of splashy that does the right thing at shutdown
Revision
348 -
Directory Listing
Modified
Fri Apr 29 03:08:11 2005 UTC
(8 years ago)
by
lems1-guest
- adds a small pause between progress
- simple implementation of reverse progress bar. slow; should find better way later
- fixed bug with splashy not showing at shutdown. implemented sample reversed progressbar. also, removed dependancy on ncurses-bin tput and other commands
- removes dependancies on ncurses-bin. code cleanups
- puts green color back
- test version: inverted progressbar
Revision
345 -
Directory Listing
Modified
Fri Apr 29 00:35:28 2005 UTC
(8 years ago)
by
lems1-guest
r346@xanax: lmondesi | 2005-04-27 22:47:01 -0400
initial copy from alioth
r347@xanax: lmondesi | 2005-04-28 20:32:50 -0400
added spl_tty variable to be able to switch splashy to tty 7 after it exits. please customize this in /etc/default/splashy
r348@xanax: lmondesi | 2005-04-28 20:34:18 -0400
added spl_tty variable to be able to switch splashy to tty 7 after it exits
Revision
344 -
Directory Listing
Modified
Wed Apr 27 15:55:26 2005 UTC
(8 years ago)
by
lems1-guest
using force-windowed allows surface apps to work as if they were defined as windows and lets the focus be switched
Revision
343 -
Directory Listing
Modified
Wed Apr 27 10:39:21 2005 UTC
(8 years ago)
by
lemsx1
commented out sending allowchvt because this causes directfb to allow switching but it doesn't actually release the current surface resulting ina stalemate: no switching is possible and no way to exit splashy via 'exit' through the fifo
Revision
340 -
Directory Listing
Modified
Tue Apr 26 13:10:34 2005 UTC
(8 years ago)
by
lemsx1
implements a simple way to let splashy release the hold that it has on the terminal
Revision
326 -
Directory Listing
Modified
Mon Apr 25 07:39:36 2005 UTC
(8 years ago)
by
lemsx1
splashy works like a charm now. it doesn't allow messages to scroll over it.
Revision
319 -
Directory Listing
Modified
Sun Apr 24 19:49:29 2005 UTC
(8 years, 1 month ago)
by
lemsx1
splashy is ready to be released
Revision
318 -
Directory Listing
Modified
Sun Apr 24 17:56:37 2005 UTC
(8 years, 1 month ago)
by
lemsx1
fixed especial file. now it does the right thing. name is .fifo not .sock!
Revision
316 -
Directory Listing
Modified
Sun Apr 24 17:31:50 2005 UTC
(8 years, 1 month ago)
by
lemsx1
fixes problems with socket file being in a read-only partition or being cleanup after splashy creates it!
Also logic in spl_init() was corrected
Revision
315 -
Directory Listing
Modified
Sun Apr 24 15:52:40 2005 UTC
(8 years, 1 month ago)
by
lemsx1
adds support for exiting splashy during S99* stage in your default run-level
Revision
313 -
Directory Listing
Modified
Sat Apr 23 12:50:22 2005 UTC
(8 years, 1 month ago)
by
lemsx1
implements a working copy of a mini FIFO interface to pass commands to splashy. needs to fork and release terminal to be 100% functional.
to use simply launch splashy as usual, and, you could submit commands to /tmp/.splashy fifo:
echo "exit" > /tmp/.splashy
echo "progress 20" > /tmp/.splashy
those are the supported commands for now
Revision
312 -
Directory Listing
Modified
Fri Apr 22 18:17:22 2005 UTC
(8 years, 1 month ago)
by
lemsx1
simple function to send commands to splashy fifo
Revision
158 -
Directory Listing
Added
Fri Apr 15 14:53:29 2005 UTC
(8 years, 1 month ago)
by
otavio
Rename to trunk.