Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
pantheon-session
remove-onboard.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File remove-onboard.patch of Package pantheon-session
diff -rub session-settings-8.0.0/session/meson.build session-settings-8.0.0-patched/session/meson.build --- session-settings-8.0.0/session/meson.build 2024-08-12 20:29:18.000000000 +0200 +++ session-settings-8.0.0-patched/session/meson.build 2024-08-23 15:15:22.242267487 +0200 @@ -67,20 +67,17 @@ endforeach gnome_keyring = find_program('gnome-keyring-daemon') -onboard = find_program('onboard') orca = find_program('orca') if get_option('detect-program-prefixes') == true # TODO: use fs module in meson 0.53.0 gnome_keyring_prefix = gnome_keyring.path().split('/bin')[0] - onboard_prefix = onboard.path().split('/bin')[0] orca_prefix = orca.path().split('/bin')[0] autostarts = { 'gnome-keyring-pkcs11': join_paths(gnome_keyring_prefix, 'etc/xdg/autostart', 'gnome-keyring-pkcs11.desktop'), 'gnome-keyring-secrets': join_paths(gnome_keyring_prefix, 'etc/xdg/autostart', 'gnome-keyring-secrets.desktop'), 'gnome-keyring-ssh': join_paths(gnome_keyring_prefix, 'etc/xdg/autostart', 'gnome-keyring-ssh.desktop'), - 'onboard-autostart': join_paths(onboard_prefix, 'etc/xdg/autostart', 'onboard-autostart.desktop'), 'orca-autostart': join_paths(orca_prefix, 'etc/xdg/autostart', 'orca-autostart.desktop'), } else @@ -88,7 +85,6 @@ 'gnome-keyring-pkcs11': join_paths(autostartdir, 'gnome-keyring-pkcs11.desktop'), 'gnome-keyring-secrets': join_paths(autostartdir, 'gnome-keyring-secrets.desktop'), 'gnome-keyring-ssh': join_paths(autostartdir, 'gnome-keyring-ssh.desktop'), - 'onboard-autostart': join_paths(autostartdir, 'onboard-autostart.desktop'), 'orca-autostart': join_paths(autostartdir, 'orca-autostart.desktop'), } endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor