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

XFCE: hide desktop icons on one monitor (and keep them on another)

I have a dualhead setup with XFCE (based on ZaphodHeads Intel mode), currently icon sets are completely identical for both monitors (so if I add or delete something, the displayed icons are always in sync). Also if I run something like: xfconf-query…
yktoo
  • 2,696
  • 1
  • 23
  • 35
0
votes
2 answers

sudo-apt get update fails because of spotify repository

I've been trying to run sudo apt-get update and it keeps spitting out an error that it failed to fetch http://repository.spotify.com/dists/stable/InRelease. The output is as follows: Hit:1 http://repo.steampowered.com/steam precise InRelease Hit:2…
zgraham
  • 11
  • 1
  • 4
0
votes
1 answer

Disable user interactions for a specific screen on Linux

We have a PC with two physical monitors and a desktop app that is used to serve customers. Our use case is as follows: Screen A is used by the employee Screen B is facing the customer The OS is Ubuntu (Xubuntu 18.04 Bionic to be specific) running…
yktoo
  • 2,696
  • 1
  • 23
  • 35
0
votes
2 answers

Xfce4 genmon plugin won't display a variable content

I'm having an issue with the xfce4-genmon-plugin. I'm using it to monitor my vpn connection. Whenever I'm connected to my VPN (NordVPN using openpyn), it displays a symbol and the server I'm connected to with this command : $(ps ax | grep $(pidof…
RHarris
  • 23
  • 6
0
votes
0 answers

Change mouse behaviour for terminals in XFCE

I am using Xfce on a Debian system and would like to use the mouse in some terminal applications (like vim). The problem is that clicking or selecting with the mouse in the terminal is not handed to the application but rather handled by xfce to copy…
pbnoxious
  • 91
  • 7
0
votes
1 answer

Where does Tumbler (of Thunar) store/cache its thumbnails?

Tumbler is the thumbnailer for Thunar, from XFCE. Where does it store its thumbnails? Where is the thumbnail cache? I managed to see #define THUMBNAILER_CACHE_PATH "/org/freedesktop/thumbnails/Cache1" in the source code for Tumbler. Not sure if…
650aa6a2
  • 172
  • 11
0
votes
1 answer

Get xscreensaver status in python

I'm running OpenSUSE Leap 42.3 with XFCE and it uses xscreensaver. I want to somehow get True if screensaver is currently working. You can't just look at process list, xscreensaver always sits there. Is there any easy way to do that?
fayobace
  • 1
  • 1
0
votes
0 answers

Why Apache2 doesn't search index.php in folder?

I have a little problem. When I look to my localhost website, I have to write to address bar localhost/index.php. If I write only localhost, I get Apache2 Default Page, but my configuration files are set good (I think). httpd.conf…
J. Doe
  • 1
0
votes
2 answers

Unable to login in my gcloud compute engine xrdp using Remote Desktop

Hello i have installed xrdp and xfce4 on my gcloud compute engine. below is the process for installation: i had a user with name myadav on the ubuntu 16.04 server: so i first install xrdp by : sudo apt-get install xrdp and then i installed : sudo…
Manish Yadav
  • 435
  • 2
  • 8
  • 24
0
votes
1 answer

How to correctly format df pipe through genmon?

I am having trouble with command output formatting. In terminal this works nicely: df | grep sda1 | head -c33 | tail -c7 | tr -d " " In genmon, I get only numbers such as "1145944": SDAFREE=$(df | grep sda1 | head -c33 | tail -c7 | tr -d "…
chickensk
  • 1
  • 1
0
votes
1 answer

Is there any chance to install xfce on SLED 12SP3?

I would like to customize interface but out of the box Gnome doesnt allow me to move panel even. So I want to install xfce but I cannot find such metapackage/template in repos.
sky
  • 121
  • 8
0
votes
1 answer

Making a winetricks launcher in XFCE with wineprefix

I'm trying to create a launcher (shortcut) for winetricks (among other things wine-related) in xfce with my specific prefix. In "command" part I have tried putting the following: WINEPREFIX=~/.wineGames winetricks WINEPREFIX='$HOME/.wineGames'…
user7323531
0
votes
2 answers

XFCE and Qt: Left-clicking on systray does nothing

Background I'm developing an application in PyQt5 which uses the system tray. I've tried the application on LXDE where left clicking on the systray icon shows the menu (right click is handled by LXDE). My friend who runs XFCE has now also tried the…
sunyata
  • 1,843
  • 5
  • 27
  • 41
0
votes
0 answers

Customize XFCE4 Applications Menu applet stylesheet

I am curious to where the XFCE4 Applications Menu applet directory is located. I would like to edit the applet so that vertical text on top of a graphic is displayed alongside the left hand side of the applet (kind of like Windows 95). Any ideas?
0
votes
0 answers

How to lock a property and a channel in xfconf

I find instructions at https://docs.xfce.org/xfce/xfconf/start hard to follow. There is a chapter about Kiosk mode. It tells Locking a channel or property is as simple as creating a configuration file and setting either (and only either) the…
jarno
  • 787
  • 10
  • 21