Debian Patches
Status for lomiri/0.6.0-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 1003_fix-library-permission.patch | Fix 0755 -> 0644 permission of test internal .so file. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | invalid | |||
| 2001_disable-broken-test-mir2.patch | Disable QtMir/Applications tests, mocks have been dropped from Mir 2.9 | Marius Gripsgard <mariogrip@ubports.com> | not-needed | |||
| 1006_avoid-embedding-a-randomized-HOME-value.patch | [PATCH 2/4] tests/plugins/Utils/CMakeLists.txt: Avoid embedding a randomized HOME value. | Vagrant Cascadian <vagrant@reproducible-builds.org> | no | 2023-04-10 | ||
| 2005_dont-reset-alwaysShowOsk-to-system-defaults-on-login.patch | Allow user-modified gsetting of com.lomiri.Shell/always-show-osk to survive session logout/login. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | not-needed | |||
| 0022_enable-stopping-the-flick-with-just-a-press.patch | Enable stopping the flick with just a press | Kugi Eusebio <kugi_eusebio@protonmail.com> | no | 2024-01-31 | ||
| 0024_only-load-prompty-if-cover-page-is-not-shown.patch | Only load Prompts if cover Page is not shown fixes https://gitlab.com/ubports/development/core/lomiri/-/issues/66 | Lionel Duboeuf <lduboeuf@ouvaton.org> | no | 2024-01-02 | ||
| 2006_use-Noto-Sans-Font.patch | Use Noto Sans instead of Ubuntu fonts. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | not-needed | |||
| 2011_skip-language-keymap-tests.patch | Skip Ubuntu AccountsService specific unit test. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | not-needed | |||
| 2007_fix-testWindowStateStorage.patch | Use Debian-specific build $HOME during unit tests. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | not-needed | |||
| 2008_skip-failing-tests.patch | Disable various unit tests that fail when building against Debian testing/unstable. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | not-needed | |||
| 2009_disable-qtmir-tests.patch | Disable qtmir-based unit tests.Abstract: Prepare for QT_QPA_PLATFORM being set to mirserver. Tests won't run if set to the default value (xcb). . However, for now, disable unit tests that require qtmir. They fail with an error from Mir: . [2024-04-21 15:26:14.592387] <information> mirserver: Using software cursor zero sized software cursor image is invalid |
Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | not-needed | |||
| 2010_use-desktop-qtmir.patch | no | |||||
| 2012_no-app-suspension-on-Debian+Ubuntu-proper.patch | Don't suspend apps in Debian + Ubuntu properAbstract: Long story behind this is that apps like lomiri-music-app or (lomiri-)mediaplayer-app use media-hub for background-decoding of audio and video files. . This allows one to play an audio file and background the music app which, however, does suspend the music app, but not the audio playback. . In Debian + Ubuntu proper, we lack media-hub support in qtmultimedia and thus don't have this background service for media file decoding. . Without this patch, Lomiri shell would suspend the app if backgrounded and this would stop the audio stream. . We need to keep this patch around until media-hub is fully supporting being used on mainline Linux. |
Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | invalid | |||
| 1013_fix-convergence-on-high-resolution-tablets.patch | qml/OrientedShell.qml: Interpret high resolution touch screen device without pointing device as tablet. This fixes auto-recognition of keyboard+trackpad docking/undocking events for e.g. the Starlite Tablet. . This change also makes the Desktop mode toggle switch in the session indicator not stuck in Desktop mode on such devices. E.g. on a Lenovo Yoga convertible, with this change you can now use the Desktop mode toggle switch to switch between Windowed / Staged usageMode. . This change was inspired by Lomiri Plus by Kugi Eusebio (ENH158). |
Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | 2025-01-30 | ||
| 2013_CXX-standard-20.patch | no | |||||
| 1017_dont-load-indicators-for-unregistered-services.patch | plugins/Lomiri/Indicators/indicatorsmanager.cpp: Don't load indicators for unregistered services fixes https://salsa.debian.org/ubports-team/lomiri/-/issues/42 |
Robert Tari <robert@tari.in> | no | 2025-03-21 | ||
| 2014_lomiri-greeter-wrapper-on-wayland.patch | For Lomiri Greeter on Desktop we ship our very own lomiri-greeter-wrapper script. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | invalid | |||
| 2015_lomiri-greeter-use-wayland.patch | Use wayland backend of LightDM. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | invalid | |||
| 1005_cursor-always-follow-cursor-position-from-mir.patch | cursor: Always follow cursor position from mir It makes no sense to not, if we dont we can quickly get out of sync with mir. This was done for multiscreen, but this has to be fixed another way then tracking pointer ourself. The plan is to follow mir's screen position anyway so we don't need this. (the current multiscreen impl is horrable) update 2025-05-15 (Mike Gabriel <mike.gabriel@das-netzwerkteam.de): - Let VM workaround only take effect if running in a virtual machine. - Set LOMIRI_RUNNING_IN_VM=1 in lomiri-greeter-wrapper script so that the mouse pointer positioning hack for VMs also takes effect in Lomiri Greeter. |
Marius Gripsgard <marius@ubports.com> | no | 2023-05-31 | ||
| 1021_qml-Fix-WorkspacePreview-positioning.patch | [PATCH 1/8] qml: Fix WorkspacePreview positioning | Alfred Neumayer <dev.beidl@gmail.com> | no | 2024-03-01 | ||
| 1023_qml-Remove-smooth-property-assignment-to-stay-unifor.patch | [PATCH 3/8] qml: Remove smooth property assignment to stay uniform across all users of MirSurfaceItem | Alfred Neumayer <dev.beidl@gmail.com> | no | 2025-07-11 | ||
| 1024_qml-Resize-Window-Decoration-with-surfaces.patch | [PATCH 4/8] qml: Resize Window Decoration with surfaces Apparent in GIMP with its splash screen, the decorations draw outside of the surfaces geometry limits. React to surface's sizeChanged signals and pass the new value on to the decoration to set the size accordingly. |
Alfred Neumayer <dev.beidl@gmail.com> | no | 2024-03-03 | ||
| 1026_qml-Disallow-resizing-unresizeable-windows-follow-ma.patch | [PATCH 6/8] qml: Disallow resizing unresizeable windows & follow maximum/minimum geometry - Set window geometry based on surface's minimum and maximum limits - Prevent resize handles from doing anything when minimum and maximum limits match |
Alfred Neumayer <dev.beidl@gmail.com> | no | 2024-03-07 | ||
| 1028_qml-Center-the-WorkspacePreview-in-its-parent-horizo.patch | [PATCH 8/8] qml: Center the WorkspacePreview in its parent horizontally | Alfred Neumayer <dev.beidl@gmail.com> | no | 2025-07-11 | ||
| 0034_spawn-apps-in-fullscreen-when-in-phone+tablet-mode.patch | qml: Spawn windows maximized on phones & tablets Make all app windows maximized once spawned in staged modes. Has more effect on for example GTK applications, which now fill the screen with window contents instead of spawning with extents and window shadows. |
Alfred Neumayer <dev.beidl@gmail.com> | no | 2024-12-01 | ||
| 1029_plugins-add-Lomiri-suffix-to-distro-in-wizard.patch | plugins: add 'Lomiri' suffix to distro in wizard This makes it so hardcoding with build flags can be ignored, instead relying on /etc/os-release. |
Oren Klopfer <oren+12345@taumoda.com> | yes | 2026-06-23 | ||
| 1030_qml-drop-unused-import-in-wizard.patch | qml: drop unused import in wizard 30-wifi.qml does not appear to require this module at all. Dropping it is needed for getting the wizard working outside of Ubuntu Touch. |
Oren Klopfer <oren+12345@taumoda.com> | yes | 2026-06-23 | ||
| 2016_qml-drop-system-image-utilities-from-wizard.patch | qml: drop system-image utilities from wizard In order to get the wizard working outside of Ubuntu Touch, we need to ignore the system-image components not used upstream. |
Oren Klopfer <oren+12345@taumoda.com> | not-needed | 2026-06-23 |
