Home
last modified time | relevance | path

Searched full:desktop (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/openbmc/openbmc/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
/openbmc/openbmc/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
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/
H A Dgnome-desktop_44.1.bb1 SUMMARY = "GNOME library for reading .desktop files"
15 SRC_URI += "file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch \
23 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"
/openbmc/openbmc/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
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/xdg-desktop-portal/
H A Dxdg-desktop-portal-gnome_47.1.bb1 SUMMARY = "A xdg-desktop-portal backend for gnome."
2 HOMEPAGE = "https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome"
9 xdg-desktop-portal \
10 xdg-desktop-portal-gtk \
13 gsettings-desktop-schemas \
14 gnome-desktop \
18 RDEPENDS:${PN} = "xdg-desktop-portal xdg-desktop-portal-gtk"
H A Dxdg-desktop-portal-gtk_1.15.1.bb1 SUMMARY = "A backend implementation for xdg-desktop-portal that is using GTK and various pieces of …
2 HOMEPAGE = "https://github.com/flatpak/xdg-desktop-portal-gtk"
9 xdg-desktop-portal \
18 SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main"
25 PACKAGECONFIG[wallpaper] = "-Dwallpaper=enabled,-Dwallpaper=disabled,gnome-desktop"
26 PACKAGECONFIG[settings] = "-Dsettings=enabled,-Dsettings=disabled,gsettings-desktop-schemas fontcon…
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmime-xdg.bbclass7 # 'MimeType' in *.desktop files
10 DEPENDS += "desktop-file-utils"
11 PACKAGE_WRITE_DEPS += "desktop-file-utils-native"
14 # There are recipes out there installing their .desktop files as absolute
17 # proper update-desktop-database handling. Note that all introspection is
27 update-desktop-database $D${DESKTOPDIR}
37 update-desktop-database $D${DESKTOPDIR}
53 if df.endswith('.desktop'):
76 bb.note("adding desktop-file-utils dependency to %s" % pkg)
77 d.appendVar('RDEPENDS:' + pkg, " " + d.getVar('MLPREFIX')+"desktop-file-utils")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/mpv/
H A Da7efb3e62bbd0af86737f5ecb72d3a8e2a8c3b54.patch4 Subject: [PATCH] build: fix dynamic generation of mpv.desktop file protocols
23 TOOLS/gen-mpv-desktop.py | 17 +++++++----------
27 diff --git a/TOOLS/gen-mpv-desktop.py b/TOOLS/gen-mpv-desktop.py
29 --- a/TOOLS/gen-mpv-desktop.py
30 +++ b/TOOLS/gen-mpv-desktop.py
44 raise ValueError("Missing X-KDE-Protocols entry in mpv.desktop file")
64 f.write("[Desktop Entry]" + "\n")
78 mpv_desktop_path = join_paths(source_root, 'etc', 'mpv.desktop')
79 custom_target('mpv.desktop',
82 output: 'mpv.desktop',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/
H A D0001-openbox-xdg-autostart-convert-to-python3.patch40 - print "Invalid .desktop file: " + path
41 + print("Invalid .desktop file: " + path)
81 - print "This tool will run xdg autostart .desktop files"
96 - print " GNOME Gnome Desktop"
97 - print " KDE KDE Desktop"
98 - print " ROX ROX Desktop"
99 - print " XFCE XFCE Desktop"
104 + print("This tool will run xdg autostart .desktop files")
119 + print(" GNOME Gnome Desktop")
120 + print(" KDE KDE Desktop")
[all …]
/openbmc/openbmc/poky/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/
H A D0001-fix-non-literal-format-string-issue-with-clang.patch11 Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gnome-desktop-testing/-/merge_requests/9]
14 src/gnome-desktop-testing-runner.c | 2 +-
17 diff --git a/src/gnome-desktop-testing-runner.c b/src/gnome-desktop-testing-runner.c
19 --- a/src/gnome-desktop-testing-runner.c
20 +++ b/src/gnome-desktop-testing-runner.c
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/files/
H A D0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch4 Subject: [PATCH] windowmenu: do not display desktop icon when no window is
10 * desktop icon is of no use
11 * desktop icon confuses when using showdesktop plugin
32 - plugin->icon = gtk_image_new_from_icon_name ("user-desktop", GTK_ICON_SIZE_BUTTON);
51 /* desktop is shown right now */
53 - gtk_image_set_from_icon_name (GTK_IMAGE (icon), "user-desktop", icon_size);
56 - gtk_widget_set_tooltip_text (GTK_WIDGET (icon), _("Desktop"));
/openbmc/openbmc/poky/meta/recipes-gnome/gsettings-desktop-schemas/
H A Dgsettings-desktop-schemas_47.1.bb1 SUMMARY = "GNOME desktop-wide GSettings schemas"
2 DESCRIPTION = "GSettings desktop-wide schemas contains a collection of \
3 GSettings schemas for settings shared by various components of a desktop."
4 HOMEPAGE = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
5 BUGTRACKER = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/issues"
/openbmc/openbmc/poky/meta/recipes-sato/packagegroups/
H A Dpackagegroup-core-x11-sato.bb5 SUMMARY = "Sato desktop"
24 SUMMARY:${PN}-base = "Sato desktop - base packages"
26 matchbox-desktop \
35 shutdown-desktop \
49 SUMMARY:${PN}-apps = "Sato desktop - applications"
59 SUMMARY:${PN}-games = "Sato desktop - games"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdg-desktop-portal/
H A Dxdg-desktop-portal_1.18.4.bb1 SUMMARY = "A portal frontend service for Flatpak and possibly other desktop containment frameworks."
2 HOMEPAGE = "https://github.com/flatpak/xdg-desktop-portal"
21 ${@bb.utils.contains('DISTRO_FEATURES', 'gtk+3', 'xdg-desktop-portal-gtk', '', d)} \
22 ${@bb.utils.contains('DISTRO_FEATURES', 'gtk4', 'xdg-desktop-portal-gtk', '', d)} \
30 git://github.com/flatpak/xdg-desktop-portal.git;protocol=https;branch=xdg-desktop-portal-1.18 \
/openbmc/openbmc/poky/meta/recipes-graphics/builder/files/
H A Dbuilder_session.sh19 xdg-mime default pcmanfm.desktop inode/directory
22 xdg-mime default epiphany.desktop x-scheme-handler/http
23 xdg-mime default epiphany.desktop x-scheme-handler/https
24 xdg-mime default epiphany.desktop text/html
27 xdg-mime default l3afpad.desktop text/plain
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/
H A Dgnome-shell_47.2.bb1 SUMMARY = "GNOME Shell is the graphical shell of the GNOME desktop environment"
15 gnome-desktop \
22 gsettings-desktop-schemas \
69 ${datadir}/xdg-desktop-portal \
81 gnome-desktop \
85 gsettings-desktop-schemas \
/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/
H A Dxdg-utils_1.1.3.bb1 SUMMARY = "Basic desktop integration functions"
4 desktop integration functions for any Free Desktop, such as Linux. \
7 xdg-desktop-icon \
8 xdg-desktop-menu \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/x11vnc/files/
H A Dstarting-fix.patch13 Index: x11vnc-0.9.12/x11vnc.desktop
15 --- x11vnc-0.9.12.orig/x11vnc.desktop 2011-03-03 10:33:18.000000000 +0800
16 +++ x11vnc-0.9.12/x11vnc.desktop 2011-03-03 10:35:20.000000000 +0800
18 [Desktop Entry]
20 Comment=Share this desktop by VNC
/openbmc/openbmc/poky/meta/recipes-sato/puzzles/
H A Dpuzzles_git.bb26 rm ${D}/${datadir}/applications/net.desktop
28 # Create desktop shortcuts
35 echo "making ${D}/${datadir}/applications/$prog.desktop"
36 cat <<STOP > ${D}/${datadir}/applications/$prog.desktop
37 [Desktop Entry]
/openbmc/openbmc/poky/meta/recipes-devtools/desktop-file-utils/
H A Ddesktop-file-utils_0.28.bb1 SUMMARY = "Command line utilities for working with *.desktop files"
2 DESCRIPTION = "desktop-file-utils contains a few command line utilities for working with desktop en…
3 HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
/openbmc/openbmc/poky/meta/recipes-sato/shutdown-desktop/
H A Dshutdown-desktop.bb5 SRC_URI = "file://shutdown.desktop"
13 install -m 0644 shutdown.desktop ${D}${datadir}/applications/
15 sed -i ${D}${datadir}/applications/shutdown.desktop -e 's#^Exec=\(.*\)#Exec=${base_sbindir}/\1#'
20 sed -i $D${datadir}/applications/shutdown.desktop -e 's#^Exec=\(.*\)/halt#Exec=\1/reboot#' \
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/
H A Dweston_14.0.1.bb11 file://weston.desktop \
42 shell-desktop \
64 # VA-API desktop recorder
82 # Traditional desktop shell
83 PACKAGECONFIG[shell-desktop] = "-Dshell-desktop=true,-Dshell-desktop=false"
102 # If X11, ship a desktop file to launch it
105 install ${UNPACKDIR}/weston.desktop ${D}${datadir}/applications
/openbmc/openbmc/poky/meta/recipes-sato/sato-icon-theme/
H A Dicon-naming-utils_0.8.90.bb2 SUMMARY = "Enables backwards compatibility with current desktop icon themes"
4 compatibility with current desktop icon themes, while migrating to the \
8 icon files appropriate to the desktop environment you use. The Icon \
10 and names that can be used to make icon themes work in a desktop \
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-screenshot/gnome-screenshot/
H A D0001-meson-remove-extraneous-positional-argument.patch25 - 'desktop',
26 type: 'desktop',
27 input: 'org.gnome.Screenshot.desktop.in',
28 output: 'org.gnome.Screenshot.desktop',
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/mutter/
H A Dmutter_47.3.bb15 gsettings-desktop-schemas \
43 gnome-desktop \
58 PACKAGECONFIG[remote-desktop] = "-Dremote_desktop=true, -Dremote_desktop=false, pipewire"
59 PACKAGECONFIG[gnome-desktop] = "-Dlibgnome_desktop=true, -Dlibgnome_desktop=false, gnome-desktop gn…
107 RDEPENDS:${PN} += "${PN}-gsettings gsettings-desktop-schemas"

12345678910>>...20