1,290 questions
0
votes
0
answers
67
views
How do you trigger a window to be shown on mac when launching an app at login?
I have a SwiftUI app targeting Mac-only (macOS 15 or higher). I provide a toggle to allow users to launch the app at login (using SMAppService.mainApp.register()). I can get the app to launch (it ...
0
votes
0
answers
64
views
SwiftUI macOS App opens itself without user interaction
My app seems to randomly open itself. When that happens, it's not visible in the Dock, Task Switcher, and it's not showing up on the menu bar either. It sounds like the app is launching with ...
0
votes
1
answer
921
views
Error when launching on emulator or physical phone on FLutter CardThemeData error
I'm facing issue i'm not able to solve.
Previously, i was able to launch my flutter app on my physical phone (or virtual). But my computer crashed and unable to boot. I install a new Windows, pull my ...
0
votes
0
answers
55
views
TurtleBot4 ROS2 Humble Nodes launched via systemd do not appear in ros2 node list
I know I am supposed to ask ROS2 questions on robot stack exchange. I did, no one has answered, and no one gave a working answer in the linux one either.
As the title states I am trying to run two ...
0
votes
0
answers
23
views
Android Launch Mode "SingleInstacne"
"singleInstance".
The behavior is the same as for "singleTask", except that the system doesn't launch any other activities into the task holding the instance. The activity is ...
1
vote
1
answer
522
views
vscode makefile: is there a way to run the makefile when pressing F5?
I installed the makefile extension for C/C++ in VSCode and in the makefile side panel I can press the makefile build button and it works.
I was wondering if there is a way to run the makefile when ...
0
votes
1
answer
380
views
I am confused with LauchedEffect and Coroutines or Threads in Kotlin. Are they run on top of the other?
In a Composable function every time a State variable is changed the function is run again top to bottom and all LaunchedEffect(Unit) are run again.
When I have a Coroutine inside the LaunchedEffect ...
0
votes
1
answer
311
views
How can I make Firefox Developer Edition launch as the browser of choice in vscode debug?
I have tried every manner of combinations in launch.json adn settings.json including currently,
{
"type": "firefox",
"request": "launch",
"name":...
0
votes
1
answer
110
views
Flutter's Android Apps white out on the second run or later, if without the Emulator's 'Wipe Data'
The app ran well the first time with no problem. But then when I stopped the program and ran it again, the emulator failed to launch the app and whited out like the following picture, without throwing ...
0
votes
1
answer
332
views
why the output blocks when i use launch in ros2
I am a new player of ros2. And one day i create two nodes called topic_helloword_pub and topic_helloworld_sub and a launch file called simple.launch.py to start the nodes.There are no mistake or ...
2
votes
1
answer
76
views
How to get the PID of a process launched from another process with the execlp c function?
I am working with a Debian (Linux like) OS writing code in c.
I am a running process (let's call it "A") which needs to launch an executable program AND to get its PID when the new process &...
1
vote
1
answer
42
views
PowerShell stops Windows from launching because it can't run a script
I did some experiments who I thought were safe with PowerShell, but unfortunately after shutting down and launching windows 10 again, it asks for a program to launch a "-shell" shortcut (...
0
votes
1
answer
84
views
Xamarin forms iOS app failed to launch on an iPad - rejected by App Review
Our iOS app update was submitted to App Store for review. It's been rejected with the following reason:
Guideline 2.1 - Performance - App Completeness
We were unable to review your app as it crashed ...
1
vote
0
answers
113
views
Error when launching Jupyter Notebook from Anaconda
I have installed Anaconda and am getting this error when launching Jupyter Notebook
Traceback (most recent call last):
File "C:\ProgramData\anaconda3\Scripts\jupyter-notebook-script.py", ...
0
votes
1
answer
127
views
How to launch web browser from client side
I have a project with model client-server by visual basic language code windows form.
I create my server include all project code at iis server.
From client computer (without include project code only ...
1
vote
1
answer
357
views
How to launch app from outside with BOOT_COMPLETED in android 10 and above versions
How to launch application, if my device is Android tv?
in android version of 9 and lower this code workid, but higher versions the application do not launching. Is any solutions?
`class BootReceiver : ...
0
votes
0
answers
85
views
An error occurred while launching Anypoint studio
I am trying to launch Anypoint studio 7.15 version. But I get a pop up saying an error occurred and to check the .log file created in the workspace.
However .log file does not have any information ...
2
votes
1
answer
594
views
How do I start another Android application from my RAD Studio Delphi Android application using a simple intent?
I am struggling to find a simple example of launching another application on Android using an intent. I have looked into the sample applications of SendIntent and ReceiveIntent but they are more ...
0
votes
0
answers
274
views
"Launch: program main.exe does not exist" appearing when trying to run a C file
When i try to run main.c that error appears and it takes me to launch.json which is empty (it only shows "version": "0.2.0", "configurations": []).
Something that i think ...
1
vote
4
answers
4k
views
Anaconda Navigator not launching "Attribute error: 'bytes' object has no attribute 'get'
I cannot launch Anaconda navigator outside of the first time it launches after installation.
uninstalling and reinstalling does not work.
commands such as conda update anaconda-navigator have not ...
-2
votes
1
answer
4k
views
how to add mingw compiler in vs code to run c prog
i am getting error stating launch program does not exist
i installed c compiler mingw that is required for windows still facing errors while compiling.
how can i run c program?
I have installed all ...
1
vote
2
answers
8k
views
how to debug golang in vscode
platform: windows 10
golang version : go1.21.1 windows/amd64
dlv version : Delve Debugger Version: 1.21.1
launch json:
"version": "0.2.0",
"configurations": [
...
1
vote
1
answer
21
views
Jupyter Notebook can't launchy
Please i've been trying to launch jupyter notebook, but i keep having the same problem. I've tried reinstalling anaconda but i still have the same problem
enter image description here
I've tried ...
-1
votes
1
answer
633
views
python selenium script does not launch the browser from the vscode console, but runs locally from cmd
Machine windows 10.
Python selenium script does not launch the browser from the vscode console, but runs locally from cmd.
I'm downloading the project
Creating a venv
I download selenium with the pip ...
1
vote
2
answers
4k
views
VSCode on Ubuntu 20.04 - black screen issue [duplicate]
Image for reference
As seen in the picture VSCode upon launching is not working, there is blank screen displayed and trying to e.g. a new terminal only shows one more black box in the terminal's place....