Giter Site home page Giter Site logo

hant0508-zz / startup-settings Goto Github PK

View Code? Open in Web Editor NEW
26.0 4.0 12.0 210 KB

Manage your startup applications on GNU/Linux

Home Page: https://hant0508.github.io/startup-settings

Makefile 2.97% C++ 97.03%
linux-app startup-applications gui-application gtk3 gnome

startup-settings's Introduction

Language: Русский|English

Startup Settings

There is no handy tool to control startup in GNOME 3. If you want to add a custom command to startup, you have to create file ~/.config/autostart/file.desktop manually. This simple program written in C++ and GTK 3 provides user friendly graphical interface for startup managing. The program is designed especially for GNOME 3, however it can also be used in any other desktop environment.

Installation

If you are using Debian/Ubuntu, you can install the application from package

For amd64:
wget https://github.com/hant0508/startup-settings/raw/master/debian/startup-settings-amd64.deb
sudo dpkg -i startup-settings-amd64.deb
For i386:
wget https://github.com/hant0508/startup-settings/raw/master/debian/startup-settings-i386.deb
sudo dpkg -i startup-settings-i386.deb

If you've installed the package, you don't need to build the program from source code, go to usage.

Building

  • Installing dependencies
    Debian/Ubuntu: sudo apt-get install g++ make git libgtk-3-dev
    Arch/Manjaro x32: sudo pacman -S gcc git make gtk3
    Arch/Manjaro x64: sudo pacman -S gcc-multilib git make gtk3
  • Building
    git clone https://github.com/hant0508/startup-settings.git
    cd startup-settings
    make
  • Installing application
    sudo make install

To save the disk space, you can delete all the downloaded files and dependencies after the installation.

Usage

After the installation you can find the program in application menu or run startup-settings in terminal.

Enter startup command into the Command field. It can be:

  • full path to file: /usr/bin/file.sh
  • relative path to file in your your home directory: scripts/file.sh
  • command from $PATH: firefox

Depending on the window manager, you can also use drag-and-drop. GNOME 3 allow even drag and drop files.

Screenshots

![img](https://raw.githubusercontent.com/hant0508/tmp/master/startup-settings/gif 1.gif) ![img](https://raw.githubusercontent.com/hant0508/tmp/master/startup-settings/gif 2.gif)
Usage on GNOME 3 Drag and drop on GNOME 3
alt-text alt-text alt-text
KDE 5 Cinnamon 3 XFCE 4

Feedback

If you have any problems with the application, open an issue. Write me [at email](mailto:[email protected]?subject=GitHub issue | Startup), if you have no GitHub account.

startup-settings's People

Contributors

hant0508 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.