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

xfce4/gtk-3.0 - Changing text color for the panel DateTime widget?

I'm using xfce4 built on top of gtk-3.0. Here is the system info ... System: Host: XXXXXXXX.XXX Kernel: 4.4.0-81-generic x86_64 (64 bit) Desktop: Xfce 4.11.8 Distro: Linux Mint 17 Qiana I am trying to change the text color of the DateTime widget…
HippoMan
  • 2,119
  • 2
  • 25
  • 48
0
votes
1 answer

xfce4: Keyboard application shortcut to run emacs does not export the current user's environment variables

I have emacs bound to Ctrl-Alt E. I also have some environment variables exported in ~/.bashrc. When running M-x getenv, I get different environment variables not defined in ~/.bashrc
Kevin
  • 97
  • 9
0
votes
1 answer

Calibrate touchscreen over xfce4

dear experts I have a problem with calibrating my Penmount touchscreen over x-server. I connected through tslib. In X, I have a compiled xf86-input-tslib library. Unfortunately, ts_calibrate not working with "Illegal instruction level Touch work…
inks
  • 1
  • 2
0
votes
0 answers

text does not render properly in java application

I am trying to run an old version of jdeveloper (10.1.3.2) with jdk 1.5.0_04 on ubuntu linux (15.04) running xfce4 desktop (4.12) and xfwm4 window manager. this is how menus and text look like! selecting text or changing font-size sometimes helps.
oran g
  • 171
  • 1
  • 10
0
votes
1 answer

xfce, widgets gone, right-click (ctrl-click on mac) doesn't work

I installed xfce4 on an AWS EC2 instance and was able to use it through vnc on my Mac. The xfce windows manager had some widgets I could use to do some simple things like start an xterm. Something changed, all the widgets are gone, all that…
daveg
  • 1,051
  • 11
  • 24
0
votes
1 answer

Thunar can't access (samba) shares throught "Browse Network"

x86_64 Debian Stretch kernel version is 4.7.8-1 with XFCE I wasn't able to open shares (samba) with Thunar in Browse Network (network:///). In location bar I could saw bad dns-sd names, when I tried to access shares. Names look like…
Marko
  • 39
  • 1
  • 6
0
votes
0 answers

Shell script to setup Xubuntu 16.04

I wanted to create a file I could run every time I installed Xubuntu so I could have my setup ready easier. So I created a python file with the following text to install software, I then set up permissions and ran the file. It didn't ask for my…
0
votes
1 answer

Eclipse code completion broken when using XFCE

I recently switched to using XFCE in Ubuntu 14 because I noticed that Eclipse runs much, much faster. However, code completion stopped working all together. Using the menu Edit > Content Assist > ... path still works as expected, but typing…
carbontax
  • 2,164
  • 23
  • 37
0
votes
0 answers

Network Manager Xfce in Debian

I need to connect to the wireless network of my job, with my notebook (My notebook is using Debian 8 with Xfce). The problem is that they have a proxy with credentials, and I have no option in the network manager to handle this, so I am unable to…
Juliano Grams
  • 525
  • 1
  • 5
  • 17
0
votes
1 answer

xfce4-terminal is not floating well

I use i3 as a wm, so when I switch terminal size, all text remains same position as it was on previous size. For example this happens when I start man man and then go full screen. Also it's huge pain when try to do something continous like pip…
kAldown
  • 610
  • 2
  • 8
  • 27
0
votes
1 answer

qt5.5 doesn't show system tray

here is similar problem, but I can't get answer from it. I try official example and see following screenshot(in shot, the qt app system tray doesn't exist) How to make system tray show? here is my CMakeLists.txt cmake_minimum_required(VERSION…
chikadance
  • 3,591
  • 4
  • 41
  • 73
0
votes
1 answer

Infinite login lightdm ArchLinux

Just installed arch linux base as descibed. all works perfect. Got installed xfce: pacman -S xfce4 xfce4-goodies lightdm lightdm-gtk-greeter well, I stuck in loop login with lightdm. Once I typed login and password, it blinks and returns me to login…
Evgheny Kalkutin
  • 133
  • 1
  • 2
  • 9
0
votes
2 answers

eclipse-mars on linux: black background color in Tooltip's

I know there are several tips for changing the background color of tooltip windows in eclipse under linux (these windows have on some linux distribution per default a black background ...). Some of the things I have tried…
Steffen
  • 2,500
  • 4
  • 31
  • 47
0
votes
1 answer

Missing library xfce

I'm trying to execute GoPanda2 (an application to play Go that is supported for linux) I'm on a chromebook acer720 running crouton. Following install instructions: In a terminal window, extract the archive: tar xvf gopanda2-linux-64.tar.gz Run…
0
votes
1 answer

Xmonad vertical resizable tiles hides panel xfce

I'm trying to have vertically resizable windows using xmonads and xfce. The problem is that once I change my configuration file to effect this using Xmonad.Layout.ResizableTile the windows cover my panel. How can I fix this? Here is my…