Skip to content

spheras/desktopfolder

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
.tx
November 8, 2018 13:10
December 26, 2017 11:51
September 2, 2020 14:32
etc
April 29, 2020 13:40
July 29, 2017 18:09
po
October 20, 2020 22:39
src
September 2, 2020 14:32
November 2, 2017 09:07
October 3, 2018 08:18
November 1, 2017 03:46
July 29, 2017 18:07
September 2, 2020 14:32

Desktop Folder

Bring your desktop back to life.

Get it on AppCenter

Build Status License: GPL v3

Desktop Folder Banner

Description

Organize your desktop with panels that hold your things.

  • Access files, folders and apps from your desktop
  • Drop files, folders, links and .desktop launchers inside panels
  • Resize, position and color panels
  • Display photos and keep notes on your desktop
  • Reveal the desktop with ⌘-D

Example1 Example2 Example3 Example4 Example5 Example6

How to Install

If you use elementary OS, you can get it directly from the AppCenter.

Get it on AppCenter

Our main target is elementary, but Desktop Folder should also work on Ubuntu and GNOME 3. You should use the latest .deb release. To install the .deb with apt:

sudo apt install ./com.github.spheras.desktopfolder_[version]_amd64.deb

Open it like any other app after installing. Desktop Folder will launch automatically when you next log in.

Current Status on Wayland Support

Wayland (in Ubuntu since 17.10) is not fully supported yet, and we've experienced problems with adding support for it. We are working hard to fix this. You're welcome to try Desktop Folder and help us find or fix issues.

Contributing

See the Contributing page on the wiki.

Building and Installing

Important!! This version only works correctly with GTK library >=3.22

You'll need the following dependencies to build:

  • libgee-0.8-dev
  • libcairo2-dev
  • libjson-glib-dev
  • libgdk-pixbuf2.0-dev
  • libwnck-3-dev
  • libgtksourceview-3.0-dev
  • libjson-glib-dev
  • meson
  • valac
  • intltool

sudo apt install meson valac libgee-0.8-dev libcairo2-dev libjson-glib-dev libgdk-pixbuf2.0-dev libwnck-3-dev libgtksourceview-3.0-dev libjson-glib-dev intltool

Run meson build to configure the build environment and then change to the build directory and run ninja to build:

meson build
cd build
meson configure -D prefix=/usr
ninja

To install, use ninja install, then execute with com.github.spheras.desktopfolder:

sudo ninja install
com.github.spheras.desktopfolder