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
0 answers

Showing an autohidden panel only when the mouse is in a corner

I recently installed xubuntu and I'm trying to get one of my panel that I have on autohide to only show when my mouse is in the bottom left corner instead of whenever my mouse is on the left side. Is this possible to do?
Fernet
  • 173
  • 1
  • 10
2
votes
2 answers

Different results between fabric run and direct run

I don't know why but I get different results when I run a script directly compared with when I run it with fabric. (http://docs.fabfile.org) I'm trying to run automatically vncserver and xfce4 on ubuntu 13.04 on an amazon ec2 vm. This is my shell…
iman
  • 21,202
  • 8
  • 32
  • 31
2
votes
1 answer

How remap "go back" Chrome (ALT+arrow left) to ALT+H like Vim?

Setup: Debian/GNU Xubuntu, Google Chrome latest version (auto update). Hi folks, I browse a lot, and I use some adjusted scripts to work only with my keyboard without use of mouse. I configured everything in the way that I have only use the home…
2
votes
1 answer

QSystemTrayIcon doesn't always show up

I have written a small program to switch between compositors (xfwm4, dcompmgr, cairo-compmgr) to help with video tearing that can be experienced with nVidia. It creates an icon in system tray that has its actions. The problem is that the icon does…
declapp auto
  • 668
  • 1
  • 8
  • 19
2
votes
1 answer

Emitting Signals on dbus using Python-dbus

I want to be able to at first call a simple script to enable or disable an external monitor from my netbook. I am running Fedora 17 with XFCE as my desktop. I see that I should be able to use python and python-dbus to flip toggle active on and off.…
risaacson
  • 33
  • 5
1
vote
0 answers

Creating a Thunar Custom Action to compare the md5sum of file against an md5 in the clipboard

Trying to make a Thunar Custom Action for XFCE that gets the md5sum of the file you right click and compares it to the md5 in the clipboard, after a pattern match is used to check if what is in the clipboard is an md5. Then output the results in…
1
vote
0 answers

Open terminal windows using Go and Docker SDK

I'm using Go to create a kind of custom client for Docker. It parses a YAML file, creates the containers with some hard-coded options and then creates terminal windows in order to be able to interact with the containers. However, I'm struggling with…
Awacate
  • 125
  • 2
  • 10
1
vote
0 answers

I test pyttsx3 and all is allways the same, robotic voice , i cannot change this voice

enter code here import pyttsx3 import os texte = input("le texte à exprimer ? : ") tts = pyttsx3.init() tts.say(texte) voices = tts.getProperty('voices') tts.setProperty("voice", voices[1].id) tts.runAndWait() i tried to change…
1
vote
3 answers

Increment the title of files output by a command in a shell script

I made this simple bash script to take a full-screen screenshot and save it to the pictures folder #!/usr/bin/bash xfce4-screenshooter -f -s /home/rgcodes/Pictures/Screenshot_$scrshotcount.png let "scrshotcount++" ...which runs into a problem.…
rgcodes
  • 15
  • 6
1
vote
1 answer

Where is the config file store for the xfce4-plugin "notification area" alias "systray"

I am on Qubes OS. That means fedora-25 as dom0. I would like to change the configs for "notification area" alias "systray" plugin of xfce. How can I do it. I would like to delete/add one item. The Gui only gives me the option to hide with ugly arrow…
hdddd
  • 11
  • 1
1
vote
0 answers

Finding what window the user is focused on in Xfce

when I play osu! on Linux the option to "confine mouse cursor to osu! window" does not work. This means that my mouse cursor will move to my other monitor when I am playing. This is an issue because if I accidentaly click one of my mouse buttons it…
meow
  • 11
  • 2
1
vote
4 answers

Unable to install flatpak on Arch Linux

[Trying to] Installing flatpak on Arch linux fails: $ sudo pacman -S flatpak resolving dependencies... :: There are 3 providers available for xdg-desktop-portal-impl: :: Repository extra 1) xdg-desktop-portal-gtk 2) xdg-desktop-portal-kde ::…
quarks
  • 33,478
  • 73
  • 290
  • 513
1
vote
0 answers

JavaFx slow startup with XFCE

I have developped an JavaFX app. I would to run my app in a XFCE desktop manager. My problem it's that, my app takes a long time to start (approximately 30 seconds). After several tests and measurements, I realized that my problem was from desktop…
Julien
  • 65
  • 4
1
vote
0 answers

Debian xfce changing to virtual console on alt + f4

Recently I installed debian 10 with xfce as desktop environment. The problem that I'm facing is when pressing alt + f4 to close an application, it's changing to virtual console 4 (as if I was pressing ctrl + alt + f4). I would like to know how I…
B. Almeida
  • 377
  • 1
  • 11
1
vote
1 answer

Linux xfce desktop launcher: Run a nested command

With xfce4-terminal (on Manjaro): Running chromium "$(xclip -o)" will open the Chromium web browser and visit the content of the clipboard (which is assumed to be a single URL). I want a desktop launcher to do exactly this. Creating a new launcher…
Fred
  • 13
  • 3