mhsabbagh/green-recorder

App is not relocatable

Open

#7 opened on 2017年2月12日

GitHub で見る
 (12 comments) (2 reactions) (0 assignees)Python (605 stars) (120 forks)batch import
help wanted

説明

in some places green-recorder has hard wired paths to files. e.g.

indicator = appindicator.Indicator.new("Green Recorder", '/usr/share/pixmaps/green-recorder.png', appindicator.IndicatorCategory.APPLICATION_STATUS)

and:-

builder.add_from_file("/usr/lib/green-recorder/ui.glade")

This assumption breaks the ability for green-recorder to work in some environments. Specifically when containerised or confined, that directory may be somewhere else (relative) on the filesystem, and not at that absolute path.

コントリビューターガイド