AyuGramDesktop/Telegram/SourceFiles/platform/linux
Ilya Fedin 0a011db483 Get rid of DESKTOP_APP_DISABLE_DBUS_INTEGRATION
Desktop App Toolkit uses GLib as the D-Bus library for quite long time, but GLib is not only a D-Bus library, it's more a basic library providing native Linux APIs implementing various specs. The situation right now is that DESKTOP_APP_DISABLE_DBUS_INTEGRATION disables not only D-Bus code but all the native API integration such as MIME handling or .desktop file parsing. In other words, the option disables native Linux APIs on Linux what is absurd and doesn't have any sense.
2023-05-15 08:08:04 +04:00
..
file_utilities_linux.cpp Get rid of DESKTOP_APP_DISABLE_DBUS_INTEGRATION 2023-05-15 08:08:04 +04:00
file_utilities_linux.h Don't get cursor position twice for open with menu 2023-01-20 12:58:48 +04:00
integration_linux.cpp Add dummy Platform::Integration on Linux. 2022-01-06 15:44:02 +03:00
integration_linux.h Add dummy Platform::Integration on Linux. 2022-01-06 15:44:02 +03:00
launcher_linux.cpp Update to the new WebKitGTK 6.0 API 2023-04-02 17:19:15 +04:00
launcher_linux.h Use customWorkingDir() outside of Core::Launcher 2022-11-21 21:30:17 +00:00
linux_desktop_environment.cpp Replaced some qsl with u""_q literal. 2022-11-30 17:17:14 +03:00
linux_desktop_environment.h Rework DE detection 2022-01-07 19:14:59 +03:00
linux_wayland_integration.cpp Avoid race condition when registering Wayland interfaces 2022-11-11 11:47:01 +04:00
linux_wayland_integration.h Move xdg-foreign support to lib_base 2022-02-04 16:31:40 +03:00
linux_wayland_integration_dummy.cpp Move xdg-foreign support to lib_base 2022-02-04 16:31:40 +03:00
linux_xdp_open_with_dialog.cpp Update glibmm to latest version 2022-11-03 14:45:01 +04:00
linux_xdp_open_with_dialog.h Add portal-based open with dialog implementation 2021-03-10 09:46:13 +04:00
main_window_linux.cpp Get rid of DESKTOP_APP_DISABLE_DBUS_INTEGRATION 2023-05-15 08:08:04 +04:00
main_window_linux.h Fix build for macOS. 2023-02-18 15:10:14 +04:00
notifications_manager_linux.cpp Update glibmm to 2.76.0 2023-03-17 18:56:23 +04:00
notifications_manager_linux.h One more attempt to fix DND on macOS. 2023-03-15 15:00:29 +04:00
overlay_widget_linux.h Initial implementation of windowed media viewer on macOS. 2023-02-18 15:10:13 +04:00
specific_linux.cpp Get rid of DESKTOP_APP_DISABLE_DBUS_INTEGRATION 2023-05-15 08:08:04 +04:00
specific_linux.h Cmd+Q quit prevention in windowed media viewer. 2023-02-18 15:10:13 +04:00
tray_linux.cpp Set device pixel ratio for counter layer 2023-04-04 10:07:51 +04:00
tray_linux.h Returned lost method that checks tray existence. 2022-06-23 09:38:21 +03:00