Pcmanfm-qt doesn't show icons[Solved]

Hello,
I've lxqt latest installed and
pcmamfm-qt
doesn't show icons. It worked before. This behavior developed when I replaced git packages with packages of the Community repository. I've already reinstalled pcmanfm but this hasn't solved the issue.
Any idea what could be wrong?
Thank you
Last edited by jmak (2015-02-17 01:10:13)

How I solved this: I do everything like said @fish-hp14, select "tlen" icons in uset interface (there shows mi two options with tlen, i select this first). Then install lxqt-qtplugin. After that in "User Interface" in preference disappear option to select icon, but after that, when I restart computer icons are alrgiht (nothing dissapear).
Only problem I have after this is with clock. I select "show date below time on new line". Before install lxqt-qtplugin date and time was clearly visible. But now date is cut in half.

Similar Messages

  • Published App-V package doesn´t show icon

    Hey Pro´s,
    I got a problem with one of the applications that I´m publishing with App-V (5.0 SP2).
    The icon I have chosen doesn´t show up, it just shows a default icon.
    I´ve already taken a look into the AppXManifest.xml which says:
    <appv:Shortcut><appv:File>[{Desktop}]\Cotel.lnk</appv:File><appv:Target>[{ProgramFilesX86}]\Cotel\Start_Cotel.cmd</appv:Target><appv:Icon>[{ProgramFilesX64}]\Icons\COTEL.ico</appv:Icon><appv:Arguments/><appv:WorkingDirectory>[{ProgramFilesX86}]\Cotel</appv:WorkingDirectory><appv:ShowCommand>1</appv:ShowCommand><appv:ApplicationId>[{ProgramFilesX86}]\Cotel\Start_Cotel.cmd</appv:ApplicationId></appv:Shortcut>
    I´ve also checked the existence of this ico-file within the package and it does exist, exactly at the path defined in the xml-file.
    Do you guys have any idea what the problem could be?
    Thanks in advace and best regards
    GoProo
    /e: no errors or warnings can be found in eventvwr

    Looks like you sequenced it on a x64 machine. Are you by chance deploying it to a 32-bit client?
    The reason I ask is the tokenized location will only be translated on a 64-bit client:
    [{ProgramFilesX86}]\Cotel\Start_Cotel.cmd</appv:Target><appv:Icon>[{ProgramFilesX64}]\Icons\COTEL.ico</appv:Icon><appv:Arguments/><appv:WorkingDirectory>[{ProgramFilesX86}]\Cotel</appv:WorkingDirectory><appv:ShowCommand>1</appv:ShowCommand>
    Steve Thomas, Senior Consultant, Microsoft
    App-V/MED-V/SCVMM/Server App-V/MDOP/AppCompat
    http://blogs.technet.com/gladiatormsft/
    The App-V Team blog: http://blogs.technet.com/appv/
    The MED-V Team Blog: http://blogs.technet.com/medv
    The SCVMM Team blog: http://blogs.technet.com/scvmm/
    “This posting is provided "AS IS" with no warranties, and confers no rights. User assumes all risks.”

  • IPhone 4S speaker not working when I push to turn up the volume doesn't show icon or any sound

    Some one please help my iPhone 4S speakers not working and when I try to turn up the volume it doesn't show the icon

    Try This...
    Close All Open Apps...  Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430
    Also...
    See Acoustic-speaker/microphone/receiver
    Here  >  http://support.apple.com/kb/TS2802

  • Program doesn't show icon when run from JAR

    Hello,
    I have a working program with menu and toolbar buttons with icons. When I compile and run the JAR it runs fine with all icons showing up. The icons are located in a folder named icons. They are referenced inside the Java code by "icons/iconName.png". However, after I make a JAR file of the program, it runs normally, but the icons do not show up.
    I use the command line command :
    jar cvfm Program.jar manifest.txt *.class"
    Then I open the JAR with WinRar and place the icons folder in the archive.
    My manifest.txt looks like this:
    {code}Manifest-Version: 1.0
    Class-Path: .
    Main-Class: MyMainClass
    SplashScreen-Image: splash.png{code}
    Any ideas what I did wrong?
    Thanks.

    I was having similar problems. If you use an IDE, such as NetBeans BE SURE to copy that image/ folder into the build/classes in the right place in the hierarchy. In any event, not having resource files such as textfiles and images over in the classes will prevent the IDE from executing a java run. That is obvious and easy to remedy.
    And then the discovery: what works in .class files won't work in .jar. I found this link and tried the following code in a synchronized thread (you want the images loaded before going further with any inits such as frame.setLocation(), or panel.setSize(), etc.):
    ClassLoader cldr = this.getClass().getClassLoader();
    URL imageURL   = cldr.getResource("images/usa_small.png");
    icons[x] = new ImageIcons(imageURL);Where I found it:
    [Class Loaders|http://bits.netbeans.org/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html]
    That will help you on the implementation of proper technique. Not sure about adding files to .jar "after the fact".

  • Aperture 3.3 after recent upgrade doesn't show icons in colour and I noticed the adjustments panel seems a bit different from the previous update.

    I updated about a week ago an now all the icons are no longer in colour (ie, project, smart album etc) Really liked to see them in colour because it helped me sort more easily.  Also, I seem to be missed my quick adjustments panel like auto adjust.  I checked the aperture preferences but could not find anyway to correct. 
    Any suggestions?
    Melissa T.

    Thanks Frank.  Once I posted, I was able to find all the other discussions regarding this.  I don't have time to manually change what Apple should have put into preferences.  Will manage with it the way it is and send a request to Apple for future updates.
    Best regards,
    M

  • Mac OS X downloads 7.0.1 but doesn't show Icon for transfer to apps

    Download is confirmed, but saved file does not get to Firefox Icon for transfer to applications. No icon is displayed after long wait.

    After fooling around with several approaches, I opened the file in the download folder; that brought up just the 7.0.1 icon alone, without the app icon shown.
    I then dragged it to the apps folder in finder and saw the Firefox icon pop up in the dock. "About Firefox" in that icon verified it was 7.0.1 !
    One nice thing about this approach is that the previous version of Firefox is still in the apps folder is still in the apps folder, so it was not replaced and is available if it ever is preferred.
    Thanks cor-el for your help !

  • TrayIcon doesn't show icon

    Hi,
    I'm using JDK 1.6.0beta2 on Linux (tested with Fedora Core 4 and 5). I tried to create some test code. Any time I tested result I always seen only empty square in trash area. CPU was running on 100%.
    I downloaded SystemTrayExample.zip and tried it. But I got same results.
    I don't know what is wrong. Did anyone seen somethink like me?
    Yours,
    Jirka Novak

    sorry, i haven't try it yet.

  • My mac book pro load system and not show icons only show pointer

    my mac book pro load system but not shows icons only show pointer

    Can you open Applications by navigating to the Applications folder via the Finder? When you write that your computer doesn't show icons, do you mean your Dock icons? Can you see the Dock as all?
    Need just a little more information...
    Clinton

  • The icon on the display when i turn up or down or off the sound it doesn't show up

      I don't know if this is the right topic for my problem...
    I have a pavilion dv6-3299en Rossignol. I uninstalled some extra features and then i had a very small problem.
     It;s not much but  I'd like it to be solved.
    When i turn up or down the sound or turn it off by pressing the buttons, there was an icon, an image with the level of the sound that used to appear, now it doesn't. 
    Same thing when the sound is off, it doesn't show any more an image with a red line... I hope you understand what i'm talking about.
    With mousepad no problem, when i doubleclick the up and left corner, an image appears which shows a red line over it when it's offor nothing when it's on.
    Hope you can help me. It's nothing important but it's usefull.
    This question was solved.
    View Solution.

    Hi Konstantina,
    That could well be the problem; try the following.
    Download and install HP MediaSmart Music on the link below.
    ftp://ftp.hp.com/pub/softpaq/sp51001-51500/sp51027.exe
    When the installation has completed, restart the notebook and then re-install HP MediaSmart SmartMenu again.
    HP MediaSmart SmartMenu
    Again, after this installation, restart the notebook and see if the volume OSD has re-appeared.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Charging Icon doesn't show up (completely) when attempting any kind of charge (computer, plug, car)

    When plugged in my charing icon doesn't show the lighting bolt to verify charging. The battery itself just stays at the very low red icon. Any help out there?

    Hiya!
    Failing that, you can try plugging the phone into the charger, with it ON and still plugged in... remove the battery. leave it out for a minute and then reinsert it.
    1). Please thank those who help you by clicking the beside the 'Reply' button.
    2). If your issue has been solved, please resolve it by marking "Accept as Solution" on the correct post!
    3). Remember to have fun! We are all in this together!
    4). Follow me on

  • I cannot delete any icon shivering in my iPhone4S. Why do the "X" to delete doesn´t show?

    Hi.  I'm a rookie on all this stuff.  I´ve just updated to iOS 6.0.1, but I cannot delete any icon shivering in my iPhone4S' screen. Why do the "X" to delete doesn´t show?  They keep on shivering,  able to be rearranged,  but cannot delete ANY app, any old game, anything!!
    How can I solve it??
    Thanks in advance...

    Follow these instructions closely: Apple TV (2nd and 3rd generation): Restoring your Apple TV
    You may need a different USB cable. Some are designed to provide power but not data.

  • Mac doesn't show the webloc default icon

    Hello, I have a little problem. My mac doesn't show any more the default .webloc icon of Safari.
    Instead of the default icon there are white one. How can I solve this?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this test is to determine whether the problem is localized to your user account. Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault in OS X 10.7 or later, then you can’t enable the Guest account. The "Guest User" login created by "Find My Mac" is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.

  • Help, My Safari doesn't show its icon and will not open?

    So heres some help for you:
    1. Im a new member, not an idiot when it comes to computers but in no way very expeirenced and knowledgable.
    2. I recently was informed I had 0 disk space left, so I deleted a lot of stuff and feel I may have accidently deleted something..
    3. My safari does not open
    4. It doesn't show the traditional Compass Icon for Safari it is a blank white page..? With the Applications Logo on it.. ( see picture below )
    5. Yes, I basically only registered so I can ask this question ...
    6. What on earth can I do to fix it!
    - Heres a pic..
    Quickpost this image to Myspace, Digg, Facebook, and others!

    Hi Lax561,
    Welcome to discussions ...
    I can see that Safari is NOT in the Dock ...
    Did you check out if Safari is still in the Application folder ?? open Finder an go to the application folder.
    If it's still there than you can drag a copy to the Dock.
    Do the following ... Select Safari icon an hold down the mouse an the Option key ad the same time while dragging to the Dock. During dragging you will see a + (plus) next to the Safari icon.
    Place the Safari icon in the Dock where you like it, next to the Fire Fox icon is maybe the best place to put it.
    Post back with the results ...
    Dimaxum

  • During update my ATV2 displayed icon to connect to iTunes. Now I have nothing -- can't even get to menu to do restart and ATV2 doesn't show up in iTunes menu to do restart from there. Help!

    During update my ATV2 displayed icon to connect to iTunes. Now I have nothing -- can't even get to menu to do restart and ATV2 doesn't show up in iTunes menu to do restart from there. Help!

    The update didn't apply correctly.
    Did you follow the steps exactly in order to restore? disconnect all cables, open iTunes, then connect micro usb
    Apple TV (2nd and 3rd generation): Restoring your Apple TV
    Make sure to connect directly to computer, not a keyboard port or USB hub. Try a different cable.

  • Hi, i installed ios 5 for my iphone 4 and the camera function on lock screen was on the first few days , now it doesn't show the lock screen . is there any change i can do . Pls help me to solve the issue.

    hi, i installed ios 5 for my iphone 4 and the camera function on lock screen was on the first few days , now it doesn't show the lock screen . is there any change i can do . Pls help me to solve the issue.

    nishaadp wrote:
    ... it stucks with the apple logo ,  nothing works. Is anything i can do?
    See Here for
    Frozen or unresponsive iPhone

Maybe you are looking for

  • How to make the knowledgebase search work?

    This is not a FF problem; it is a problem with making the database search work properly. Example: trying to find the question "How do I install Addons for all users?" <http://support.mozilla.com/en-US/questions/745665>, I searched on "all users" with

  • Problem in using a structure with a field of  data type 'RAW STRING'

    Friends I have written a ZBAPI that imports a structure which has 5 fields. I have defined this in the IMPORT tab of Tr.Code <SE37>.  One of the field of this structure is of data type 'RAW STRING'. When I try to activate this BAPI, I get an error me

  • Can I specify classpath in MANIFEST.MF of a ear file?

    Hi, I know that one can specify classpath in MANIFEST.MF of a jar file, I'd like to know whether I can specify classpath in MANIFEST.MF of a ear file? If yes, will the classpath specified affect all j2ee components in this ear file?(e.g. jar files,wa

  • What is the createRegistry for?

    Can I ask what does this function does? --> LocateRegistry.createRegistry(1099); Does it open the port 1099 and listen on that port? How come when I use netstat -l command, the port number doesn't shown up? Thanks Adrian

  • Problems Installing Leopard on MacBook Pro

    I've been trying to install Leopard on my Macbook Pro - for some reason, it asked me to format my hard drive to continue the install. So, I changed my startup disk to my harddrive and restarted - but now, my computer won't start up! I've tried: booti