Warning: session_start(): open(/tmp/sess_91421035502940e5e448aae23159a801, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
glad's comments openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- glad's profile .- Fan of (20) .- CV  .- Friends  .- Content (15) .- Latest Comments (178) . 
Re: Menu that lists apps from one menu category
Jul 31 2013  on content AppMenu QML

I recommend to first learn plain Qt Quick at http://qt-project.org/doc/qt-4.8/qtquick.html. Then you can learn Plasma QML at http://techbase.kde.org/Development/Tutorials/Plasma/QML/GettingStarted and http://techbase.kde.org/Development/Tutorials/Plasma/QML/API. It is also recommended to read other people's code. You can find QML plasmoids at https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/master/show/plasma, https://projects.kde.org/projects/kde/kdeplasma-addons/repository, https://projects.kde.org/projects/kde/kdeexamples/repository/revisions/master/show/plasma/declarative. You can also read the code of all my other plasmoids (available under "Other contents"); each .plasmoid file is a zip-file containing the plasmoid's code.

.
Re: Icon pops when panel becomes thick
Jul 31 2013  on content AppMenu QML

I made the minimum size of the plasmoid larger in version 1.6. If Plasma works as I expect, then this problem should now be solved.

.
Re: Re: Re: Appmenu size
Feb 19 2013  on content AppMenu QML

Indeed, currently there is no solution for this problem. There is also no patch yet at bugs.kde.org. Maybe you can submit a patch there ;-)

.
Re: Re: PPA, and a bug...
Feb 19 2013  on content AppMenu QML

There is an option in version 1.5 to search more thoroughly for empty submenus (I say "more thoroughly" because by default empty submenus are already searched for, but the search is quite simplistic so it doesn't catch all empty submenus). Now all empty submenus should be hidden (if they are not, then this is a bug). The option is off by default (so you have to activate it in the configuration dialog) because it leads to a slower startup of the plasmoid and IMHO the Plasma Desktop starts up already much too slowly.

.
Re: Appmenu size
Feb 12 2013  on content AppMenu QML

This is a consequence of the following bug: https://bugs.kde.org/show_bug.cgi?id=298186.

.
Re: Re: Re: search
Feb 12 2013  on content AppMenu QML

It will be available in version 1.5.

.
Re: PPA, and a bug...
Feb 6 2013  on content AppMenu QML

This is a known bug. Unfortunately, what is not known is a clean and fast solution for this bug. The only solution I can think of is to load all submenus (recursively in the case that the submenu contains no application entries, this would require to test for all entries whether they are a submenu or an application entry) and test whether the submenu is empty. This would also load the non-empty submenus which is a slow operation. I will see what I can do for the next version, but I expect that solving this bug will lead to a much slower startup of the plasmoid.

.
Re: Re: Re: searching does not work
Feb 6 2013  on content AppMenu QML

Please try version 1.4. The file plasmapackage:/code/search.js has been removed because the search has got a completely new implementation.

.
Re: searching does not work
Feb 5 2013  on content AppMenu QML

This is very strange. On my machine it works perfectly and I deduce from the comments of others that on theirs it works too. Could you run the command:
Quote:
plasmoidviewer -f horizontal ~/.kde/share/apps/plasma/plasmoids/appmenu-qml/

(.kde could be .kde4 on your machine) in a Konsole and see if there are any errors? Note that, unlike Kickoff and Lancelot, the search in this plasmoid only searches for entries in the menu, so the other possibilities of KRunner are not available.

.
Re: search
Feb 5 2013  on content AppMenu QML

I implemented already a few versions ago that each time the menu pops up the search textbox should be focused. However this plasmoid is a victim of the bug https://bugs.kde.org/show_bug.cgi?id=300108 or https://bugs.kde.org/show_bug.cgi?id=177674 or https://bugs.kde.org/show_bug.cgi?id=270252 (or something like that) which exist already from the day that QML plasmoids were introduced.

Note however that if the popup is focused (i.e. you can browse the menu with the keys) then you can always start typing and what you type will be entered in the search box and the search box will then become focused. Conversely, when the search box is focused, you can still use the arrow keys to browse the menus.

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team