60,576 questions
-3
votes
1
answer
25
views
How can I make icon visible for desktop entry in ubuntu [closed]
I'm trying to make a launcher for the krita appimage, but it's not showing.
this is my krita.desktop file that is in $HOME/.local/share/applications:
[Desktop Entry]
Name=Krita
StartupWMClass=Krita
...
-3
votes
0
answers
30
views
GtkFontDialog with custom filtrer too much slow
Before submitting a request to the GTK developers, I would like to present my issue:
Context
On my Ubuntu system, the normal use of GtkFontDialog displays hundreds of fonts, whereas I only want to use ...
Advice
0
votes
1
replies
38
views
Atomic Release for Laravel + Vite
I am using a Laravel + Vite Project
My setup is Git Action, where I call production.sh file
In which I take a pull of the branch and build the project, and do the necessary steps.
At the moment, I ...
1
vote
2
answers
114
views
Laravel Octane + Native Docker + WSL2: Extreme Performance Issues
I'm experiencing severe performance issues with my Laravel application running on Docker + WSL2. Despite implementing numerous optimizations, all pages take 2-10 seconds to load. I'm hoping someone ...
0
votes
1
answer
87
views
Why are there random files being generated at the root of my nextjs project when deploying on google cloud vm's ubuntu using nginx and pm2?
As said in the question. I deployed a nextjs app by spinning up a VM instance with Ubuntu OS (24.4.0); then installing nginx, nvm and pm2; I then clone my project to the server, config nginx server to ...
Advice
0
votes
11
replies
107
views
Trying to make a command similar to "time" in Ubuntu using C++
I am trying to make a command similar to time in Ubuntu that will give me the time taken by the command which follows it on the command prompt.
My logic here is to use fork to create a duplicate ...
0
votes
1
answer
53
views
Miniconda installer segfaults in WSL2 (Debian/Ubuntu), constructor --extract-tarball fails with Exit 141 / Segmentation fault
I'm trying to install Miniconda in WSL2, but the official installer always fails during payload extraction. The script reports Exit 141 and then Segmentation fault in constructor --extract-tarball. ...
Tooling
2
votes
0
replies
133
views
Fast, non-intrusive screen capture on Linux (Wayland) from Python – alternative to mss / pyautogui?
I am trying to capture the screen on Linux running Wayland in a way that is:
fast (low latency, suitable for near-real-time capture)
efficient (low CPU / memory overhead)
does not visibly affect ...
0
votes
1
answer
72
views
Installing and linking libcgal-dev on ubuntu 22.04 for gcc compilation
I am trying to compile a C++ code using CGAL on ubuntu 22.04
I installed libcgal-dev using synaptic, and according to synaptic, it is indeed installed.
In the code I use cgal headers :
#include <...
Tooling
0
votes
0
replies
19
views
Gst wpe plugin from gst-plugins-bad seems to be missing?
I'm trying to the the wpe plugin for gstreamer on ubuntu 20.04 but it doesn't seem like it's in the gst-plugins-bad package anymore? I saw in the official gst documentation that wpe plugin is in bad ...
0
votes
0
answers
53
views
Dagster DockerRunLauncher fails with ConnectionRefusedError on /var/run/docker.sock after host Docker daemon restart – stale bind mount in container
I'm running Dagster (with DockerRunLauncher + QueuedRunCoordinator) in Docker Compose on an Ubuntu VM. Everything works fine after a full rebuild/restart, but after ~1 week the daemon starts logging:
...
0
votes
0
answers
65
views
(R)spec booting up very slow, takes a significant time to load files
I've reinstalled my Ubuntu desktop environment and went from 22 LTS to 24 LTS. By reinstalling I mean: I wiped out the data and repartitioned the hard drive (and I used the same one for Ubuntu). As ...
1
vote
1
answer
130
views
Bash command interpretation
I am creating a program that will simulate a pipe, for this i am checking the argument i have as input for this commands:
I am on Ubuntu, the shell is zsh.
I need to code this programm in C.
I have a ...
0
votes
1
answer
57
views
Fixing Milvus Build Failure When make Cannot Download Third-Party Source Package on Ubuntu
How to fix Milvus build failure on Ubuntu when make cannot download a third-party source package?
I’m building Milvus from source on Ubuntu 24.04, and running make fails during the third-party ...
Best practices
0
votes
2
replies
32
views
Resize Partition without deleting Data
I have a small Ubuntu server running at home.
It uses a 500GB SSD and today i noticed that it seems to be nearly Full.
This should not be the case so i checked the Drive with
lsblk -o NAME,FSTYPE,SIZE,...