Age | Commit message (Collapse) | Author | Files | Lines |
|
In Tizen, applications installed have specific destop file field.
When it appears in destop file use "app_launcher -s <appid>" to launch them
changes in review : https://review.tizen.org/gerrit/29552 are needed first
BUG-Tizen=TC-1968
Change-Id: I213976616f7f8bca9b550bc738d2c7e6b6638c5d
Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org>
|
|
|
|
weston couldn't be launched by below commit.
- 01e98b6 compositor: Propagate errors from module_init
desktop-shell.so will be loaded by default when launching. If
other-shell.so should be launched, you can write "shell=other-shell.so"
in weston.ini
Change-Id: I612e4b12c1d542d730e67f260c84f710be07bf9e
|
|
Change-Id: I62b99cd108eef2d29e88df623cfbe94d92cbd3a4
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|
|
Enabling the QA plugin and using "weston-qa-client --move
<ID> <x> <y>" now permits to change a surface position with
the command line.
(former display command is now : "weston-qa-client --list")
Change-Id: Ia43edad05d31747ef8f5a5d4bb4a727340ec39da
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
Color is choosen by hashing the current user name and using
the value as a part of a HSV component...
Change-Id: I93b3f7550d18981f9a31736064f88792ed6888af
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|
|
wayland-scanner.pc is not upstream.
Change-Id: Iab7462e6faf0d57f8cc3fe899a2da631c3593b21
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
"wayland-scanner.pc" is a Tizen thing, it does not exist
upstream nor in other distros. Avoid using it.
Change-Id: I9a0410dffae79258598609300f997bc8877dba2f
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
removing the weston-user.service file links" into tizen
|
|
Add a commented "keymap_layout=wkb" option to weston.ini.
If this option is uncommented, along with "weekeyboard",
then weekeyboard's special keys (Yen, Euro...) will work
out-of-the-box.
Bug-Tizen: TC-271
Change-Id: I446d7b1c11a982f11e2396d17a9ac40e7b133f63
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
Add a "README" file for concerned people.
Change-Id: I844dadf73d732b415db207b0d6d4d56d1f9c7c6d
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
We add a new "qa-plugin" package, which contains a Weston
plugin (disabled by default) and a client named "weston-
qa-client".
Currently, if the plugin is enabled in "weston.ini", the
client will retrieve a list of the currently displayed
surfaces along with their positions and sizes.
Change-Id: I881131f1985ef527dfd45e27a66edd5fce2d55c8
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
Consequently, removing the weston-user.service file links
Change-Id: I5153530a3a53d326fac27671d01b21fc641f2dbe
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
|
|
Adapt the XDG-Shell bits for Weston 1.6.0.
Change-Id: Ia223a3e12891a14ff451f6db273f4bd6b5e21443
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
Our "panel=false" option is now upstreamed, but called
"panel-location=none" instead. Renaming.
Change-Id: I40b17d12b3e329a1e792c2493155566d86a0e83b
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
This commit fixes all the warnings issued during the
"tz-launcher" compilation process. It also enforces
coding style consistency, and fixes one memory leak
of a cairo context.
Change-Id: Ide7a7d8ada146c54c8bc493277d384854793709f
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
Change-Id: Iaf5862b940dc4c1055288c9a52e67cadd7d47c50
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|
|
Since systemd package v212 this var is set in user@.service.
Change-Id: Ic05556887912b80747d0bd8422abad2c153db5b4
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
|
|
- %h placeholder *MUST NOT* be used in systemd(system) service files, starting from upstream commit 2cfbd749
- SMACK="<label>" *MUST* be changed to SECLABEL{smack}="<label>" in /etc/udev/rules.d/*
Change-Id: I8f59f73f6d7b4ee6fa4faa7d6978135de326a327
Bug-Tizen: TC-660
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|
|
Change-Id: Ie4696137ab66d73cb890910f15afaba4452e651e
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
|
|
Change-Id: Ie75d335df58188d1098c9c160bc83a4f2393a558
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
|
|
Used as fallback for machines without GPU support (ie: ARM).
Change-Id: I406e9628a9597736086881385cb5fea1d29dcc4c
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
|
|
If systemd runs Weston as a system-wide service (which is
the case here), its working directory will be "/".
It is a problem for privilegied clients such as the screen
recorder and screenshooter, which will try to dump their
output files there, and fail. Make them create these in
"/run/%user" instead.
Bug-Tizen: TC-1359
Change-Id: Id6322f38f8dcbec4efaa68906a2fef27815c93d1
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
Use the keyboard focus handler to trigger a redraw, and set
the "active" window border each time the window gets
focused (and not only when the pointer activates a widget).
Change-Id: I41271eacad7ceac303073abdc68c8ff729b8dbc8
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
Add a Makefile.am and a configure.ac in the package root dir in order to
be able to build tz-launcher without having to cd in the subdirectory in
the spec file.
Rename directory tz-launcher to src.
Also remove executable bit from license file src/COPYING.
Change-Id: Ifdcf60cb0cb9af2e83aa088ec9a37947217e47c8
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
|
|
Without /etc/profile is not sourced
Change-Id: Icdb251db87812506ca5144a47fb24aaab9bf5d1c
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
|
|
into tizen
|
|
Change-Id: Ia632512c76b8ae33d27a52150ca47bb171e1698c
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
|
|
Change-Id: Ia338953bc194eb46a79115850a5a5d6f450aed9b
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|
|
Is the framebuffer is enabled, only members of the "video" group
can access the dedicated device /dev/fb0. Adding this permits
to run display-manager service with the framebuffer.
Change-Id: I38160706dbbcb89fec2f939444c1f3c17164d87f
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
Change-Id: Ia338953bc194eb46a79115850a5a5d6f450aed9b
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|
|
When sent a SIGUSR1 signal ("$ kill -10 $PID"), tz-launcher will
now re-read the content of the files/folders which have been passed
to it, and display the corresponding new launchers.
Change-Id: I80417c491f364c97e063f45f205fdacbf07bdb2c
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
When sent a SIGUSR1 signal ("$ kill -10 $PID"), tz-launcher will
now re-read the content of the files/folders which have been passed
to it, and display the corresponding new launchers.
Change-Id: I29d7a5f2d9d63132189da50e08dd1860af849bb6
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
Change-Id: Iee4efd14966fb1495970e00a5c07b8020a1482b0
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
Check if the command array is valid, and exit cleanly of
the child if execution fails for some reason.
Change-Id: I7017a6f24e628d2d1995b78af5ae26e119acc875
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
Change-Id: I3c18397a83176c24b4a79b1e20f49a44831bcf22
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|
|
Change-Id: I312c0278fcc49399b5dbf542b50be04371eb9cac
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
Change-Id: If5929361704bbd7bcc531f7c692b51c05c59a2c9
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
Change-Id: Ifc47f4f7b7ab0f91ca1a9fdae25cb350f67a5329
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|
|
this requires the appropriate permissions on:
- /dev/dri/*
- /dev/input/event*
- /dev/tty*
Now weston also starts on tty7 and produces a
log in /run/display/weston.log
Change-Id: Ibff542df306a0b556e54e3b26654306fd55595cd
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|
|
Change-Id: I022ea614e23e385481fcd7e7a3fd9558a052b3ff
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
remove StandardInput=tty from display-manager-run.service
otherwise, a SIGINT is sent to weston when the user types ^C
Change-Id: Id6e8142f4fce170584ceeeb5a5d26df1099feca0
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|
|
Change-Id: If452501c18d5c6c8e1d9e53ee9811685ed6d7cdc
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|
|
Change-Id: I3cfe6e729986296b9412896f79f53505fc9577d9
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
Change-Id: I3c731e1ce5f324a277ef904e6b098bcc248d048f
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|
|
Change-Id: Ic01487d3c77e3a3409c331ec90b2c0c0aa55a75c
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
|
|
Change-Id: If325358a627c7f9cb1108d92ff0ac7034d79ef16
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|
|
Change-Id: I25668b6a306a2f8f01df99f8748733494183ac08
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|
|
Change-Id: Iff3786b143eddab1e31b0b339e92acba074ecf7e
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|
|
Change-Id: I5230f72ba59f628e296495aabc71283d304579f9
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
|