Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

make pencil load an ep file by clicking on it or when given in a shell #724

Merged
merged 1 commit into from
Jul 18, 2015

Conversation

mvdw
Copy link
Contributor

@mvdw mvdw commented Jul 18, 2015

This patch solves a very important issue for Pencil!

  1. This little change makes typing this on a linux command line work:
    pencil test1.ep
    Before this change, you just got an error:
    /usr/bin/pencil: line 16: test1.ep: command not found
    Incorrect number of arguments passed to -app
  2. This little change makes clicking on a test1.ep file in the filemanager (Dolphin on KDE in my case) open pencil with this file.
    Before this change, it did nothing

This patch solves a very important issue for Pencil!

1. This little change makes typing this on a linux command line work:
      pencil test1.ep
    Before this change, you just got an error:
      /usr/bin/pencil: line 16: test1.ep: command not found
      Incorrect number of arguments passed to -app

2. This little change makes clicking on a test1.ep file in the filemanager (Dolphin on KDE in my case) open pencil with this file.
    Before this change, it did nothing
prikhi added a commit that referenced this pull request Jul 18, 2015
make pencil load an ep file by clicking on it or when given in a shell
@prikhi prikhi merged commit e607bd7 into prikhi:develop Jul 18, 2015
@prikhi
Copy link
Owner

prikhi commented Jul 18, 2015

Thanks :)

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants