Code Monkey home page Code Monkey logo

Comments (4)

stefonarch avatar stefonarch commented on August 20, 2024

In lxqtmodman.cpp excluding files withX-LXQt-X11-Only=true looks working fine:

void LXQtModuleManager::startAutostartApps()
{
        if (QGuiApplication::platformName() == QLatin1String("wayland"))
            {
            if (i->value(QSL("X-LXQt-X11-Only"), false).toBool())
            {
            // Don't include those desktop files under wayland
            continue;
            }
        }

This needs

  1. The GUI as above in the screenshot
  2. Adding the key in https://github.com/lxqt/lxqt-session/blob/master/autostart/lxqt-xscreensaver-autostart.desktop.in and in the .desktop file of lxqt-globalshortkeys.

from lxqt-session.

palinek avatar palinek commented on August 20, 2024

Why adding a new special field? Can't we use the existing OnlyShowIn, NotShowIn ?

from lxqt-session.

stefonarch avatar stefonarch commented on August 20, 2024

Why adding a new special field? Can't we use the existing OnlyShowIn, NotShowIn ?

Sorry missed your comment.
Didn't think about that, could work well using NotShowIn=wayland but that is not standard of that key probably:

The NotShowIn field is a list of strings identifying the environments that should not display a given menu item. If an NotShowIn field is present, a given environment should only display the menu item if the string identifying that environment is not present. The strings are case-sensitive. Appendix B, Registered OnlyShowIn Environments enumerates the strings to use for some common environments.

from lxqt-session.

stefonarch avatar stefonarch commented on August 20, 2024

Added NotShowIn=wayland and

$ desktop-file-validate /etc/xdg/autostart/lxqt-globalkeyshortcuts.desktop 
/etc/xdg/autostart/lxqt-globalkeyshortcuts.desktop: error: only one of "OnlyShowIn" and "NotShowIn" keys may appear in group "Desktop Entry"
/etc/xdg/autostart/lxqt-globalkeyshortcuts.desktop: error: value "wayland" for key "NotShowIn" in group "Desktop Entry" contains an unregistered value "wayland"; values extending the format should start with "X-"

from lxqt-session.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.