Skip to content

Submitting an Issue

aljelly edited this page Nov 12, 2017 · 9 revisions

Bug reports

If you're reporting a bug, please use this template:

For the title, please describe the issue briefly but concisely.

Example title: "Error when opening image files with context menu option"

### Description
<!-- Summary, explanation, context of the problem. -->


### Steps to reproduce
1. 
2. 
3. 
4. 
...


### Expected result
<!-- What you expected to happen -->


### Actual result
<!-- What actually happened -->

<!-- If it's appropriate for the issue, attaching a picture or GIF can be helpful,
especially if it's related to something visual -->


### System Information
- OS: elementary OS 0.4 Loki
- Desktop Folder version: 1.0.2

<!-- If you downloaded (cloned) it from GitHub, you can just write "master" for the
version.
If you can get the commit SHA that you built from as well (copy from `git log`),
that would be helpful. See the example below. -->


### Terminal output
<!-- Remove the two bashslashes before the backticks -->

<!-- If you can, please run again with env G_MESSAGES_DEBUG=all. This shows debug
messages and could make it easier to find what's causing the issue. -->

\```
$ env G_MESSAGES_DEBUG=all com.github.spheras.desktopfolder
...terminal output...
\```

Example

Here's a filled out example:

Title: Error when opening image files with context menu option

### Description
Right clicking and opening Photos isn't working anymore. It seems it's stopped working
since the recent update.


### Steps to reproduce
1. Drag a photo on to a panel
2. Rename it to "dfp"
3. Right click the image (not left click)
4. Press Open


### Expected result
My image opens in Photos or the default image app.


### Actual result
Desktop Folder shows an error saying "Error: Cannot open file, no such file or
directory".

![attached image that i dragged and dropped](http://example.com/attached_image.jpg)

The error only appears once. It works fine if the name of the image is not "dfp". It
only happens when I right click on the image file and choose Open, it doesn't happen
when I left click on it.


### System Information
- OS: elementary OS 0.4 Loki
- Desktop Folder version: master b7268ed339b1dfab573e0f9f8bb1cca14f2f0c92


### Terminal output

<!-- Remove the two bashslashes before the backticks -->

\```
$ com.github.spheras.desktopfolder
(com.github.spheras.desktopfolder:9206): Gtk-DEBUG: Connecting to session manager
** (com.github.spheras.desktopfolder:9206): DEBUG: Application.vala:84: startup event
** (com.github.spheras.desktopfolder:9206): DEBUG: Application.vala:72: activate event

** (com.github.spheras.desktopfolder:9206): CRITICAL **: desktop_folder_folder_manager...
** (com.github.spheras.desktopfolder:9206): DEBUG: FolderWindow.vala:268: Move to Trash
** (com.github.spheras.desktopfolder:9206): DEBUG: FolderWindow.vala:268: Properties
13699072** (com.github.spheras.desktopfolder:9206): DEBUG: FolderManager.vala:120: Mon...
** (com.github.spheras.desktopfolder:9206): DEBUG: FolderWindow.vala:268: Move to Trash
** (com.github.spheras.desktopfolder:9206): DEBUG: FolderWindow.vala:268: Properties
13699072** (com.github.spheras.desktopfolder:9206): DEBUG: FolderManager.vala:120: Mon...
** (com.github.spheras.desktopfolder:9206): DEBUG: FolderWindow.vala:268: Move to Trash
** (com.github.spheras.desktopfolder:9206): DEBUG: FolderWindow.vala:268: Properties
13699072** (com.github.spheras.desktopfolder:9206): DEBUG: FolderManager.vala:120: Mon...
** (com.github.spheras.desktopfolder:9206): DEBUG: Application.vala:378: Monitoring: /...

** (com.github.spheras.desktopfolder:9206): CRITICAL **: This is an example!
\```
Clone this wiki locally