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

How do I build the ManDVD package from compressed source on Linux?

When I try to install any compressed file into Linux I never can, because: When I execute ./configure the system says bash: ./configure: No such file or directory. When I execute sudo ./configure the system says sudo: ./configure: command not…
Christian Magro
  • 139
  • 1
  • 1
  • 11
0
votes
1 answer

Xfce Compiz doesn't start on first login

I installed Xfce4, Compiz and lxdm on my desktop computer running openSUSE 12.1. To start Compiz as the default WM I edited ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml and set
Genesis Rock
  • 707
  • 2
  • 5
  • 16
0
votes
3 answers

Moving from Gnome to XFCE

I'm using Gnome now and want to install XFCE. Nothing complicated but just curious - do all applications, installed previously on Gnome will be also removed or they would work on XFCE properly after installing XFCE and removing Gnome ? OS: Linux…
Oleksandr
  • 3,761
  • 8
  • 50
  • 80
-1
votes
0 answers

customize icons/themes of thunar based on the folders

I have two folders whose files/subfolders have similar names. These are shared files/folders and I cannot rename them. To avoid confusion, is there a way to customize thunar so that e.g. all files/subfolders under folder #1 use one theme and/or…
underflow
  • 143
  • 1
  • 1
  • 4
-1
votes
1 answer

How to logout a user from a desktop session without terminating his processes via a command line?

I am making MYSELF a restraint of sitting at the laptop by using crontab and time.conf for me not to be able to log into the system at specific hours. Yet the options the internet provides is by using 'skill -KILL -u user' which terminates ALL the…
art3miy
  • 1
  • 1
-1
votes
1 answer

How do I disable the input cursor blink in a new X session?

I am running a some browser regression in a new X session using 'Xvfb' and 'x11vnc'. My window manager is Xfce 4.16 and the OS is Fedora 35. To launch these I am running the following; `which Xfvb` :1 -screen 0 1920x1080x24 xfwm4 --replace x11vnc…
nkcs
  • 1
  • 2
-1
votes
1 answer

Is it possible to use a batch script to launch xfce4 in WSL2?

So I have just started using Auto Hotkeys to shortcut some things I have to do. One of these is to make Windows+Shift+L a shortcut to launch my virtual desktop. Some notes: I am on Windows 10 Home (Version 2004) I am using WSL2 I am using Ubuntu…
-1
votes
1 answer

window decorations in xfce missing

The below image shows pavucontrol on my Debian 10 running xfce-Desktop. One can see that for example the menus in the menu bar are written next to each other without space (WiedergabeAufnahmeAusgabegeräte...). Other window decorations are also…
Markus
  • 578
  • 6
  • 26
-1
votes
2 answers

How to empty trash in fedora xfce command line?

Command like this: rm -rf ~/.local/share/Trash/* doesn't remove all files from trash, are there any other path to trash files? Updated: simply files from other drive store into other folder.
VelikiiNehochuha
  • 3,775
  • 2
  • 15
  • 32
-1
votes
1 answer

compilation fatal error boost/filesystem

when running make g++ -pedantic -Wall -W -g pkg-config --cflags --libs liblog4cxx dbus-c++-1 -DDOUANE_VERSION=\"0.9.0\" -o freedesktop/desktop_file.o -c freedesktop/desktop_file.cpp In file included from freedesktop/desktop_file.cpp:1:0:…
Zakari
  • 453
  • 4
  • 15
-1
votes
2 answers

Broken symbols in xfce mousepad source code

Excuse me, I am a newbie. I am trying learning reading the very simple text editor for xfce4: mousepad. But in it I can see two broken…
Hardplus
  • 1
  • 3
-1
votes
1 answer

Bash script for switching wallpaper in XFCE4

Can you help me with writing a bash script for switching wallpaper between day and night version under XFCE? I want to set a cron job for running it so it will switch automatically based on the time of the day.
TityBoi
  • 399
  • 1
  • 4
  • 11
-1
votes
2 answers

What's the difference between installing Ubuntu and then installing desktop KDE on it or installing direct kubuntu?

What's the difference between 1.installing Ubuntu and changing its desktop to KDE or direct installing kubuntu 2.installing Ubuntu and changing its desktop to XFCE or direct installing xubuntu 3.installing Ubuntu and changing its desktop to LXDE…
user168406
  • 11
  • 1
-1
votes
1 answer

How do I use the default ubuntu unity 14.04 login screen after installing xfce alongside?

So I installed Ubuntu with Unity 14.04 and then decided I wanted to try Xfce, so I used apt-get to install it, and after logging in the Xfce enviroment I noticed that if I return to unity and logoff or suspend, my login screen(aka the one where you…
GlassFish
  • 14,851
  • 3
  • 17
  • 22
-1
votes
1 answer

Xfces user defined action is not working whereas it's working in console

I'd like to use a user defined action in Xfce for converting pictures. Therefore i wrote for i in %F; do filename=$(basename "$i"); extension="${filename##*.}"; filename="${filename%.*}"; convert -resize 1024 $i…
rwx
  • 11
  • 2
1 2 3
19
20