By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2298 - Provide support in TDM for Pre/Post Session scripts
Summary: Provide support in TDM for Pre/Post Session scripts
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 enhancement
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2015-01-02 02:28 CST by Darrell
Modified: 2018-05-27 10:48 CDT (History)
1 user (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2015-01-02 02:28:47 CST
I have been testing TDE in mixed desktop environments. TDM currently is TDE-centric and could use better support for running non TDE environments. In the GTK world, GDM and LightDM are pretty much the standard bearers and both support pre and post session scripts.

TDE suports $TDEHOME/Autostart and $TDEHOME/shutdown, but those locations are specific to TDE and are not global to all users. Admins who want to run scripts for all users must populate all user Autostart/shutdown directories but that works only for TDE. Admins could populate all $HOME/.config/autostart directories for all users, but there is a glaring lack of support for running shutdown scripts.

Without special chmod/chown file permissions, users can delete any of those scripts. Providing global pre and post session support in TDM avoids those problems and makes TDM more transparent for non TDE users.