# Opensuse Leap 42.2 .AppImage Applications Will Not Run

**URL:** https://discourse.appimage.org/t/opensuse-leap-42-2-appimage-applications-will-not-run/197
**Category:** Using AppImages
**Created:** [May 25, 2017, 2:35am UTC](https://discourse.appimage.org/t/opensuse-leap-42-2-appimage-applications-will-not-run/197 "2017-05-25T02:35:18Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![NNorwood](https://avatars.discourse-cdn.com/v4/letter/n/77aa72/32.png) [@NNorwood](https://discourse.appimage.org/u/NNorwood)
#### Post date: [May 25, 2017, 2:35am UTC](https://discourse.appimage.org/t/opensuse-leap-42-2-appimage-applications-will-not-run/197/1 "2017-05-25T02:35:18Z")

</div>

Hello, I have been trying to get Etcher installed on my laptop running opensuse with KDE. I have made my file executable, and tried running it in the terminal. The app will not run, bash says permissions denied, this holds true even when run as root.

I have since tried running different programs in .AppImage formats. None have worked, all the same error.

When run in Dolphin, the app opens in K3B. I have tried running the same files from a Fedora live disk, and the files run as expected.

I have searched the web trying to find a solution, and I have yet to find anyone with any problems beyond the file was not made executable. Please, any help would be greatly appreciated.

---

<div class="post-metadata">

### Author: ![probono](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.appimage.org/probono/32/81_2.png) [@probono](https://discourse.appimage.org/u/probono)
#### Post date: [May 26, 2017, 5:46am UTC](https://discourse.appimage.org/t/opensuse-leap-42-2-appimage-applications-will-not-run/197/2 "2017-05-26T05:46:13Z")

</div>

Please try running the AppImage from the command line and paste any error messages here.

---

<div class="post-metadata">

### Author: ![NNorwood](https://avatars.discourse-cdn.com/v4/letter/n/77aa72/32.png) [@NNorwood](https://discourse.appimage.org/u/NNorwood)
#### Post date: [May 26, 2017, 4:28pm UTC](https://discourse.appimage.org/t/opensuse-leap-42-2-appimage-applications-will-not-run/197/3 "2017-05-26T16:28:56Z")

</div>

I ran an ls to show the file was indeed executable, and ran it both as myself and as root (using sudo).

nick@linux-laptop:~/Downloads/Etcher-1.0.0-linux-x64\> ls -l  
total 68352  
-rwxr-xr-x 1 nick users 69992448 May 12 01:17 Etcher-1.0.0-linux-x64.AppImage  
nick@linux-laptop:~/Downloads/Etcher-1.0.0-linux-x64\> ./Etcher-1.0.0-linux-x64.AppImage  
bash: ./Etcher-1.0.0-linux-x64.AppImage: Permission denied  
nick@linux-laptop:~/Downloads/Etcher-1.0.0-linux-x64\> sudo !!  
sudo ./Etcher-1.0.0-linux-x64.AppImage  
root’s password:  
sudo: unable to execute ./Etcher-1.0.0-linux-x64.AppImage: Permission denied

---

<div class="post-metadata">

### Author: ![NaLiJa](https://avatars.discourse-cdn.com/v4/letter/n/c57346/32.png) [@NaLiJa](https://discourse.appimage.org/u/NaLiJa)
#### Post date: [May 28, 2017, 4:38pm UTC](https://discourse.appimage.org/t/opensuse-leap-42-2-appimage-applications-will-not-run/197/4 "2017-05-28T16:38:48Z")

</div>

If you havn’t solved this, perhaps check if Downloads is mounted with noexec. Does the problem only occur with AppImages or can’t you execute at all in Downloads? Should work actually. I have a standard Leap 42.2 desktop install and it runs AppImages just fine, also from Downloads folder.

---

<div class="post-metadata">

### Author: ![probono](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.appimage.org/probono/32/81_2.png) [@probono](https://discourse.appimage.org/u/probono)
#### Post date: [May 28, 2017, 6:38pm UTC](https://discourse.appimage.org/t/opensuse-leap-42-2-appimage-applications-will-not-run/197/5 "2017-05-28T18:38:30Z")

</div>

Please run as root:

```
chmod a+x /usr/bin/fusermount
chown root /usr/bin/fusermount
chmod u+s /usr/bin/fusermount

```

Then try running the AppImage again, as a normal user. Does it work?

---

<div class="post-metadata">

### Author: ![probono](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.appimage.org/probono/32/81_2.png) [@probono](https://discourse.appimage.org/u/probono)
#### Post date: [June 3, 2017, 7:33am UTC](https://discourse.appimage.org/t/opensuse-leap-42-2-appimage-applications-will-not-run/197/6 "2017-06-03T07:33:53Z")

</div>

Turns out to be a Tumbleweed bug:  
[https://bugzilla.suse.com/show\_bug.cgi?id=1041159](https://bugzilla.suse.com/show_bug.cgi?id=1041159)
