what is the minimal gui system in linux to run Electron [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I have a CentOS 8 server running without GUI. Now i want to run an Electron app on it, full screen on start, but i don't want to install KDE or GNOME, they are too big.
So what should i do?

please refer this
to run any GUI application you at least need xorg. Desktop environments are not required. so after installing try:
startx
your-appllication
to enter in full screen mode set browserwindows fullscreen to true
Also note that you cant move or resize window. likewise you have to explicitly provide functionality for closing the application

Related

Can't Uninstall Screensaver from Windows 10 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
Two screensaver apps I downloaded and installed for my PC did not impress me after I tested them out as my new screensavers. I can't uninstall these two screensavers. I searched online but couldn't find the answer.
Do you have any suggestions for how to remove screensavers from a PC running Windows 10?
you can try uninstall from control panel
open control panel -> select uninstall a program -> select your application what you want to uninstall -> click uninstall
and iam recommended you to using lightshot

What are some tips to connect to linux server remotely from windows and increase productivity? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I have a windows computer and connect to Linux on a remote server for my experiments. I want to use an easy interface software from windows to my Linux server (ubuntu 18.04). Can you give some tips on how to increase productivity in such a workflow?
Putty is fast, but AFAIK, does not support tabs, you will have to open different windows for different tasks, unless you use a terminal multiplexer like screen.
Try Mobaxterm and see if you like it. It is free, and supports multiple tabs, very handy for a single session.

Erroneous Gitkraken installation by means of Yaourt Manajro [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
My operating system is Manjaro Linux with gnome Desktop.
I installed gitkraken with yaourt, whereas I was asked to install libcurl-openssh for gitkraken.
Nevertheless, I have gitkraken installed now!
But when I go to the file/folder browser dialog in gitkraken, I see a broken fonts in the dialog as you can see on the following screenshot
How can I fix the wrong fonts?
It's a known problem, see:
https://aur.archlinux.org/packages/gitkraken/?comments=all
https://github.com/Azd325/gitkraken/issues/45
It's because gitkraken uses an old electron version

Turning a workspace in Linux desktop into a permanent terminal [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have Manjaro Linux on my laptop with KDE desktop. In desktop environments you can have multiple desktops. I want to turn one of these desktops into a permanent terminal. A complete full-screen terminal like the one you get when you don't have a desktop environment installed. Is there anyway to turn one of my workspaces in KDE into a permanent terminal ??
Did you try using a plasmoid? It's not complete full screen but it's as near as it gets.
For example this or this.
Also, have you tried Yakuake? It's not located on the desktop, but invoked by a key press (usually F12) or by the mouse reaching the top border if you want. It's the first program I install on any KDE setup, it's vital to my workflow.

How to open Guake immediately without transitions in Ubuntu [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am a user of Ubuntu 12.04 LTS using Unity default inteface.
I use Guake, a Drop-down terminal for GNOME.
I want to open it immediately without transitions because of Unity.
What can i do? Thanks.
Ok, I find it! Open a terminal and execute:
sudo apt-get install ccsm
And then execute: ccsm.
Uncheck 'Animations' to disable these kind of transitions.

Resources