All Projects → spheras → Desktopfolder

spheras / Desktopfolder

Licence: gpl-3.0
Bring your Desktop Back to Life

Programming Languages

vala
323 projects

Projects that are alternatives of or similar to Desktopfolder

Negibox
All in one downloader 全能下载器
Stars: ✭ 335 (+95.91%)
Mutual labels:  ubuntu, gnome, desktop
Pause On Lock
Pause/Resume your music player when locking/unlocking your Linux desktop.
Stars: ✭ 79 (-53.8%)
Mutual labels:  ubuntu, gnome, desktop
Photoshopcclinux
Photoshop CC v19 installer for Gnu/Linux
Stars: ✭ 2,894 (+1592.4%)
Mutual labels:  ubuntu, gnome
Argos
Create GNOME Shell extensions in seconds
Stars: ✭ 1,251 (+631.58%)
Mutual labels:  gnome, panel
Gtk Theming Guide
Novice guide towards making your own first gtk theme!
Stars: ✭ 95 (-44.44%)
Mutual labels:  ubuntu, gnome
Atomos
JS-based Linux desktop environment.
Stars: ✭ 42 (-75.44%)
Mutual labels:  ubuntu, desktop
Sharexin
ShareX for Linux and BSD
Stars: ✭ 79 (-53.8%)
Mutual labels:  ubuntu, gnome
Adwaita Plus
GNOME++, a third-party icons theme, based on new GNOME 3.32's Adwaita
Stars: ✭ 89 (-47.95%)
Mutual labels:  ubuntu, gnome
Suru Icon Theme
The source of the Suru icon and cursor set
Stars: ✭ 458 (+167.84%)
Mutual labels:  ubuntu, desktop
Gnome Cedilla Fix
A fix to make the Gnome "US-International" layouts generate a cedilla c (ç) when the user types '+c.
Stars: ✭ 106 (-38.01%)
Mutual labels:  ubuntu, gnome
Vimix Gtk Themes
Vimix is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 1,384 (+709.36%)
Mutual labels:  ubuntu, gnome
Tangram
Run web apps on your desktop.
Stars: ✭ 114 (-33.33%)
Mutual labels:  gnome, desktop
Lightgallery Desktop
A modern, electron and nodejs based image viewer for Mac, Windows and Linux.
Stars: ✭ 945 (+452.63%)
Mutual labels:  ubuntu, desktop
Notes Up
Markdown notes editor & manager
Stars: ✭ 535 (+212.87%)
Mutual labels:  notes, elementaryos
Sierra Gtk Theme
MacOS High Sierra like theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 490 (+186.55%)
Mutual labels:  ubuntu, gnome
Suru Plus Ubuntu
Suru++ Ubuntu — An elegant third-party icons theme based on Sam Hewitt's Suru Icons
Stars: ✭ 85 (-50.29%)
Mutual labels:  ubuntu, gnome
Bing Wallpaper Gnome Extension
GNOME shell extension that sets your desktop wallpaper & lock screen image to Microsoft Bing's Image of the Day.
Stars: ✭ 125 (-26.9%)
Mutual labels:  ubuntu, gnome
Flatabulous
This is a Flat theme for Ubuntu and other Gnome based Linux Systems.
Stars: ✭ 3,725 (+2078.36%)
Mutual labels:  ubuntu, gnome
Desktopify
Convert Ubuntu Server for Raspberry Pi into a Desktop
Stars: ✭ 400 (+133.92%)
Mutual labels:  ubuntu, desktop
My dotfiles
Just a collections of my dotfiles...
Stars: ✭ 101 (-40.94%)
Mutual labels:  ubuntu, desktop

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].