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
0
votes
0 answers

How to add change display shortcut key in manjaro xfce?

Is there a way to add change display shortcut key in manjaro xfce? By change display shortcut, I mean a shortcut key that allows to change display between current displays. For example in windows, it is win+P key. Thank you in advanced
user12278897
0
votes
0 answers

Android emulator showing black bars on screen

I am running android emulators on an ubuntu machine running the XFCE desktop. The emulators have hardware selected for graphics. When I use the emulators they sometimes show black bars over the screen and I am wondering how to troubleshoot / resolve…
dazza5000
  • 7,075
  • 9
  • 44
  • 89
0
votes
1 answer

Gnome Tweak Tool does not save changes

Gnome Tweak Tool Faced such problem, installed The gnome Tweak Tool utility through the terminal sudo -i *password* sudo apt install gnome-tweak-tool everything is set, all the hood, opened the program via ' sudo gnome-tweak-tool And then the…
0
votes
1 answer

add View menu to thunar context menu

How can I add the View menu to right click in Thunar? I would like to be able to right click an empty area in the Thunar window to at least select between icon, compact list, or details list if not access the rest of the View menu. In reference to…
0
votes
0 answers

tkinter - font inconsistency between visual studio code debugging and command line

I'm using Visual Studio Code 1.31.0 to create a Python GUI using tkinter. I'm using Linux Mint 19.1 xfce. The problem here is when I run the Main_form.py using the traditional command line python3 Main_form.py I get this as my output: And when I…
Zaid Khan
  • 786
  • 2
  • 11
  • 24
0
votes
0 answers

setting up monodevelop in xfce

I use this solution to have a VNC desktop session with a remote Ubuntu PC https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-16-04 I want to setup monodevelop on this machine. I followed the instructions and…
Jesse Adam
  • 415
  • 3
  • 14
0
votes
1 answer

Python / GTK error when trying to use pyperclip.copy() in Debian 9

I'm a complete novice in programming, I've searched the bellow error in google in different ways but without luck of finding reasonable results. My code is basically trying to: pyperclip.copy(str(DICTIONARY[KEY])) My invocation of the program in…
Gabz
  • 391
  • 5
  • 11
0
votes
1 answer

xfce: Alt-Ctrl-Left Closes All Open Windows?

xfce 4.12 It was a freak mis-type of this combo (Was trying to go back using Alt-Left) but I realized after it was pressed, all windows closed not saving anything... I couldn't find anything online. There is nothing in my 'Keyboard->Application…
ikwyl6
  • 851
  • 1
  • 7
  • 12
0
votes
1 answer

How to add a new line before output in xfce4-terminal

I want a to add some padding to outputs in the terminal like this prompt >> command output prompt >> command I know how to add a newline after the output, by appending a '\n' before PS1. However how do I add a newline after every command I…
Zanark
  • 63
  • 2
  • 5
0
votes
1 answer

D-Bus - 'ServiceUnknown' exception encountered while calling a remote procedure

I'm trying to call the remote procedure DisplayFolderAndSelect() of Thunar file manager from my own program: import dbus bus = dbus.SessionBus() obj = bus.get_object('org.xfce.Thunar', '/org/xfce/FileManager') iface = dbus.Interface(obj,…
user6039980
  • 3,108
  • 8
  • 31
  • 57
0
votes
1 answer

Strange key bindings (Ubuntu 16.04 VM, xfce, Spice console)

I have a Ubuntu 16.04.04 VM with xfce intalled. The VM is hosted by an academic HPC/cloud computing system (Compute Canada), and I access it through their website which I believe has a Spice console. I'm new to a lot of this so I'm happy I made it…
R Greg Stacey
  • 425
  • 4
  • 15
0
votes
1 answer

Show static user-set message in the notification bar on the Ubuntu panel (xfce)

I'm running on Xubuntu 18.04. Is there a way to add a specific text box to the notification taskbar on the top of the screen? i.e. but I don't need the dropdown menu or any of that fancy stuff. All I want is a single text box that I can define a…
Jonathan Lee
  • 153
  • 8
0
votes
1 answer

Theme engine missing?

In xfce, specifically xubuntu 16.04, where are the theme engines found? I'm chasing a persistent error that gives warnings on each execution of a python program which imports pygtk. My desktop theme is probably a leftover from gtk 2, which may be…
Jim Kyle
  • 31
  • 7
0
votes
0 answers

Systemd create service who is able to display itself in a full screen terminal

i've made a CLI app with node js. How can i create a service who display it in a full screen terminal in case it crashes and need to be restarted? I'm using lxterminal in a raspberry pi. (Yes, i need the desktop environement for other…
0
votes
1 answer

Linux CPU and memory percentages

Is there a command which outputs just current CPU usage percentage and current memory usage percentage? As a single number, so no tables or formatted output. The reason I'm asking. For my panel in XFCE I'd like to see something like this: CPU 34% |…
arjobsen
  • 313
  • 2
  • 12