summaryrefslogtreecommitdiffstats
path: root/starttde
Commit message (Collapse)AuthorAgeFilesLines
* starttde: Correct the disposal of the TDE_FULL_SESSION variableMatías Fonzo2022-03-021-2/+1
| | | | | | | | | The variable is set and exported. But previously it was unset before xprop(1) can remove the property. This commit corrects or gives the xprop command the opportunity to remove the property (TDE_FULL_SESSION). Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit 5f0e42cda7d478ea73a8a9da0334b1591d14354d)
* Fixed clearing Xft.dpi settings when no value is set in TCC module. This ↵Michele Calgaro2021-11-041-3/+0
| | | | | | | resolves issue TDE/tde#70. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d46fe0e5a48179cd32d0ef336932c3459c699d85)
* starttde: Add dynamic determination of default value for forceFontDPIEnableSlávek Banko2021-10-081-1/+8
| | | | | | | | depending on the current value of forceFontDPI. This solves the automatic transition of configuration after adding support for variable font DPI. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 48077a30f9997448365742e3c7060bb7ad862aa7)
* Added support for variable font DPI (range 64-512) in user session.Michele Calgaro2021-10-071-8/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e8d86645043847265b61825c9a1f20a6b93cc924)
* starttde: Enhance startup script locationMatías Fonzo2020-02-101-5/+23
| | | | | | | | | | | | | | | | | | It was originally resolved by following the symbolic links to determine the location of the startup script. Mostly adjusted for Debian distributions and derivatives that have support for "alternatives". This doesn't work for distributions that install TDE under a self-contained directory (distros like Dragora, Guix or simply users that use Graft or GNU Stow tools). Also projects like GSRC... This code has been improved to cover these cases, also minimizing the compatibility impact for the readlink command (non-standard) by eliminating the use of options for greater compatibility, as some systems do not have the -e or -f options, as they may also have different behavior (between systems). Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit b5f293f9437b4af567248d6cfc269fe8a0216391)
* starttde: Replace -nt operator (bashishm) with a portable solutionMatías Fonzo2020-02-101-1/+14
| | | | | Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit c7474d81e9149da23b9fd95bea74dc33171feb3f)
* starttde: Fix trailing ], outside testMatías Fonzo2020-02-101-2/+2
| | | | | Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit 0b11285d0b9eb902b2a4de8c76c4f6f160e8d7f1)
* starttde: Fix bashismsMatías Fonzo2020-02-101-2/+2
| | | | | | | 'source' is a shell builtin coming from GNU Bash. Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit b2c04ad8be5fa8e18fef7b211aaad653a745a0ee)
* Fixed session locking at login. This resolves bug 2874.Michele Calgaro2018-07-031-12/+0
| | | | | | Partially cherry picked from commit a359fef2. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* starttde: Always add paths because folders can be createdSlávek Banko2018-05-261-6/+4
| | | | | | | | by installing packages during a session. This resolves bug 2395 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d0a40adea0be5005132befbd5a355f592a4a35ac)
* Change format of TDE_FULL_SESSION property on a root window from 't' to 's'.Slávek Banko2017-01-061-1/+1
| | | | | | | Value is not localized and format 't' can cause problems with some locales. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 55a7efcef9b0d8d2140facaee2f739fed66b299d)
* Start tde_dbus_hardwarecontrol at background during start a sessionSlávek Banko2016-10-051-0/+23
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 443c910570647f415838e65a1b8add30b00b7dbb)
* Fixed typo in starttde script. This resolves bug 2641.Michele Calgaro2016-04-231-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 700426d3ab40fa9c1e1bb80fe559b0e03ea1f8de)
* Fixed KMail Address book rename (kabc -> tdeabc). This resolves bug 2272.Michele Calgaro2014-12-271-0/+1
| | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0537ed938f82768c5b0aff88daf7eff620c743bf) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added new TDE default background (thanks to Alex Couture for providing the ↵Michele Calgaro2014-09-141-2/+2
| | | | | | file). This resolves bug 2094.
* Improved previous commit c75218cdSlávek Banko2014-06-281-6/+9
| | | | This relates to Bug 2069.
* Improved previous commit 4eac9af. This relates bug 2069.Michele Calgaro2014-06-231-6/+32
|
* Added /usr/local/share in XDG_DATA_DIRS in starttde. This resolves bug 2069.Darrell Anderson2014-06-211-6/+6
|
* Fix starttde trapFrancois Andriot2014-05-011-1/+1
|
* Reverted commit 77aed4a4.Darrell Anderson2014-02-251-16/+0
|
* Add nominal preventive maintenance in starttde.Darrell Anderson2014-02-241-0/+16
|
* Rename applications-kmenuedit.menu -> applications-tdemenuedit.menuDarrell Anderson2014-01-061-3/+6
|
* Update starttde: Check for prelink file in both system foldersFrancois Andriot2013-10-111-3/+5
|
* Add additional k => tde renaming to r14-xdg-updateSlávek Banko2013-09-151-14/+7
| | | | Add r14-xdg-update version index to allow automatic rerun
* Update starttde: Fix XDG_DATA_DIRS variableFrancois Andriot2013-04-131-26/+48
|
* Update starttde script to force run r14-xdg-update against the latest ↵Darrell Anderson2013-03-051-2/+16
| | | | renaming changes.
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-4/+4
|
* Add per-user display settingsTimothy Pearson2013-01-081-0/+4
| | | | | | This partially resolves Bug 1264 Fix displayconfig crashes and warnings Slightly clean up iccconfig and hwmanager
* Update starttde: Fix paths settingFrancois Andriot2012-12-161-26/+31
|
* Update starttde: Fix compatibility with older manpathSlávek Banko2012-08-261-1/+1
|
* Update stdout messages to provide better information.Darrell Anderson2012-08-121-1/+1
|
* Add file existence test before trying to run r14-xdg-update script.Darrell Anderson2012-06-251-2/+8
|
* starttde updates: Add quotation marks to ensure $tdehome variable won'tDarrell Anderson2012-06-151-45/+21
| | | | | break with spaces in the directory name. Moved R14 XDG updating snippets to a separate script named r14-xdg-update.
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-081-6/+36
|
* Update starttde scriptSlávek Banko2012-05-261-6/+6
| | | | | | | Fix path to libnspr Fix PRELINKING condition Fix setting TDE_SESSION_UID Optimize first path clipping from TDEDIRS
* Ensure TDEDIR is exported to the environment from starttde and minor cleanup.Darrell Anderson2012-05-061-5/+1
|
* Update starttde to remove bashism.Darrell Anderson2012-04-121-1/+1
|
* Revise MANPATH support method.Darrell Anderson2012-04-111-2/+4
| | | | Thanks to Slavek Banko!
* Updated starttde to ensure $TDEDIRS is parsed correctly to $XDG_DATA_DIRS andDarrell Anderson2012-04-101-8/+26
| | | | updated to test for $MANPATH before appending that environment variable.
* Editorial cleanup and add information in comments to starttde.Darrell Anderson2012-04-051-54/+55
| | | | No functional changes.
* Add missing quotation marks inadvertently deleted in previous patching.Darrell Anderson2012-03-061-1/+1
|
* Reduce path tests for $TDEDIR/games and $TDEDIR/bin to one regex command each.Darrell Anderson2012-03-051-12/+4
|
* Update starttde to place $TDEDIR/games in an appropriate location in $PATH.Darrell Anderson2012-03-051-3/+17
| | | | Update two references of kdesu to tdesu.
* Update starttde scriptTimothy Pearson2012-03-051-34/+72
| | | | | This closes Bug 675 Thanks to Darrell Anderson for the patch!
* Fix start as the default sessionTimothy Pearson2012-03-051-2/+2
| | | | Thanks to Slávek Banko for the patch!
* Rename kde-config to tde-configTimothy Pearson2012-02-261-4/+4
|
* Update starttde scriptTimothy Pearson2012-02-091-216/+252
| | | | | This addresses Bug 675 and a handful of other bugs It needs thorough testing on multiple distros before R14 is released
* Initial attempt at adding third part WM support to TDETimothy Pearson2012-02-041-2/+1
|
* Rename KDETMP KDEVARTMP and KDEWMTimothy Pearson2012-02-031-5/+5
|
* Rename ksocket and kcacheTimothy Pearson2012-01-301-1/+1
|