Questions tagged [xfce]

Xfce is a lightweight desktop environment for UNIX-like operating systems. It aims to be fast and low on system resources, while still being visually appealing and user friendly.

Xfce pronounced “Ecks Eff See Eee”, is about a desktop environment providing simple and intuitive tools!

Xfce is a lightweight desktop environment for unix-like operating systems. It aims to be fast and lightweight, while still being visually appealing and easy to use; thereby directly increasing productivity.

Xfce 4 embodies the goal of the traditional philosophy of modularity and reusability. It consists of a number of components that together provide the full functionality of the desktop environment. Many are packaged separately and you can pick and choose from the available packages to create the best personal working environment.

Another priority of Xfce 4 is adherence to standards, specifically those defined at freedesktop.org.

Xfce 4 can be installed on several UNIX platforms. It is known to compile on , , , , , and , on , , , Alpha…

History

Olivier Fourdan started the project in 1996. The name Xfce originally stood for XForms Common Environment, but since then, Xfce was rewritten twice and doesn't use XForms toolkit anymore. The name survived, but the F is nolonger capitalized (not “XFce”, but “Xfce”). Currently the acronym doesn't stand for anything (suggestion: X Freakin' Cool Environment).

Sources and more information

290 questions
3
votes
0 answers

Exec format error, Qt5 online installer on Lubuntu

I've looked everywhere and can't seem to find an answer so posting here. Using a 64bit Lubuntu VM, Downloaded the Qt online installer from: https://www.qt.io/download-open-source The correct architecture installer downloaded After sudo chmod +x…
user2342062
3
votes
5 answers

Editing .desktop file to run executable as root?

I have compiled a c program into an executable that I would now like to integrate into the applications menu in Debian 7.4 XFCE. In order to run the application under normal circumstances, I am required to type sudo myprogram Now I have created my…
user1764386
  • 5,311
  • 9
  • 29
  • 42
3
votes
1 answer

Ubuntu/Xfce disable global shortcuts for specific application

This question has been asked by someone else on a different stackexchange site, but has not received any answers, hopefully more traffic here will get an answer. I'm running a java gui application and would like that when this application has focus,…
user467257
  • 1,714
  • 1
  • 16
  • 19
3
votes
3 answers

How to run xfce4 on debian on VNC startup?

I have a debian server. It is running the latest stable version of Debian. The following commands have been entered: apt-get install xfce4 xfce4-goodies I have also added startxfce4 to the VNC startup file. However, I get this black and white…
BBedit
  • 7,037
  • 7
  • 37
  • 50
3
votes
1 answer

Window short cuts for XFCE4

This is not a programming question per se, but this is certainly about something which would help increasing my programming productivity. In KDE, one can assign short-cuts to particular windows. This eliminates alt-tabbing completely and, is very…
technomancer
  • 41
  • 1
  • 2
2
votes
1 answer

set alacritty as default terminal emulator on Linux Mint 20.2 Xfce

I've built alacritty from source according to this article: Now I'm struggling with making it my default terminal emulator. a directory for alacritty on my machine is: /home/master/alacritty when I run: sudo update-alternatives --install…
punkuotukas
  • 77
  • 2
  • 10
2
votes
0 answers

x2go scaling issue from a Windows client

I am using x2go to connect to a remote Ubuntu Server 18.04 with XFCE installed from my local pc with a local resolution of 3840 x 2160 on a 17.3" screen. However, when I connect from my Windows 10 to the remote desktop, there appears to be a scaling…
2
votes
1 answer

Running Julia and getting colors to output on (unix-like) command line

I am getting started with Julia, and am watching this video, and at the time I linked to, the presenter runs the command palette = distinguishable_colors(100) Now if I run that in my terminal (xfce4-terminal), I just get output that looks …
Chris
  • 153
  • 7
2
votes
1 answer

XFCE keyboard shortcut Ctrl-Alt-Left

Is there a way to disable XFCE capturing Ctrl + Alt + Left / Right and let other apps using it? Can it be done without restarting XFCE?
Michael
  • 1,014
  • 2
  • 15
  • 26
2
votes
1 answer

How Mac keyboard can issue Alt key input in Apache Guacamole

I am using XFCE terminal in Debian linux on Apache Guacamole from MacOS X. I'm trying to navigate between tabs in the XFCE's terminal using ALT key shortcuts (e.g. ALT+1 and ALT+2) like shown in the screen below: I've tried every key combination I…
Jim Barton
  • 21
  • 2
2
votes
0 answers

XRDP- Reduce network egress on remote desktop

I connect my old Windows laptop as a client to connect to a Cloud(Azure/GCP/Aws) based Linux VM for development work. On client side I use RDP and at remote VM I've configured XRDP. Cloud based VM seems a good cost effective option with greater…
Vikash Gupta
  • 179
  • 2
  • 10
2
votes
2 answers

Is it possible to use GtkPopover while writing a xfce4 panel plugin

I am trying to write a plugin for xfce4 panel. It should show a popup with complex container like GtkBox. My code in vala is: using Xfce; public class ButtonPlugin : Xfce.PanelPlugin { private Gtk.MenuButton button; private Gtk.Popover…
Mubashshir
  • 60
  • 1
  • 5
2
votes
1 answer

Piping nginx -V to grep doesn't color matches

nginx/1.17.3, GNU grep 2.27 and xterm-256color capable terminal (Xfce terminal) for some reason doesn't provide colored matches in its output. I've tried this: nginx -V | grep brotli -o --color=always -C9999 nginx -V | grep -o --color=always -C9999…
user7921542
2
votes
3 answers

How to get a locked maximized window in GTK?

I have a GtkApplication based program that must always be shown maximized. That is easily accomplished by using gtk_window_maximize. The problem is you can still double click or drag the GtkHeaderBar to disable the maximized state. Is there a way to…
ntd
  • 7,372
  • 1
  • 27
  • 44
2
votes
0 answers

Termite terminal audible bell setting is not working

I am trying to configure the Termite Terminal to my liking; however, it seems that I cannot get the terminal to beep on a bell (\a) character. Here is my ~/.config/termite/config file: [options] allow_bold = true audible_bell = true bold_is_bright =…
jinscoe123
  • 1,467
  • 14
  • 24