13 Commits (6ad8d7ac168c763b8020d001e0a3bc7b7e2655ab)

Author SHA1 Message Date
Robin Burchell 6ad8d7ac16 [mapplauncherd] Remove splash support.
This feature only encourages poor application interactivity: anything which is
sufficiently slow to require a splash screen should be made faster instead.

In addition to that, the feature is poorly implemented (X11-specific), and thus
useless. Rip it out, and remove the last dependency on X11 from applauncherd.
12 years ago
Robin Burchell 71fd46dd80 Merge pull request #8 from rburchell/single-instance
[mapplauncherd] Remove X11 dependency from single-instance.
12 years ago
Robin Burchell ce482b52c5 [mapplauncherd] Remove X11 dependency from single-instance.
Instead of using windowsystem-specific functionality, ask the system compositor
to activate the given binary for us.
12 years ago
Robin Burchell 32ad5ce75c [mapplauncherd] Remove obsolete tests.
The tests in here have been in a completely non-working state for a very long
time, and it's now getting to a point where it hurts, rather than hinders
development. Nuke them from the tree.

In the future, the useful parts can be brought back easily from history.
12 years ago
Pekka Lundstrom aa38d37ad0 Removed mapplauncherd.target
Signed-off-by: Pekka Lundstrom <pekka.lundstrom@jollamobile.com>
13 years ago
Pekka Lundstrom 585025c8a9 [boot] start using new session targets
Signed-off-by: Pekka Lundstrom <pekka.lundstrom@jollamobile.com>
13 years ago
John Brooks 8b2d165a85 Rename ebooster to booster-generic 13 years ago
John Brooks 9dd3ef92cb [mapplauncherd] Install mapplauncherd.target for systemd startup 13 years ago
John Brooks b6e9aa171b [mapplauncherd] Remove applauncherd and refactor boosters into independent processes
Having a single applauncherd process with boosters as plugins is a
flawed idea: most notably, it's not possible to have two boosters with
conflicting libraries, like Qt4 and Qt5.

A much cleaner solution is to turn libapplauncherd into a support
library for boosters, and have each booster run as an independent
process.
13 years ago
John Brooks f6b9e71d2b [mapplauncherd] Fix tests package dependency 13 years ago
John Brooks f86d2d489c Require mapplauncherd-qt4 for tests 13 years ago
John Brooks adef09cd6f [mapplauncherd] Remove Qt boosters and related tests
These have been split to a separate repository and package.
13 years ago
Robin Burchell 7938f7cada [mapplauncherd] Convert to git packaging. 13 years ago