Home
last modified time | relevance | path

Searched refs:desktop (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/OK3568_Linux_fs/app/qfm/
H A Dmimeapps.list2 =qplayer.desktop
3 audio/3gpp=qplayer.desktop
4 audio/3gpp2=qplayer.desktop
5 audio/AMR=qplayer.desktop
6 audio/AMR-WB=qplayer.desktop
7 audio/basic=qplayer.desktop
8 audio/dv=qplayer.desktop
9 audio/flac=qplayer.desktop
10 audio/m4a=qplayer.desktop
11 audio/midi=qplayer.desktop
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/demo-extrafiles/
H A Dqt5-demo-extrafiles.bb6 SRC_URI += "file://cinematicexperience.desktop \
8 file://hellogl_es2.desktop \
10 file://hellowindow.desktop \
12 file://qt5everywheredemo.desktop \
14 file://qt5nmapcarousedemo.desktop \
16 file://qt5nmapper.desktop \
18 file://qtledbillboard.desktop \
20 file://qtledcombo.desktop \
22 file://qtsmarthome.desktop \
24 file://quitbattery.desktop \
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0007-HACK-xdg-shell-Support-setting-window-position.patch10 desktop-shell/shell.c | 6 ++++++
11 include/libweston-desktop/libweston-desktop.h | 3 +++
13 libweston-desktop/surface.c | 10 ++++++++++
14 libweston-desktop/xdg-shell.c | 10 ++++++++++
18 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
20 --- a/desktop-shell/shell.c
21 +++ b/desktop-shell/shell.c
35 diff --git a/include/libweston-desktop/libweston-desktop.h b/include/libweston-desktop/libweston-de…
37 --- a/include/libweston-desktop/libweston-desktop.h
38 +++ b/include/libweston-desktop/libweston-desktop.h
[all …]
H A D0070-desktop-shell-Support-clock-without-date.patch4 Subject: [PATCH 70/79] desktop-shell: Support clock without date
12 clients/desktop-shell.c | 73 ++++++++++++++++++++++++++++-------------
15 diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
17 --- a/clients/desktop-shell.c
18 +++ b/clients/desktop-shell.c
19 @@ -75,6 +75,7 @@ struct desktop {
45 struct desktop *desktop;
79 panel_add_launchers(struct panel *panel, struct desktop *desktop);
136 - switch (desktop->clock_format) {
149 + width = clock_get_preferred_width(desktop->clock_format,
[all …]
H A D0072-desktop-shell-Avoid-lowering-the-requested-fullscree.patch4 Subject: [PATCH 72/79] desktop-shell: Avoid lowering the requested fullscreen
11 desktop-shell/exposay.c | 2 +-
12 desktop-shell/shell.c | 9 +++++----
13 desktop-shell/shell.h | 3 ++-
16 diff --git a/desktop-shell/exposay.c b/desktop-shell/exposay.c
18 --- a/desktop-shell/exposay.c
19 +++ b/desktop-shell/exposay.c
29 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
31 --- a/desktop-shell/shell.c
32 +++ b/desktop-shell/shell.c
[all …]
H A D0012-Support-setting-output-flow-direction.patch16 clients/desktop-shell.c | 20 +++++++++++++++
18 desktop-shell/shell.c | 17 ++++++++++---
23 diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
25 --- a/clients/desktop-shell.c
26 +++ b/clients/desktop-shell.c
32 + struct desktop *desktop;
40 + struct desktop *desktop = output->desktop;
49 + weston_desktop_shell_set_panel(desktop->shell,
53 + if (!y && desktop->want_panel && !output->panel) {
55 + output->panel = panel_create(desktop, output);
[all …]
H A D0065-desktop-shell-Fix-crash-when-activating-destroyed-de.patch4 Subject: [PATCH 65/79] desktop-shell: Fix crash when activating destroyed
5 desktop surface
12 desktop-shell/shell.c | 3 ++-
15 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
17 --- a/desktop-shell/shell.c
18 +++ b/desktop-shell/shell.c
H A D0068-desktop-shell-Support-setting-panel-scale-in-weston..patch4 Subject: [PATCH 68/79] desktop-shell: Support setting panel scale in
13 clients/desktop-shell.c | 41 ++++++++++++++++++++++++++---------------
16 diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
18 --- a/clients/desktop-shell.c
19 +++ b/clients/desktop-shell.c
122 switch (desktop->panel_position) {
130 switch (desktop->clock_format) {
147 @@ -636,6 +643,10 @@ panel_create(struct desktop *desktop, struct output *output)
148 s = weston_config_get_section(desktop->config, "shell", NULL, NULL);
156 panel_add_launchers(panel, desktop);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0008-HACK-xdg-shell-Support-setting-window-position.patch10 desktop-shell/shell.c | 6 ++++++
11 include/libweston-desktop/libweston-desktop.h | 4 ++++
14 libweston/desktop/surface.c | 10 ++++++++++
15 libweston/desktop/xdg-shell.c | 10 ++++++++++
18 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
20 --- a/desktop-shell/shell.c
21 +++ b/desktop-shell/shell.c
35 diff --git a/include/libweston-desktop/libweston-desktop.h b/include/libweston-desktop/libweston-de…
37 --- a/include/libweston-desktop/libweston-desktop.h
38 +++ b/include/libweston-desktop/libweston-desktop.h
[all …]
H A D0071-desktop-shell-Support-clock-without-date.patch4 Subject: [PATCH 71/93] desktop-shell: Support clock without date
12 clients/desktop-shell.c | 73 ++++++++++++++++++++++++++++-------------
15 diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
17 --- a/clients/desktop-shell.c
18 +++ b/clients/desktop-shell.c
19 @@ -76,6 +76,7 @@ struct desktop {
45 struct desktop *desktop;
79 panel_add_launchers(struct panel *panel, struct desktop *desktop);
136 - switch (desktop->clock_format) {
149 + width = clock_get_preferred_width(desktop->clock_format,
[all …]
H A D0013-Support-setting-output-flow-direction.patch16 clients/desktop-shell.c | 20 +++++++++++++++
18 desktop-shell/shell.c | 17 ++++++++++---
23 diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
25 --- a/clients/desktop-shell.c
26 +++ b/clients/desktop-shell.c
32 + struct desktop *desktop;
40 + struct desktop *desktop = output->desktop;
49 + weston_desktop_shell_set_panel(desktop->shell,
53 + if (!y && desktop->want_panel && !output->panel) {
55 + output->panel = panel_create(desktop, output);
[all …]
H A D0072-desktop-shell-Avoid-lowering-the-requested-fullscree.patch4 Subject: [PATCH 72/93] desktop-shell: Avoid lowering the requested fullscreen
11 desktop-shell/shell.c | 9 +++++----
12 desktop-shell/shell.h | 3 ++-
15 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
17 --- a/desktop-shell/shell.c
18 +++ b/desktop-shell/shell.c
56 diff --git a/desktop-shell/shell.h b/desktop-shell/shell.h
58 --- a/desktop-shell/shell.h
59 +++ b/desktop-shell/shell.h
H A D0067-desktop-shell-Fix-crash-when-activating-destroyed-de.patch4 Subject: [PATCH 67/93] desktop-shell: Fix crash when activating destroyed
5 desktop surface
12 desktop-shell/shell.c | 3 ++-
15 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
17 --- a/desktop-shell/shell.c
18 +++ b/desktop-shell/shell.c
/OK3568_Linux_fs/buildroot/package/weston/
H A D0008-HACK-xdg-shell-Support-setting-window-position.patch10 desktop-shell/shell.c | 6 ++++++
11 include/libweston-desktop/libweston-desktop.h | 4 ++++
14 libweston/desktop/surface.c | 10 ++++++++++
15 libweston/desktop/xdg-shell.c | 10 ++++++++++
18 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
20 --- a/desktop-shell/shell.c
21 +++ b/desktop-shell/shell.c
35 diff --git a/include/libweston-desktop/libweston-desktop.h b/include/libweston-desktop/libweston-de…
37 --- a/include/libweston-desktop/libweston-desktop.h
38 +++ b/include/libweston-desktop/libweston-desktop.h
[all …]
H A D0070-desktop-shell-Support-clock-without-date.patch4 Subject: [PATCH 70/92] desktop-shell: Support clock without date
12 clients/desktop-shell.c | 73 ++++++++++++++++++++++++++++-------------
15 diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
17 --- a/clients/desktop-shell.c
18 +++ b/clients/desktop-shell.c
19 @@ -76,6 +76,7 @@ struct desktop {
45 struct desktop *desktop;
79 panel_add_launchers(struct panel *panel, struct desktop *desktop);
136 - switch (desktop->clock_format) {
149 + width = clock_get_preferred_width(desktop->clock_format,
[all …]
H A D0094-clients-Ignore-minimum-size-for-panel-and-background.patch13 clients/desktop-shell.c | 6 ++++++
16 diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
18 --- a/clients/desktop-shell.c
19 +++ b/clients/desktop-shell.c
20 @@ -674,6 +674,9 @@ panel_create(struct desktop *desktop, struct output *output)
22 panel_add_launchers(panel, desktop);
30 @@ -1188,6 +1191,9 @@ background_create(struct desktop *desktop, struct output *output)
H A D0013-Support-setting-output-flow-direction.patch16 clients/desktop-shell.c | 20 +++++++++++++++
18 desktop-shell/shell.c | 17 ++++++++++---
23 diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
25 --- a/clients/desktop-shell.c
26 +++ b/clients/desktop-shell.c
32 + struct desktop *desktop;
40 + struct desktop *desktop = output->desktop;
49 + weston_desktop_shell_set_panel(desktop->shell,
53 + if (!y && desktop->want_panel && !output->panel) {
55 + output->panel = panel_create(desktop, output);
[all …]
H A D0071-desktop-shell-Avoid-lowering-the-requested-fullscree.patch4 Subject: [PATCH 71/92] desktop-shell: Avoid lowering the requested fullscreen
11 desktop-shell/shell.c | 9 +++++----
12 desktop-shell/shell.h | 3 ++-
15 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
17 --- a/desktop-shell/shell.c
18 +++ b/desktop-shell/shell.c
56 diff --git a/desktop-shell/shell.h b/desktop-shell/shell.h
58 --- a/desktop-shell/shell.h
59 +++ b/desktop-shell/shell.h
H A D0066-desktop-shell-Fix-crash-when-activating-destroyed-de.patch4 Subject: [PATCH 66/92] desktop-shell: Fix crash when activating destroyed
5 desktop surface
12 desktop-shell/shell.c | 3 ++-
15 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
17 --- a/desktop-shell/shell.c
18 +++ b/desktop-shell/shell.c
/OK3568_Linux_fs/app/forlinx/flapp/config/
H A Dreadme.txt65 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_4g/qt_4g.desktop
66 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_about/qt_about.desktop
67 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_adc/qt_adc.desktop
68 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_audiorecorder/qt_audiorecorder.desktop
69 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_camera/qt_camera.desktop
70 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_database/qt_database.desktop
71 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_key/qt_key.desktop
72 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_music/qt_music.desktop
73 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_network/qt_network.desktop
74 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_opengl/qt_opengl.desktop
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/pcmanfm/files/
H A Dno-desktop.patch1 Disable the desktop preferences launcher as we don't use the pcmanfm desktop in
7 diff --git a/data/pcmanfm-desktop-pref.desktop b/data/pcmanfm-desktop-pref.desktop
9 --- a/data/pcmanfm-desktop-pref.desktop.in
10 +++ b/data/pcmanfm-desktop-pref.desktop.in
11 @@ -7,3 +7,4 @@ Exec=pcmanfm --desktop-pref
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/
H A Dgnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch4 Subject: [PATCH 1/2] gnome-desktop-thumbnail: don't convert time_t to long
22 libgnome-desktop/gnome-desktop-thumbnail.c | 16 ++++++++++++++--
25 diff --git a/libgnome-desktop/gnome-desktop-thumbnail.c b/libgnome-desktop/gnome-desktop-thumbnail.c
27 --- a/libgnome-desktop/gnome-desktop-thumbnail.c
28 +++ b/libgnome-desktop/gnome-desktop-thumbnail.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/
H A Dgnome-desktop_42.0.bb1 SUMMARY = "GNOME library for reading .desktop files"
21 file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch \
26 gsettings-desktop-schemas \
39 PACKAGES =+ "libgnome-desktop"
40 RDEPENDS:${PN} += "libgnome-desktop"
41 FILES:libgnome-desktop = " \
43 ${datadir}/libgnome-desktop*/pnp.ids \
47 RRECOMMENDS:libgnome-desktop += "gsettings-desktop-schemas"
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/matchbox-keyboard/files/
H A D0001-desktop-file-Hide-the-keyboard-from-app-list.patch4 Subject: [PATCH] desktop file: Hide the keyboard from app list
7 it via the desktop app grid when using Sato desktop:
14 So hide the keyboard from the desktop app list.
19 matchbox-keyboard.desktop | 1 +
22 diff --git a/matchbox-keyboard.desktop b/matchbox-keyboard.desktop
24 --- a/matchbox-keyboard.desktop
25 +++ b/matchbox-keyboard.desktop
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmime-xdg.bbclass3 # 'MimeType' in *.desktop files
6 DEPENDS += "desktop-file-utils"
7 PACKAGE_WRITE_DEPS += "desktop-file-utils-native"
10 # There are recipes out there installing their .desktop files as absolute
13 # proper update-desktop-database handling. Note that all introspection is
23 update-desktop-database $D${DESKTOPDIR}
33 update-desktop-database $D${DESKTOPDIR}
49 if df.endswith('.desktop'):
72 bb.note("adding desktop-file-utils dependency to %s" % pkg)
73 d.appendVar('RDEPENDS:' + pkg, " " + d.getVar('MLPREFIX')+"desktop-file-utils")

12345678910>>...18