


Plasma 4 Extensions by panzi 14 comments
If you still have problems ask again. :) - Jan 04 2015

Plasma 4 Extensions by henry4 71 comments

Plasma 4 Extensions by panzi 14 comments

Konqueror by panzi 110 comments
Also for some reason I don't get notified when someone posts a new comment here. So if you want a bug to be noticed add it to the issue tracker (already did this for this bug): https://bitbucket.org/panzi/youtube-service-menu/issues?status=new&status=open - Apr 24 2012

Konqueror by panzi 110 comments
http://priyadi.net/archives/2004/11/04/using-bookmarklet-in-konqueror/
Then simply copy the whole script starting after "user strict"; and paste it in the location filed of the minitools bookmark editor. Add javascript: in front and void(0) at the end of the script. - Apr 11 2012

Konqueror by panzi 110 comments
It's because there is no version of this video with itag 22 (mp4 720p). There is only one with itag 18 (mp4 360p). Because there is no way to dynamically generate the menu of a user script I just list some common ones, that actually might not be supported by every video.
Use my user script (linked in the description above) to get a nice download menu inside the YouTube interface that only presents you with the actually supported options. If your browser supports user scripts, that is. (They are also called greasemonkey scripts sometimes.)
If your browser does not support users scripts, it might be possible to turn it into a bookmarklet. - Apr 10 2012

Konqueror by panzi 110 comments

Konqueror by panzi 110 comments

Plasma 4 Extensions by eyecreate 14 comments
Is it at all possible to make the WebKit widgets background transparent and the widget frame less? I think this would be great.
Also you do not need to include the copyright notice right in the widget if you don't want to. Just credit me and also Desktop Ponies in a readme file or about dialog. Ah and I just updated Browser Ponies to the resources of Desktop Ponies 1.38, so you might want to make a new package. :) - Dec 09 2011

Plasma 4 Extensions by panzi 6 comments

Plasma 4 Extensions by panzi 14 comments

Plasma 4 Extensions by panzi 14 comments

Plasma 4 Extensions by panzi 14 comments

KDE 4 Splashscreens by panzi 2 comments

Plasma 4 Extensions by panzi 14 comments

Konqueror by panzi 110 comments
Also I never tried to run the script using Python 3. Under most (all?) distributions Python 2 is still the standard. - Apr 17 2011

Various KDE 1.-4. Improvements by ademmer1977 105 comments

Plasma 4 Extensions by panzi 842 comments

Plasma 4 Extensions by panzi 6 comments
See:
https://gitorious.org/kde-baseapps-patched-folderview/kde-baseapps-patched-folderview/commit/4fac6a84bf5ae402c4be5e9319d9f08325c8955f - Apr 04 2011

Plasma 4 Extensions by panzi 6 comments
What did I do: First I uncommented everything that was marked with "Reenable this code when Qt uses an ARGB window for the drag pixmap" and then I install an event filter, filtering every event on an application level during dragging (only when composite is enabled). In the event filter I look for move event. If I have found one I look if the class name of the moved widget is "QShapedPixmapWidget" (this is the name of the class of the widget used in Qt's D'n'D code). For objects of this class I then do (window is the dragged icons):
window->setAttribute(Qt::WA_TranslucentBackground);
window->clearMask();
Plasma::WindowEffects::overrideShadow(window->effectiveWinId(), true);
See a diff of all the changes:
https://gitorious.org/kde-baseapps-patched-folderview/kde-baseapps-patched-folderview/commit/c6b89b1fd14eb8f8f757e3f453fd5a2b30483b92
This happens on every move event, meaning on every pixel the dragged icons are moved. I think it could be optimized so it only happens once per drag, but I did not experience any performance issues so I didn't bother.
The correct way to solve this would be for Qt to allow these options to be passed to the drag action. Or to expose the drag-window so one could set the options them self. I would guess that sooner or later Qt would implements a way to do this, but then how long does this issue persist now? - Apr 04 2011

Plasma 4 Extensions by csslayer 59 comments

Plasma 4 Extensions by csslayer 59 comments

Plasma 4 Extensions by panzi 842 comments

Konqueror by panzi 110 comments

Konqueror by panzi 110 comments
PS: Is there a way to be notified per email about comments? - Mar 06 2011

Plasma 4 Extensions by panzi 842 comments
[1] http://www.youtube.com/watch?v=pmw7JfsNzoY - Nov 26 2010

Plasma 4 Extensions by panzi 842 comments

Wallpaper Other by panzi 3 comments
I think it is especially nice when used in combination with the KDM and KDE Splash theme. - Nov 25 2010

Plasma 4 Extensions by nik3nt3 269 comments

Plasma 4 Extensions by nik3nt3 269 comments
Qt: 4.7.0
KDE Development Platform: 4.5.2 (KDE 4.5.2)
KMix: 3.7
When I close kmix and press the keys with which I change the sound using kmix (mediakeys on my keyboard) nothing happens. Mainly I want a replacement for kmix because sometimes it hangs with 100% CPU usage. Also being able to change volume per application with the sound applet is pretty neat.
However, there is another thing:
When I scroll over the popup window of your applet I would expect the volume of the slider I scroll on to change. Instead the sliders them self move out of sight, just to move in again. - Nov 13 2010

KDE 4 Splashscreens by panzi 2 comments
Is it somehow possible to get email notifications on all comments to an upload one makes? Otherwise such bug reports should be sent via direct message when I don't answer within a few days. - Nov 10 2010

KDE 4 Splashscreens by jarod82 1 comment

Plasma 4 Extensions by nik3nt3 269 comments
One thing I'd like to have, though, is to be able to assign global hotkeys with which you could increase/decrease the volume of and mute the default audio device so I can use the media keys on my keyboard (as I can with kmix). Of course this should also show the same/a similar OSD as kmix. - Nov 08 2010

Plasma 4 Extensions by panzi 842 comments

Plasma 4 Extensions by panzi 842 comments
However, now that I have finally upgraded to a newer distribution (used Fedora 12 until today) I will commit some small bugfixes. Still have no time for the big animation rewrite I should do. I guess I'll do it if the APIs I use are not just deprecated but removed. - Nov 04 2010

Konqueror by panzi 110 comments
Yes, I use it with KDE 4.4.
[quote]Can you biuld a .deb package?/quote]
No, I don't use a Debian based distribution. I use Fedora. - Aug 31 2010

Konqueror by panzi 110 comments
http://bitbucket.org/panzi/youtube-service-menu/raw/f5e7d572ddf3/install-kde4.sh
Or informally, for KDE4 the following line in get_yt_viceo.desktop:
ServiceTypes=text/html
has to be replaced with these two lines:
Type=Service
ServiceTypes=KonqPopupMenu/Plugin,text/html
The get_yt_video.py script now works with KDE3 and KDE4 without changes.
I *do* maintain the mkrpm.py script, though. - Aug 31 2010

Konqueror by panzi 110 comments

Plasma 4 Extensions by panzi 842 comments

Plasma 4 Extensions by panzi 842 comments

Plasma 4 Extensions by panzi 842 comments
http://bitbucket.org/jinliu/smooth-tasks/overview/
(I think you cant use any other grouping features when using this.) - Mar 21 2010

Plasma 4 Extensions by panzi 842 comments

Plasma 4 Extensions by panzi 842 comments

Plasma 4 Extensions by panzi 842 comments

Plasma 4 Extensions by panzi 842 comments

Plasma 4 Extensions by panzi 842 comments

Plasma 4 Extensions by panzi 842 comments
If I understand you right I already do that. Only if the group gets unfolded (because there is enough room in the taskbar now or only one window remains) the tooltip is hidden, and that is because libtaskmanager tells me that the group was removed. So I can't display any tooltip now then, because the hover item was removed. - Feb 24 2010

Plasma 4 Extensions by panzi 842 comments

Plasma 4 Extensions by panzi 842 comments
For your convenience:
http://bitbucket.org/panzi/smooth-tasks/get/165e00225d06.bz2 - Feb 14 2010