
System Software by gcala 7 comments
Thanks for using plv - Nov 15 2019
It is a visual helper for the current playing song. If you have a smartphone it is very likely that you find the same "dumb fourfold bar graph" in some media app; i.e.:
http://www.topapps.net/wp-content/uploads/2013/09/Google-Play-Music1.jpg
And guess what, it doesn't follow song's rhythm...
Bye
- Mar 23 2015

Emoticons by gcala 11 comments

Emoticons by gcala 11 comments
- all new lines are in
- changed ;-) and ;) in ;-P and ;P
- regarding 8) and 8-) , they are quite standard; f.i. are used this way in standard kde emoticons; anyway, I can't find among google emoticons a "nerd smile". So left untouched.
Thanks - Dec 18 2014

Emoticons by gcala 11 comments

Emoticons by gcala 11 comments
Moreover, instead installing grooveoff manually it's possible to add a dedicated repo following instructions provided here:
http://software.opensuse.org/download/package.iframe?project=home:gcala&package=grooveoff
Cheers - Oct 11 2014
file: ~/.config/gcala/grooveoff.conf
folder: ~/.local/share/gcala/grooveoff
rename them to something else and start grooveoff again: anything new?
In addition, you can:
* launch grooveoff from terminal and copy&paste all the output.
* use strace command (from strace package):
strace grooveoff 2>&1 | tee >(bzip2 -c > /tmp/grooveoff.strace.bz2)
upload the file /tmp/grooveoff.strace.bz2 somewhere (dropbox, f.i.) and share the link.
Which Mint version are you using? If I'm not wrong is 32bit, right? Is it full updated? - Sep 23 2014

Emoticons by iven 1 comment
Regards - Sep 13 2014
http://gcala.blogspot.com/2013/04/presenting-grooveoff.html
In the meantime I'll send a mail to openDesktop.org maintainers.
Thanks for reporting this issue.
- Jul 16 2013

Various KDE 1.-4. Improvements by montfras 42 comments
- a file name to test could be 'Les Misérables (2012).mkv'.
- no privacy problem for using my real name ;)
Bye
- Jun 16 2013

Various KDE 1.-4. Improvements by montfras 42 comments
regex.setPattern("[^a-zA-Z0-9\\s]");
clean.replace(regex, " ");
I edited the code to use a built-in regex, element, \w, that matches a word character (QChar::isLetterOrNumber(), QChar::isMark(), or '_'). Accented letters are preserved. Here the code you should use:
regex.setPattern("[^\\w]");
clean.replace(regex, " ");
clean.replace('_', ' ');
Cheers. - Jun 15 2013

Utilities by gcala 31 comments
P.S. Chrom* stores bookmarks in a json file, while firefox in a sqlite file, so requirements are different. - Oct 05 2012

Utilities by gcala 31 comments

Utilities by gcala 31 comments

Plasma 4 Extensions by ilpianista 44 comments
Probably width default value should be greater than 0 and not less of X px (f.i., if a user checks the option and closes config dialog without changing its value, what happens to a 0 width plasmoid?)
Many thanks - Sep 30 2012

Plasma 4 Extensions by ilpianista 44 comments
Now my wish: an option to set max/fixed plasmoid width, so beside plasmoids remain in place and not move frantically :D
For too large text:
* trailing dots (f.i., "Extra-mile in ...")
or
* scrolling text (very funny; as for <marquee> html tag) - Sep 30 2012

Plasma 4 Extensions by ilpianista 44 comments
Thanks for your work. - Sep 29 2012

Various KDE Stuff by gnumdk 34 comments
Since this is a common situation, or there is a limit in plasma that prevents a full plasma appmenu or all appmenu* developers are reimplementing the same code, with little new touches.
So, thanking you for your work, can I ask if you plan to work on a full plasma themed appmenu? - Sep 08 2012

Utilities by gcala 31 comments
Hoping to issue the error asap. - Jul 30 2012

System Software by gcala 7 comments
- May 03 2012

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments
http://wstaw.org/m/2012/03/15/finale.png
I take inspiration by lockout plasmoid:
http://wstaw.org/m/2012/03/15/lockout.png
It has resizable buttons and popups replacing text.
I think its code is easy enough to give it a try. - Mar 15 2012

Plasma 4 Extensions by glad 168 comments
http://wstaw.org/m/2012/03/12/appmenu_.png
Very thanks - Mar 12 2012

Dolphin Service Menus by oshunluvr 18 comments

Plasma 4 Extensions by glad 168 comments
Thanks - Mar 10 2012

Utilities by gcala 31 comments
To enable/disable it open krunner (ALT+F2) and click the wrench icon.
To use it, open krunner and start typing bookmark name. - Mar 04 2012

System Software by marcel83 56 comments
http://paste.kde.org/398378/ (desktop file)
http://paste.kde.org/398384/32906131/ (it.po)
the password to read it.po is: cdemu - Feb 12 2012

Plasma 4 Extensions by gcala 7 comments
http://wstaw.org/m/2012/02/10/steamcomp1.png
http://wstaw.org/m/2012/02/10/steamcomp2.png
Like said in my previous post, I have fulfilled two of your requests; about the others:
1) much of the time specials are few so I think it is useful to have all offers in one place
2) since, because of 1), max tabs are two and since I don't think that anyone want to use the library tab as default, choosing a main tab is useless.
Thanks - Feb 10 2012

Plasma 4 Extensions by gcala 7 comments
Unfortunately, the look of scrollbars isn't plasma native, they're in qt. Match the plasma theme requires a lot of code; since I have planned to port it to QML I'll delay your third request until then.
What do you mean with "default tab view"?
Thanks - Feb 09 2012

Plasma 4 Extensions by uomonero 9 comments

Plasma 4 Extensions by lokster 8 comments
http://blip.tv/ivan-uki/kde-plasma-shelf-4304298 - Nov 29 2011

Various KDE 1.-4. Improvements by CraigD 453 comments
$ file /usr/bin/bluefish
/usr/bin/bluefish: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.27, stripped
ldd output: http://paste.kde.org/143666/ - Nov 08 2011

Various KDE 1.-4. Improvements by CraigD 453 comments
QSocketNotifier: Invalid socket 12 and type 'Read', disabling...
comparing when closing wrapped bluefish. - Nov 04 2011

Various KDE 1.-4. Improvements by CraigD 453 comments
* truecrypt
* gnome-mplayer
Regards - Nov 04 2011