Questions tagged [display-manager]

45 questions
0
votes
0 answers

Display Manager can't detect huawei phones's screen recorder

On huawei phones DisplayManager.getDisplays() can see the screen recording of 3rd party applications. But when I open the huawei device's own screen recording application, DisplayManager cannot detect it. I use getDisplays() method (Gets all…
0
votes
1 answer

Where to begin debugging GTK anomaly?

Recently installed Linux Mint 21 Mate Edition. Then installed Gimp 2.10.30 from their repos. Gimp has two modes of operation: single and multi-window. Default is single window. A quick operational test in single window mode showed normal operations…
0
votes
0 answers

How to control secondary screen with my app on primary screen in Android?

I am developing an application to control the secondary display using the buttons in my application. My app will run on the primary screen and I want to send the navigation and selection key events to the secondary screen through my controller app…
0
votes
0 answers

How to detect Screen Sharing is enabled, and stop it, my code working for google meet, but it not working for MS Teams

val displayManager = applicationContext.getSystemService(Context.DISPLAY_SERVICE) as DisplayManager val var1: Array = displayManager.displays val var2…
0
votes
1 answer

How do you make SAS toolbar available to ALL windows?

I am using SAS 9.1 and wish to make my toolbar available regardless of which window is in 'focus' (eg log, editor, output). My code looks like this: libname temp678 "\\MyDrive\Team Autoexec"; dm "toolload bar…
Allan Bowe
  • 12,306
  • 19
  • 75
  • 124
0
votes
1 answer

LightDM Webkit2 images issue

I am working on my hobby project for creating a theme for lightdm webkit2. I have choosen react framework since I am very comfortable with it. Here is the repo link https://github.com/gitneeraj/reactive/tree/feature/dist (checkout branch…
Neeraj
  • 483
  • 9
  • 17
0
votes
1 answer

can't change sddm display manager theme

I am using Debian 10 with Xfce desktop environment. I recently changed to sddm display manager. However no matter what I do, I can't change the display manager theme (only the debian-maui theme appears). I want to change the theme to a custom one…
mani-hash
  • 346
  • 1
  • 10
0
votes
2 answers

raspberry pi3 can not launch application on primary HDMI Display, can launch on remote using ssh -x

I had built console core image for raspberry Pi3, and I am able to boot the Rpi3 successfully using SD card. I have created an electron app which is able to launch on remote display over ssh. However when I launch the application on Monitor…
Ekayaa
  • 169
  • 16
0
votes
0 answers

Strange error when compiling lightdm-gtk-greeter-2.0.3.tar.gz

I got the error when compiling lightdm-gtk-greeter-2.0.3.tar.gz as below make[2]: Leaving directory '/sources/lightdm-1.24.0/lightdm-gtk-greeter-2.0.3/po' Making all in src make[2]: Entering directory…
xuanloctn
  • 81
  • 1
  • 1
  • 8
0
votes
1 answer

Trigger Ubuntu session logout from my own script

I want to write a Python script to run in Ubuntu session that can under certain conditions logout the user - think screen time management for kids :) Can someone give me a pointer where to look, how is logout done in modern Linux desktops? I suspect…
KeepLearning
  • 349
  • 2
  • 3
  • 10
0
votes
1 answer

Ringtone for specific friend!!Phone restarts, Error: Could not get display information from display manager;android.os.DeadObjectException

Hi guys I am trying to make ringtone app, and had asked couple of days ago a question considering permissions, and your answers helped me a lot. Original question : App crashes when trying to set song as specific friend in android studio, app…
0
votes
2 answers

How to make SAS to open with maximized window?

How to make SAS to open with the main window and the editor window automatically maximized?
-1
votes
2 answers

Detect screen mirroring using xamarin.forms.android

I want to detect android screen mirroring to pc. I am currently coding in c# Xamarin Forms Android. What I have done Here someone recommended to use DisplayManager and VirtualDisplay documentation. But I don't know how to achieve that in code. Here…
-1
votes
1 answer

Hide the cursor from the XDM login screen

I want to hide the Adwaita cursor from the my XDM login screen. I looked at /etc/X11/xdm/ for a some cursor config, but found nothing. There is my ~/.Xresources: xlogin.Login.greeting: xlogin.Login.unsecureGreeting: xlogin.Login.fail: …
Kassi
  • 151
  • 2
  • 12
-1
votes
1 answer

Can't type in GtkEntry after exiting forked window manager

Update: I believe this isn't specific to GtkEntry, but more that the keyboard input itself isn't being sent to the program (key events are no longer triggered). I'm working on a display manager. I'm testing on Arch Linux. The idea is that when the…
gsgx
  • 12,020
  • 25
  • 98
  • 149
1 2
3