GithubHelp home page GithubHelp logo

mylaunchpad won't launch about mylaunchpad HOT 8 CLOSED

klundry avatar klundry commented on July 17, 2024
mylaunchpad won't launch

from mylaunchpad.

Comments (8)

gaboelnuevo avatar gaboelnuevo commented on July 17, 2024

the icon "exec" doesn't exists in the default lxqt icon theme.
you can install a new icon pack like oxygen-icon-theme another option y change "exec" in the line
pixbuf = theme.load_icon("exec",size, 0) with your favorite icon

from mylaunchpad.

klundry avatar klundry commented on July 17, 2024

I'm using arch and have the oxygen-icons package installed already. I wasn't using it, but I switched to it just to see if it would launch but I still get the same error.

from mylaunchpad.

klundry avatar klundry commented on July 17, 2024

I went ahead and changed exec to something else and now I get this.

[kellen@alarm-flip ~]$ mylaunchpad
Hidden imported: set([])
Favorites imported: set([])
Compositing False
Traceback (most recent call last):
File "/usr/bin/mylaunchpad", line 858, in
launcher = MyLauncher()
File "/usr/bin/mylaunchpad", line 705, in init
self.init_window()
File "/usr/bin/mylaunchpad", line 822, in init_window
pilimg = Image.fromstring("RGB", wh, pb.get_pixels())
File "/usr/lib/python2.7/site-packages/PIL/Image.py", line 2053, in fromstring
"Please call frombytes() instead.")
Exception: fromstring() has been removed. Please call frombytes() instead.

from mylaunchpad.

gaboelnuevo avatar gaboelnuevo commented on July 17, 2024

PIL library was updated and now fromstring method is deprecated we need to use frombytes() instead, Iยดll try to fix it when i had time. if someone else can fix this now please do it

from mylaunchpad.

gaboelnuevo avatar gaboelnuevo commented on July 17, 2024

I think that problem was resolved in latest commits, I forgot to close the issue a few months ago if the problem persists try to install a composite manager (like xcompmgr or compton) or open a new issue.

Att. Gabriel SL.

from mylaunchpad.

kjyv avatar kjyv commented on July 17, 2024

I had to install gnome-icon-theme, compton or oxygen or tango didn't help.

from mylaunchpad.

gaboelnuevo avatar gaboelnuevo commented on July 17, 2024

@kjyv you need to install compton but you need to run it too. make sure that you're already running compton first then launch mylaunchpad. Try it or open a new issue please.

from mylaunchpad.

kjyv avatar kjyv commented on July 17, 2024

Also tried that, didn't help. The error message states that it can't find the icon 'exec' probably because it was not installed. It is part of gnome-icon-theme (debian package). Not sure why a compositor would help

from mylaunchpad.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.