Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新增支持Deepin #39

Merged
merged 3 commits into from
Aug 29, 2024
Merged

新增支持Deepin #39

merged 3 commits into from
Aug 29, 2024

Conversation

xiyionxiong
Copy link
Contributor

➜ deepin-screen-recorder --help-all
isDeepin:  true
isDDE:  true
SystemName:  "深度操作系统"
EditionName:  "社区版"
ProductTypeName:  "桌面"
SystemVersion:  "23"
Is Table: false
Is Wayland: false
Is Root User: false
where is libs? where is  QDir( "/usr/lib/x86_64-linux-gnu" , nameFilters = { "*" },  QDir::SortFlags( Name | IgnoreCase ) , QDir::Filters( Dirs|Files|Drives|AllEntries ) )
Is libavcodec in there?  there is : ("libavcodec.so.60", "libavcodec.so.60.31.102")
Is exists ffmpeg in PATH( "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/home/iAkii/.local/share/pnpm:/home/iAkii/.flutter/bin:/home/iAkii/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin:/usr/sbin:/home/iAkii/.pub-cache/bin" ): true
Is FFmpeg Environment: true
KF5_WAYLAND_FLAGE_ON is close!!
Usage: deepin-screen-recorder [options]
deepin-screen-recorder

Options:
  -h, --help                                       Displays help on commandline
                                                   options.
  --help-all                                       Displays help including Qt
                                                   specific options.
  -v, --version                                    Displays version
                                                   information.
  -d, --delay <NUM>                                Take a screenshot after NUM
                                                   seconds.
  -f, --fullscreen                                 Take a screenshot the whole
                                                   screen.
  -w, --top-window                                 Take a screenshot of the
                                                   most top window.
  -s, --save-path <PATH>                           Specify a path to save the
                                                   screenshot.
  -n, --no-notification                            Don't send notifications.
  -g, --gstreamer                                  Use GStreamer.
  -u, --dbus                                       Start  from dbus.
  --record, --screenRecord, --start screen record
  --shot, --screenShot, --start screen shot
  --ocr, --screenOcr, --start screen ocr
  --scroll, --screenScroll, --start screen scroll
  --qmljsdebugger <value>                          Activates the QML/JS
                                                   debugger with a specified
                                                   port. The value must be of
                                                   format port:1234[,block].
                                                   "block" makes the application
                                                   wait for a connection.
  --platform <platformName[:options]>              QPA plugin. See
                                                   QGuiApplication documentation
                                                   for available options for
                                                   each plugin.
  --platformpluginpath <path>                      Path to the platform
                                                   plugins.
  --platformtheme <theme>                          Platform theme.
  --plugin <plugin>                                Additional plugins to load,
                                                   can be specified multiple
                                                   times.
  --qwindowgeometry <geometry>                     Window geometry for the main
                                                   window, using the X11-syntax,
                                                   like 100x100+50+50.
  --qwindowicon <icon>                             Default window icon.
  --qwindowtitle <title>                           Title of the first window.
  --reverse                                        Sets the application's
                                                   layout direction to
                                                   Qt::RightToLeft (debugging
                                                   helper).
  --session <session>                              Restores the application
                                                   from an earlier session.
  --display <display>                              Display name, overrides
                                                   $DISPLAY.
  --name <name>                                    Instance name according to
                                                   ICCCM 4.1.2.5.
  --nograb                                         Disable mouse grabbing
                                                   (useful in debuggers).
  --dograb                                         Force mouse grabbing (even
                                                   when running in a debugger).
  --visual <id>                                    ID of the X11 Visual to use.
  --geometry <geometry>                            Alias for --qwindowgeometry.
  --icon <icon>                                    Alias for --qwindowicon.
  --title <title>                                  Alias for --qwindowtitle.

@lijy91
Copy link
Member

lijy91 commented Aug 29, 2024

LGTM

@lijy91 lijy91 merged commit c6fad6f into leanflutter:main Aug 29, 2024
7 checks passed
@lijy91 lijy91 linked an issue Aug 29, 2024 that may be closed by this pull request
@lijy91 lijy91 mentioned this pull request Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deepin OS 支持以下不
2 participants