Untrusted application launcher (desktop launchers)

General support questions
kt53
Posts: 48
Joined: 2016/05/12 05:12:02

Untrusted application launcher (desktop launchers)

Post by kt53 » 2018/01/26 03:48:05

Greetings:

All is well, and this is just FYI.

I have a "full" CentOS install including SELinux.
I have two icons on desktop that launch System Monitor and Terminal. After upgrades today (51), and rebooting these two icons looked different. When trying to launch these I got these warning GUI's. Clicking on "Trust and Launch" fixes the problem.

Also, any thoughts on when systemd would be upgraded from present version 219 to version 220?

Thanks,
KT/Indy
Attachments
Untrusted-application-launcher_Terminal.png
Untrusted-application-launcher_Terminal.png (14.41 KiB) Viewed 9921 times
Untrusted-application-launcher_System-Monitor.png
Untrusted-application-launcher_System-Monitor.png (14.9 KiB) Viewed 9921 times

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Untrusted application launcher (desktop launchers)

Post by TrevorH » 2018/01/26 10:36:58

Also, any thoughts on when systemd would be upgraded from present version 219 to version 220?
Probably RHEL8.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

DejitaruJin
Posts: 4
Joined: 2018/01/31 15:18:27

Re: Untrusted application launcher (desktop launchers)

Post by DejitaruJin » 2018/01/31 15:35:46

I'd like to chime in and let people know this is NOT the usual issue regarding the Untrusted Application Launcher; in this case, the .desktop shortcuts are already marked as executable.

This is happening to both existing .desktop items as well as those generated from the base in /etc/skel. It began with the latest batch of updates some time in the past week. While it doesn't seem to be a real problem for OP, it is for the business I'm at.

kpk80
Posts: 6
Joined: 2016/03/11 15:06:33

Re: Untrusted application launcher (desktop launchers)

Post by kpk80 » 2018/02/01 08:46:06

Same situation here after installing updates today. Icons for Firefox, File-Browser, DELL-Server-Administrator, Gnome-Terminal etc. replaced by an universal icon (text page). Have to press a "Trust and Launch" - Button. Thereafter the program starts as usual and the original icon is back.
SELinux is disabled (and was already before the update). All the launcher files are marked "executable".

Any solution meanwhile?

mgcf
Posts: 1
Joined: 2018/02/02 00:07:24

Re: Untrusted application launcher (desktop launchers)

Post by mgcf » 2018/02/02 00:11:07

We're having the same problems since the last patch.

While I can fix icons permissions individually in a single login, I have 300 users and 25 workstations. I need to be able to set a group of icons as trusted for all users.

desertcat
Posts: 843
Joined: 2014/08/07 02:17:29
Location: Tucson, AZ

Re: Untrusted application launcher (desktop launchers)

Post by desertcat » 2018/02/02 02:09:09

kpk80 wrote: SELinux is disabled (and was already before the update). All the launcher files are marked "executable".
I'm not sure if this might not be part of the problem. TrevorH was kind of dumbfounded once when someone mentioned that SELinux was disabled. I was shocked to learn that my system I had *thought* I had been set to "Permissive" was in fact in "Disabled" mode. I have long since rectified my mistake and have since modified it, and after checking with my buddy whose system was in "Enforcing" without suffering any ill effects, to "Enforcing" as well. Is there any reason you have SELinux set to "Disabled"? I *suspect* that might be the source of your problem.

kt53
Posts: 48
Joined: 2016/05/12 05:12:02

Re: Untrusted application launcher (desktop launchers)

Post by kt53 » 2018/02/03 01:40:22

Is there any reason you have SELinux set to "Disabled"? I *suspect* that might be the source of your problem.
When this issue first occurred, my thought was that this is a security warning so it has to be coming from SELinux.
And in my case, SELinux is both SELINUX=enforcing and SELINUXTYPE=targeted.
But other people are saying that this issue also occurred when SELinux was disabled.
So, if the these warnings occur irrespective of SELinux enforcing or disabled, then what CentOS process is triggering these warnings?

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Untrusted application launcher (desktop launchers)

Post by TrevorH » 2018/02/03 10:28:33

Please post the output from ls -la ~/Desktop/ and also say which of those items is affected by this.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

lightman47
Posts: 1522
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: Untrusted application launcher (desktop launchers)

Post by lightman47 » 2018/02/03 12:21:50

My two VirtualBox icons did the same thing. When I clicked 'Trust and Launch' they reverted back to their 'normal' icons and work fine.
FWIW

kt53
Posts: 48
Joined: 2016/05/12 05:12:02

Re: Untrusted application launcher (desktop launchers)

Post by kt53 » 2018/02/04 00:02:32

Code: Select all

$ ls -la ~/Desktop/
total 40
drwxr-xr-x.  2 name name  4096 Jun  5  2016 .
drwx------. 30 name name  4096 Feb  3 18:44 ..
-rwxr-xr-x.  1 name name 19878 Jun  5  2016 gnome-system-monitor.desktop
-rwxr-xr-x.  1 name name 11769 May 24  2016 gnome-terminal.desktop
$ 
Both icons were affected.
Also, I used this link (http://www.rekha.com/centos-7-making-it ... endly.html) to add the desktop icons.

Post Reply