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
2
votes
1 answer

Debian APT unable to install any package

I am running Debian 9 with XFCE4 on Dell XPS 15 (9560). Recently I ran into trouble with apt. If I try to run anything using apt-get install, the following always return: william@debian:~$ sudo apt-get install vim Reading package lists...…
Will Wu
  • 31
  • 1
  • 4
2
votes
1 answer

How to reuse the session in ubuntu using xrdp

I want to use only one session when remote to ubuntu 14.04. I searched in google and found the way, but the setup was not success. sudo apt-get update sudo apt-get install xfce4 sudo apt-get install tightvncserver sudo apt-get install xrdp Config…
Cuong Nguyen
  • 85
  • 1
  • 10
2
votes
1 answer

Critical error: Not enough arguments are passed to the wrapper, when loading my xfce plugin

I've written one very simple xfce panel plugin snippet: #include #include static void system_monitor_construct(XfcePanelPlugin *plugin); XFCE_PANEL_PLUGIN_REGISTER(system_monitor_construct); static…
Douglas Su
  • 3,214
  • 7
  • 29
  • 58
2
votes
2 answers

XRDP add layout

On Debian 8 installed XRDP + xfce4. There is no possibility to add a new layout to system - the "Add" button is disabled: after logging in go to the "Application Menu - Settings - Keyboard" select "Layout" and see the following picture: see…
Igor Rybak
  • 437
  • 5
  • 10
2
votes
2 answers

What programming languages are supported by XFCE plugins?

What programming languages are supported by XFCE plugins? \
inf3rno
  • 24,976
  • 11
  • 115
  • 197
2
votes
2 answers

How can I display a matplotlib interactive window without any of the controls visible?

I need to display a PNG on a users Xfce4 desktop. So far I'm using a python script that shows the PNG in an interactive matplotlib window: import matplotlib.pyplot as plt import matplotlib.image as mpimg img =…
Balthasar
  • 1,227
  • 2
  • 13
  • 24
2
votes
0 answers

How to remove the HUGE padding for tabs and icons in Eclipse on Linux Mint 17.3 Xfce edition?

I've just installed Linux Mint 17.3 Xfce edition on a laptop and went on to install Eclipse Mars.2 after I have finished playing with colors everywhere. I've downloaded the gzipped tarball and extracted it in my home, started it, and got this bad…
2
votes
0 answers

tmux can not be started in terminal as normal user but as root?

I use Archlinux 32-bit on an old Lenovo X60 Thinkpad. It works great but I have a problem with tmux: Whenever I try to launch tmux as a normal user in st-terminal or in xfce4-terminal (or I guess in other terminal emulators too) I get the following…
tedy42
  • 68
  • 9
2
votes
0 answers

SDL2 window raises when switching workspace (Xorg)

I have created a simple OpenGL window with SDL2. I'm running this on Linux and my WM is xfwm4. My problem is that if I change workspace (with ctrl+alt+arrows) while window is not focused, it will raise itself. This makes the window appear on the new…
hotmultimedia
  • 86
  • 1
  • 6
2
votes
0 answers

XFCE 4.12: desktop taking ages to appear when dual monitor is on

i'm using an Gentoo (3.18.9 / Graphic card: ATI Trinity Radeon HD 7660D, details below) with XFCE 4.12 on top. Note that i'm to help isolate the problem, i'm not using any login manager, i'm logging from console and then running "startx". If i…
Matt
  • 61
  • 3
2
votes
1 answer

How to get the current Linux theme with Python?

I need to get the current Icon Theme in the system. The problem is that there are a lot of environments as GNOME, XFCE, MATE... Please, how could I get the current Icon Theme? I'm thinking that it'll be with Gtk.IconTheme.get_default(), but I didn't…
Costales
  • 2,799
  • 1
  • 17
  • 21
2
votes
1 answer

Python script to change wallpaper depending on time of day

I'm running Linux Mint 13 with xfce. Using the script in this thread, I was able to get the cronjob running with this format: PATH=/usr/bin/python/:/usr/bin/python3/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin # The Wallpaper…
user4424710
2
votes
1 answer

How to restart X Windows System for new desktop `Xfce' to take effect

I installed Fedora 20 a while ago and now decided to install and test Xfce ui. I installed Desktop Switched gui utility for switching the ui. Now when I select xfce in the switcher utility and click apply I get the following message. Your desktop…
MistyD
  • 16,373
  • 40
  • 138
  • 240
2
votes
1 answer

Linux - XFCE4 - Lazarus system wide hotkey

I have done quite a bit of searching in Google and though I can find the switches to do this for Windows using WM_HOTKEY I cannot find it for Linux. WM_HOTKEY Hook uses ...,windows; var PrevWndProc: WNDPROC; const MY_ID=1; function…
jfreak53
  • 2,239
  • 7
  • 37
  • 53
2
votes
1 answer

selenium fedora xfce amazon EC2

I am running fedora 19 XFCE on EC2, I get this error when i run the python selenium script... E ====================================================================== ERROR: test_PROG…
krisdigitx
  • 7,068
  • 20
  • 61
  • 97