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

Custom action in xfce4 Thunar: how to create a link under current directory?

In Thunar, it is possible to define custom actions. There is already a "send to desktop (create link)" option in the right-click menu. What I want is to add a self-defined action in Thunar that could create a link of a file or folder under current…
L.J
  • 1,066
  • 2
  • 13
  • 28
6
votes
1 answer

tmux key bind C-Tab (Ctrl + Tab) to switch/cycle to the next pane

I'm trying to bind Ctrl + Tab to cycle to the next tab. I've added this to my ~/.tmux.conf file: bind -n C-Tab select-pane -t :.+ But it doesn't work, however it i change it to Ctrl + a it works fine: bind -n C-a select-pane -t :.+ Any ideas? My…
stilliard
  • 762
  • 8
  • 27
6
votes
4 answers

xdotool and keyboard layout

Problem I am trying to do: xdotool type 'date;' but instead of the expected date; I get: dateq I have a greek keyboard, but when I issue the command the language is set to US. A note: when greek language is used, the key 'q' of the keyboard is…
vkats
  • 117
  • 1
  • 8
5
votes
2 answers

Remote Desktop Connection crashing when connecting to WSL/Ubuntu 20.04 LTS

I am trying to run XFCE Desktop Environment for Ubuntu 20.04 in WSL (not WSL2, fyi. My laptop does not support virtualisation). I have installed xrdp, xfce4 and xubuntu-desktop using sudo apt install . I have also rechecked, and even…
5
votes
1 answer

How to save screenshot to specified directory using xfce4-screenshooter without dialogs?

xfce4-screenshooter --help says that -s option is needed to specify saving directory. But there is a problem: when I run in the console (or using key bind) xfce4-screenshooter -ws ~/screenshoots, it opens Save as... dialogue instead of just saving…
Noqrax
  • 1,049
  • 2
  • 8
  • 15
5
votes
4 answers

Eclipse 4.4 Luna ugly theme with XFCE 4.11

The latest eclipse has a strange aspect in XFCE 4.11 with the Adwaita theme. The following images show the main problems The background of the tool-tip is white, instead of the Adwaita blue. The side arrows that open sub menus are plain…
mariolpantunes
  • 1,114
  • 2
  • 15
  • 28
5
votes
0 answers

Changing xscreensaver to gnome-screensaver

I'm using openSUSE 13.1 with Xfce 4.10. I'd like to make a lock screen more pretty. I read that I can remove xscreensaver and install gnome-screensaver instead and I did it. When I try to run it (using command gnome-screensaver) then I get message…
emstol
  • 5,966
  • 6
  • 27
  • 32
5
votes
0 answers

How to add shortcuts for cycle windows to xfwm4?

I want to add a shortcuts whose effect is the same as Alt+Tab to toggle between windows. In other words, I want Alt+Tab and Super+l to have the same function. Note: system is Linux mint 14 I found a similar question in stackoverflow, but I can't…
loggerhead
  • 131
  • 9
5
votes
2 answers

XMonad won't spawn anything with mod4Mask

I have seen a few somewhat similar problems on the Arch forums, but I have not been able to find a solution for this. So I am running XMonad 0.1 in XFCE4 on Fedora 17 x64, and I have xmonad-contrib installed as well. Here is my xmonad.hs…
geniass
  • 371
  • 1
  • 9
  • 20
5
votes
1 answer

How to open text with vim from thunar?

I open text with command "vim" from thunar(A file manager) just as open picture with command "feh" from thunar, and almost all applications broken. Don't want open xterm, cd to that path and vi that file if can just double-click. Is there a…
Qinsi
  • 780
  • 9
  • 15
4
votes
2 answers

gnome-calendar in xfce4: I cannot use google calendar

I cannot configure online accounts with gnome-calendar in Xfce4 nop lxde. When I press in google line for example, it makes nothing. Is there something I missed? I use Arch Linux.
somenxavier
  • 1,206
  • 3
  • 20
  • 43
4
votes
1 answer

How to install a GUI on Amazon AWS EC2 or EMR with the Amazon AMI

I have a need to run an application that requires a GUI interface to start and configure. I also need to be able to run this application on Amazon's EC2 service and EMR service. The EMR requirement means it has to run on Amazon's Linux AMI. After…
Tim Ryan
  • 1,010
  • 2
  • 11
  • 19
4
votes
2 answers

Disable changing workspace loop

Lets say I have two workspaces and the fist one is active. If I change workspace ctrl+alt+→ twice, I change to workspace 2 then 1 again. What I want is to disable that feature. When I am on workspace two, I want it to be blocked to it when moving to…
Dionys
  • 3,083
  • 1
  • 19
  • 28
4
votes
0 answers

How to write a transparent WebKit GTK application

I am trying to write a GTK application, which just contains a GTK WebKit view in it. I hope the WebKit view is transparent, so the window below could be viewed, this feature is intented. I found the answer in "Is it possible to render web content…
sjh
  • 41
  • 5
4
votes
1 answer

What 12 hex digits color codes in xfce terminal configuration means?

Recently I set up my XFCE terminal to use the perfect palette of Solarized using this prepared config. All works fine (although midnight commander colors make me cry now) but one thing is really curious to me: Why do color codes in xfce terminal…
east825
  • 909
  • 1
  • 8
  • 20
1
2
3
19 20