Is this app Icon Browser Safe/Legit?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







6















I just noticed this app in my ubuntu applications called Icon Browser.



enter image description here



I want to know if it's legit part of Ubuntu or could it be malware using it to disguise itself of other code.



In other words if it is a part of normal ubuntu package and if not how I can remove it.



Additional Info



Here's the output of searching for the app in apt



$ apt list icon* --installed
Listing... Done









share|improve this question

























  • It does not seem to be part of the standard Ubuntu repositories, or at least I cannot apt search icon and find anything that looks like it. Please append your question with the output of apt list icon* --installed

    – Charles Green
    yesterday











  • K - As far as I can tell, this was not installed using the apt system, and not from the standard repositories, or an added PPA (which may or may not be trustworthy). Minor Google searches ("icon browser ubuntu") don't turn up anything like this - so someone installed this program. I don't like programs that I cannot trace back to a source. Can you right click on the icon, click "Show Details", and see if there is any identifying information about the program? Also look at the desktop file for the program, which should be in /usr/share/applications to see what command it is calling.

    – Charles Green
    yesterday











  • grep -Rl 'Icon Browser' /usr/share/applications

    – OrangeDog
    18 hours ago


















6















I just noticed this app in my ubuntu applications called Icon Browser.



enter image description here



I want to know if it's legit part of Ubuntu or could it be malware using it to disguise itself of other code.



In other words if it is a part of normal ubuntu package and if not how I can remove it.



Additional Info



Here's the output of searching for the app in apt



$ apt list icon* --installed
Listing... Done









share|improve this question

























  • It does not seem to be part of the standard Ubuntu repositories, or at least I cannot apt search icon and find anything that looks like it. Please append your question with the output of apt list icon* --installed

    – Charles Green
    yesterday











  • K - As far as I can tell, this was not installed using the apt system, and not from the standard repositories, or an added PPA (which may or may not be trustworthy). Minor Google searches ("icon browser ubuntu") don't turn up anything like this - so someone installed this program. I don't like programs that I cannot trace back to a source. Can you right click on the icon, click "Show Details", and see if there is any identifying information about the program? Also look at the desktop file for the program, which should be in /usr/share/applications to see what command it is calling.

    – Charles Green
    yesterday











  • grep -Rl 'Icon Browser' /usr/share/applications

    – OrangeDog
    18 hours ago














6












6








6








I just noticed this app in my ubuntu applications called Icon Browser.



enter image description here



I want to know if it's legit part of Ubuntu or could it be malware using it to disguise itself of other code.



In other words if it is a part of normal ubuntu package and if not how I can remove it.



Additional Info



Here's the output of searching for the app in apt



$ apt list icon* --installed
Listing... Done









share|improve this question
















I just noticed this app in my ubuntu applications called Icon Browser.



enter image description here



I want to know if it's legit part of Ubuntu or could it be malware using it to disguise itself of other code.



In other words if it is a part of normal ubuntu package and if not how I can remove it.



Additional Info



Here's the output of searching for the app in apt



$ apt list icon* --installed
Listing... Done






18.04






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited yesterday









pomsky

33.5k11105137




33.5k11105137










asked yesterday









Samuel M.Samuel M.

1407




1407













  • It does not seem to be part of the standard Ubuntu repositories, or at least I cannot apt search icon and find anything that looks like it. Please append your question with the output of apt list icon* --installed

    – Charles Green
    yesterday











  • K - As far as I can tell, this was not installed using the apt system, and not from the standard repositories, or an added PPA (which may or may not be trustworthy). Minor Google searches ("icon browser ubuntu") don't turn up anything like this - so someone installed this program. I don't like programs that I cannot trace back to a source. Can you right click on the icon, click "Show Details", and see if there is any identifying information about the program? Also look at the desktop file for the program, which should be in /usr/share/applications to see what command it is calling.

    – Charles Green
    yesterday











  • grep -Rl 'Icon Browser' /usr/share/applications

    – OrangeDog
    18 hours ago



















  • It does not seem to be part of the standard Ubuntu repositories, or at least I cannot apt search icon and find anything that looks like it. Please append your question with the output of apt list icon* --installed

    – Charles Green
    yesterday











  • K - As far as I can tell, this was not installed using the apt system, and not from the standard repositories, or an added PPA (which may or may not be trustworthy). Minor Google searches ("icon browser ubuntu") don't turn up anything like this - so someone installed this program. I don't like programs that I cannot trace back to a source. Can you right click on the icon, click "Show Details", and see if there is any identifying information about the program? Also look at the desktop file for the program, which should be in /usr/share/applications to see what command it is calling.

    – Charles Green
    yesterday











  • grep -Rl 'Icon Browser' /usr/share/applications

    – OrangeDog
    18 hours ago

















It does not seem to be part of the standard Ubuntu repositories, or at least I cannot apt search icon and find anything that looks like it. Please append your question with the output of apt list icon* --installed

– Charles Green
yesterday





It does not seem to be part of the standard Ubuntu repositories, or at least I cannot apt search icon and find anything that looks like it. Please append your question with the output of apt list icon* --installed

– Charles Green
yesterday













K - As far as I can tell, this was not installed using the apt system, and not from the standard repositories, or an added PPA (which may or may not be trustworthy). Minor Google searches ("icon browser ubuntu") don't turn up anything like this - so someone installed this program. I don't like programs that I cannot trace back to a source. Can you right click on the icon, click "Show Details", and see if there is any identifying information about the program? Also look at the desktop file for the program, which should be in /usr/share/applications to see what command it is calling.

– Charles Green
yesterday





K - As far as I can tell, this was not installed using the apt system, and not from the standard repositories, or an added PPA (which may or may not be trustworthy). Minor Google searches ("icon browser ubuntu") don't turn up anything like this - so someone installed this program. I don't like programs that I cannot trace back to a source. Can you right click on the icon, click "Show Details", and see if there is any identifying information about the program? Also look at the desktop file for the program, which should be in /usr/share/applications to see what command it is calling.

– Charles Green
yesterday













grep -Rl 'Icon Browser' /usr/share/applications

– OrangeDog
18 hours ago





grep -Rl 'Icon Browser' /usr/share/applications

– OrangeDog
18 hours ago










2 Answers
2






active

oldest

votes


















12














I found it! It's an application called "Yad". As this is in the repositories, it has been checked by the good people at canonical and can probably be trusted.



enter image description here






share|improve this answer
























  • Here's the .desktop file in upstream

    – cat
    yesterday



















4














There is an "Icon Browser" GUI utility (gtk3-icon-browser) comes from the gtk-3-examples package. If you have the same thing, then it should be fine.



To check it, first run the following command to find out whether gtk-3-examples is installed:



apt policy gtk-3-examples


If it's installed, run



gtk3-icon-browser


to launch the application. Associated .desktop launcher, viz. gtk3-icon-browser.desktop should be found in the /usr/share/applications/ directory.






share|improve this answer


























  • I just installed gtk-3-examples but it does not seem to create a desktop file, or the icon shown in the OP's question - I suspect that these are not the same thing!

    – Charles Green
    yesterday











  • @Charles Really?! ls /usr/share/applications/ | grep -i icon doesn't list anything? As per this there should be a gtk3-icon-browser.desktop file in /usr/share/applications/ (for Bionic at least).

    – pomsky
    yesterday













  • Ayuh - there's a desktop file, but the application itself does not show in the 'activities' window. Of course I have been poking at my system a lot, and something may be broken.

    – Charles Green
    yesterday






  • 1





    It turns out to be the application named "Yad"

    – Charles Green
    yesterday











  • @CharlesGreen No, you're right. There is a NoDisplay=true line in the .desktop file. To make it visible, one needs to remove the line or change true to false or make a working copy in local directory first.

    – pomsky
    yesterday












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132788%2fis-this-app-icon-browser-safe-legit%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









12














I found it! It's an application called "Yad". As this is in the repositories, it has been checked by the good people at canonical and can probably be trusted.



enter image description here






share|improve this answer
























  • Here's the .desktop file in upstream

    – cat
    yesterday
















12














I found it! It's an application called "Yad". As this is in the repositories, it has been checked by the good people at canonical and can probably be trusted.



enter image description here






share|improve this answer
























  • Here's the .desktop file in upstream

    – cat
    yesterday














12












12








12







I found it! It's an application called "Yad". As this is in the repositories, it has been checked by the good people at canonical and can probably be trusted.



enter image description here






share|improve this answer













I found it! It's an application called "Yad". As this is in the repositories, it has been checked by the good people at canonical and can probably be trusted.



enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered yesterday









Charles GreenCharles Green

14.4k73960




14.4k73960













  • Here's the .desktop file in upstream

    – cat
    yesterday



















  • Here's the .desktop file in upstream

    – cat
    yesterday

















Here's the .desktop file in upstream

– cat
yesterday





Here's the .desktop file in upstream

– cat
yesterday













4














There is an "Icon Browser" GUI utility (gtk3-icon-browser) comes from the gtk-3-examples package. If you have the same thing, then it should be fine.



To check it, first run the following command to find out whether gtk-3-examples is installed:



apt policy gtk-3-examples


If it's installed, run



gtk3-icon-browser


to launch the application. Associated .desktop launcher, viz. gtk3-icon-browser.desktop should be found in the /usr/share/applications/ directory.






share|improve this answer


























  • I just installed gtk-3-examples but it does not seem to create a desktop file, or the icon shown in the OP's question - I suspect that these are not the same thing!

    – Charles Green
    yesterday











  • @Charles Really?! ls /usr/share/applications/ | grep -i icon doesn't list anything? As per this there should be a gtk3-icon-browser.desktop file in /usr/share/applications/ (for Bionic at least).

    – pomsky
    yesterday













  • Ayuh - there's a desktop file, but the application itself does not show in the 'activities' window. Of course I have been poking at my system a lot, and something may be broken.

    – Charles Green
    yesterday






  • 1





    It turns out to be the application named "Yad"

    – Charles Green
    yesterday











  • @CharlesGreen No, you're right. There is a NoDisplay=true line in the .desktop file. To make it visible, one needs to remove the line or change true to false or make a working copy in local directory first.

    – pomsky
    yesterday
















4














There is an "Icon Browser" GUI utility (gtk3-icon-browser) comes from the gtk-3-examples package. If you have the same thing, then it should be fine.



To check it, first run the following command to find out whether gtk-3-examples is installed:



apt policy gtk-3-examples


If it's installed, run



gtk3-icon-browser


to launch the application. Associated .desktop launcher, viz. gtk3-icon-browser.desktop should be found in the /usr/share/applications/ directory.






share|improve this answer


























  • I just installed gtk-3-examples but it does not seem to create a desktop file, or the icon shown in the OP's question - I suspect that these are not the same thing!

    – Charles Green
    yesterday











  • @Charles Really?! ls /usr/share/applications/ | grep -i icon doesn't list anything? As per this there should be a gtk3-icon-browser.desktop file in /usr/share/applications/ (for Bionic at least).

    – pomsky
    yesterday













  • Ayuh - there's a desktop file, but the application itself does not show in the 'activities' window. Of course I have been poking at my system a lot, and something may be broken.

    – Charles Green
    yesterday






  • 1





    It turns out to be the application named "Yad"

    – Charles Green
    yesterday











  • @CharlesGreen No, you're right. There is a NoDisplay=true line in the .desktop file. To make it visible, one needs to remove the line or change true to false or make a working copy in local directory first.

    – pomsky
    yesterday














4












4








4







There is an "Icon Browser" GUI utility (gtk3-icon-browser) comes from the gtk-3-examples package. If you have the same thing, then it should be fine.



To check it, first run the following command to find out whether gtk-3-examples is installed:



apt policy gtk-3-examples


If it's installed, run



gtk3-icon-browser


to launch the application. Associated .desktop launcher, viz. gtk3-icon-browser.desktop should be found in the /usr/share/applications/ directory.






share|improve this answer















There is an "Icon Browser" GUI utility (gtk3-icon-browser) comes from the gtk-3-examples package. If you have the same thing, then it should be fine.



To check it, first run the following command to find out whether gtk-3-examples is installed:



apt policy gtk-3-examples


If it's installed, run



gtk3-icon-browser


to launch the application. Associated .desktop launcher, viz. gtk3-icon-browser.desktop should be found in the /usr/share/applications/ directory.







share|improve this answer














share|improve this answer



share|improve this answer








edited yesterday

























answered yesterday









pomskypomsky

33.5k11105137




33.5k11105137













  • I just installed gtk-3-examples but it does not seem to create a desktop file, or the icon shown in the OP's question - I suspect that these are not the same thing!

    – Charles Green
    yesterday











  • @Charles Really?! ls /usr/share/applications/ | grep -i icon doesn't list anything? As per this there should be a gtk3-icon-browser.desktop file in /usr/share/applications/ (for Bionic at least).

    – pomsky
    yesterday













  • Ayuh - there's a desktop file, but the application itself does not show in the 'activities' window. Of course I have been poking at my system a lot, and something may be broken.

    – Charles Green
    yesterday






  • 1





    It turns out to be the application named "Yad"

    – Charles Green
    yesterday











  • @CharlesGreen No, you're right. There is a NoDisplay=true line in the .desktop file. To make it visible, one needs to remove the line or change true to false or make a working copy in local directory first.

    – pomsky
    yesterday



















  • I just installed gtk-3-examples but it does not seem to create a desktop file, or the icon shown in the OP's question - I suspect that these are not the same thing!

    – Charles Green
    yesterday











  • @Charles Really?! ls /usr/share/applications/ | grep -i icon doesn't list anything? As per this there should be a gtk3-icon-browser.desktop file in /usr/share/applications/ (for Bionic at least).

    – pomsky
    yesterday













  • Ayuh - there's a desktop file, but the application itself does not show in the 'activities' window. Of course I have been poking at my system a lot, and something may be broken.

    – Charles Green
    yesterday






  • 1





    It turns out to be the application named "Yad"

    – Charles Green
    yesterday











  • @CharlesGreen No, you're right. There is a NoDisplay=true line in the .desktop file. To make it visible, one needs to remove the line or change true to false or make a working copy in local directory first.

    – pomsky
    yesterday

















I just installed gtk-3-examples but it does not seem to create a desktop file, or the icon shown in the OP's question - I suspect that these are not the same thing!

– Charles Green
yesterday





I just installed gtk-3-examples but it does not seem to create a desktop file, or the icon shown in the OP's question - I suspect that these are not the same thing!

– Charles Green
yesterday













@Charles Really?! ls /usr/share/applications/ | grep -i icon doesn't list anything? As per this there should be a gtk3-icon-browser.desktop file in /usr/share/applications/ (for Bionic at least).

– pomsky
yesterday







@Charles Really?! ls /usr/share/applications/ | grep -i icon doesn't list anything? As per this there should be a gtk3-icon-browser.desktop file in /usr/share/applications/ (for Bionic at least).

– pomsky
yesterday















Ayuh - there's a desktop file, but the application itself does not show in the 'activities' window. Of course I have been poking at my system a lot, and something may be broken.

– Charles Green
yesterday





Ayuh - there's a desktop file, but the application itself does not show in the 'activities' window. Of course I have been poking at my system a lot, and something may be broken.

– Charles Green
yesterday




1




1





It turns out to be the application named "Yad"

– Charles Green
yesterday





It turns out to be the application named "Yad"

– Charles Green
yesterday













@CharlesGreen No, you're right. There is a NoDisplay=true line in the .desktop file. To make it visible, one needs to remove the line or change true to false or make a working copy in local directory first.

– pomsky
yesterday





@CharlesGreen No, you're right. There is a NoDisplay=true line in the .desktop file. To make it visible, one needs to remove the line or change true to false or make a working copy in local directory first.

– pomsky
yesterday


















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132788%2fis-this-app-icon-browser-safe-legit%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Statuo de Libereco

Tanganjiko

Liste der Baudenkmäler in Enneberg