GithubHelp home page GithubHelp logo

mylaunchpad's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mylaunchpad's Issues

Problems to get work in Raspbian

hi, im trying to use it in raspbian (right now im trying from a VNC session) and get this:

pi@raspberrypi ~ $ mylaunchpad
Xlib: extension "RANDR" missing on display ":0".
Hidden imported: set([])
Favorites imported: set([])
Compositing False
/usr/local/bin/mylaunchpad:272: Warning: Attempt to add property GtkSettings::gtk-button-images after class was initialised
button = gtk.Button(" All ")
/usr/local/bin/mylaunchpad:272: Warning: Attempt to add property GtkSettings::gtk-label-select-on-focus after class was initialised
button = gtk.Button(" All ")
/usr/local/bin/mylaunchpad:318: Warning: Attempt to add property GtkSettings::gtk-entry-select-on-focus after class was initialised
self.search = gtk.Entry()
/usr/local/bin/mylaunchpad:318: Warning: Attempt to add property GtkSettings::gtk-entry-password-hint-timeout after class was initialised
self.search = gtk.Entry()
Traceback (most recent call last):
File "/usr/local/bin/mylaunchpad", line 803, in
launcher = MyLauncher()
File "/usr/local/bin/mylaunchpad", line 650, in init
self.init_window()
File "/usr/local/bin/mylaunchpad", line 772, in init_window
buf = StringIO.StringIO()
NameError: global name 'StringIO' is not defined

any idea? :D thx for all!

No items shown

I can start mylaunchpad now but no icons are shown. There are some categories on top if I install menu-xdg (in debian). It looks like the menu items are not directly found from this kind of menu file which only includes directories which then include items. Trying xfce-applications, I get "ocurrio un problema". This is on a system where no X server etc was installed and I installed things I needed and as such may be missing some packages compared to a standard full distribution install.

Installation failed on Arch Linux - missing dependencies

Hi, I am on Arch Linux, Hefftor Linux version 2021-01-11.

I was trying to install the launcher today (package from https://aur.archlinux.org/packages/mylaunchpad-git/), but got stuck due to missing dependencies.

The stack trace after makepkg -s is the following:

==> Installing missing dependencies...
    error: target not found: python2-lxml
    error: target not found: gnome-menus2
    error: target not found: python2-distutils-extra
==> ERROR: 'pacman' failed to install missing dependencies.   

Trying to install the missing dependencies with :

sudo pacman -U --asdep python2-lxml
sudo pacman -U --asdep python2-cairo

returns .....

 error: 'python2-lxml': could not find or read package
 error: 'python2-cairo': could not find or read package

Is there still a way to install the launcher on Arch?

mylaunchpad lxml 3.5.0 version fails parsing `gnome-application` in Ubuntu 16.04

I installed Ubuntu 16.04 and tried mylaunchpad , unfortunately it fails while parsing gnome-application. And all others except unitycc loads blank page, no icons.
Is it related to python-lxml-3.5.0 or is it faulty gnome-application xml structure?
I hope somebody helps me fix it.
The error I get

    mylaunchpad gnome-applications 
    Hidden imported:  set([])
    Favorites imported:  set([])
    Compositing True
    Traceback (most recent call last):
      File "/usr/local/bin/mylaunchpad", line 803, in <module>
launcher = MyLauncher()
      File "/usr/local/bin/mylaunchpad", line 650, in __init__
self.init_window()
      File "/usr/local/bin/mylaunchpad", line 755, in init_window
apps = AppStore(mainbox, self)
      File "/usr/local/bin/mylaunchpad", line 141, in __init__
categories = self.getCategories()
      File "/usr/local/bin/mylaunchpad", line 610, in getCategories
root = etree.parse(self.appsmenu)
      File "src/lxml/lxml.etree.pyx", line 3427, in lxml.etree.parse (src/lxml/lxml.etree.c:85131)
      File "src/lxml/parser.pxi", line 1782, in lxml.etree._parseDocument (src/lxml/lxml.etree.c:124005)
      File "src/lxml/parser.pxi", line 1808, in lxml.etree._parseDocumentFromURL (src/lxml/lxml.etree.c:124374)
      File "src/lxml/parser.pxi", line 1712, in lxml.etree._parseDocFromFile (src/lxml/lxml.etree.c:123169)
      File "src/lxml/parser.pxi", line 1115, in lxml.etree._BaseParser._parseDocFromFile (src/lxml/lxml.etree.c:117533)
      File "src/lxml/parser.pxi", line 573, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:110510)
      File "src/lxml/parser.pxi", line 683, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:112276)
      File "src/lxml/parser.pxi", line 613, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:111124)
    lxml.etree.XMLSyntaxError: attributes construct error, line 1228, column 21

mylaunchpad won't launch

When I try to launch I get the following output.

[kellen@alarm-flip menus]$ mylaunchpad lxqt-applications
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 810, in init_window
apps = AppStore(mainbox, self)
File "/usr/bin/mylaunchpad", line 217, in init
self.load("ALL")
File "/usr/bin/mylaunchpad", line 275, in load
self.fill_buttonsContainer(apps)
File "/usr/bin/mylaunchpad", line 467, in fill_buttonsContainer
self.add_button(item, row_widget)
File "/usr/bin/mylaunchpad", line 489, in add_button
icon = self.get_icon(icon_name)
File "/usr/bin/mylaunchpad", line 411, in get_icon
pixbuf = theme.load_icon("exec",size, 0)
glib.GError: Icon 'exec' not present in theme

Can I run it on Ubuntu 14.04?

Hi
Thank you for sharing your project. I like it since it's lightweight and fast.
I'd like to run it on my Ubuntu but it's not compatible.
I wish you port it to run in Ubuntu.
Regards.
Kenn

Wrong dependences

there is some mistake in github instructions says:

Dependences: python-gmenu pygtk pyhton-lxml python-cairo python-imaging

and should be (python-lxml it's wrong writed):

Dependences: python-gmenu pygtk python-lxml python-cairo python-imaging

and i also need to install: python-distutils-extra

thx!

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.