[10:19] looking into https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-icon-theme/+bug/1378998 [10:19] Launchpad bug 1378998 in ubuntustudio-icon-theme (Ubuntu) "Icons for Some Applications are Too Large" [Undecided,In progress] [10:20] does it have to be png? or is svg ok too? [11:16] i made svg icons for hexter and hdspmixer... hexter is vectorial, hdsp has embedded png fitting in the document's boundaries is 128x128 px... do i proceed like the manualtest case: upload to my branch and link it to the bug? should i put them in a folder next to the folder containing present icons, but named 128? [11:24] actualy, the hdsp one i have to work more on, it gets ugly at 24x24 [11:39] audacity testcase exists - I fixed that and moved it to studio [14:59] sakrecoer_: have you tested your new icons in place? [15:03] OvenWerks: not sure how to do it the "real" way, but i have tested it in gimp... hexter works fine. but hdsp needs to be sortof... "reinvented" because it doesn't work at all in 24x24 [15:04] sakrecoer_: you need to replace the ones in /usr/share/icones/hicolor//apps/ I think. [15:04] looks more like a glitch then a mixer in small size [15:05] OvenWerks: will it accept .svg? [15:05] sakrecoer_: should [15:05] sakrecoer_: I have used svgs before. [15:05] ok.. i will try that :) [15:06] for hdsp maybe we should just link to the ALSA icon. [15:06] writing a testcase for phatch,,, but it seems to be broken in my dev install... [15:06] if it is possible to use alsa icon, it is a good sollution [15:06] sakrecoer_: I don't know how to use it... or why I would use it even :) [15:07] its a batch processor for GUI folks.. [15:08] you can apply filters, transformations, export to other formats in a stack of processes... [15:08] pretty handy and powerfull app.. [15:12] sakrecoer_: sounds like it. [15:12] but its very much dead in the dev branch.. :( [15:13] I can't find the ALSA icon... [15:16] /usr/share/pixmaps :P [15:16] xpm...? :) never seen that format before. [15:17] sakrecoer_: the ultimate fall back. [15:17] It was the standard mid 90s [15:17] "the ultimate fall back" xpm? or alsa icon for hdsp? [15:17] ok! [15:17] :) [15:18] strange that sudo find / -iname '*alsa*' [15:18] will not find that icon [15:19] alsa-tools.xpm [15:20] yeah... the wildcard should include it... but its like find didn't even look inside /usr/ [15:21] The menu (and other apps) use a search pattern to find icons. I think that /usr/share/pixmaps/ is the last on the list, after going through the icon theme. [15:21] it does if i use find /usr/ -iname '*alsa*' [15:22] oh... strange... after searching with find in /usr/ it will include it if i search / [15:22] sorry... ok... [15:33] OvenWerks: i'll draw a mixer in svg :) [15:33] :) [15:34] sakrecoer_: it would not hurt to have a nicer looking icon for all Alsa. [15:34] sakrecoer_: the one for FFADO mixer is not very nice either. [15:35] yeah... i'lll try to make a little mixer to which it is possible to append a symbol [15:36] but right now i'm looking into filing a bug repport for phatch, but i can't find the dev branch. i wonder if its broken in 15.10 too... [16:08] can i use apport to file a bug for phatch in dev-branch? [16:18] well... i hope i did this right https://bugs.launchpad.net/ubuntu/+source/phatch/+bug/1527314 [16:18] Launchpad bug 1527314 in phatch (Ubuntu) "Neither Dropplet nor Inspect will accept images. No reaction what so ever" [Undecided,New] [17:29] OvenWerks: is the smallest icon size 24x24 or 32x32? [17:31] sakrecoer_: it depends... [17:31] in the ubuntustudio menu? [17:32] when i measure a workflow icon i get 16x16 [17:32] sakrecoer_: :) [17:33] There is actually a 14x14 folder as well, but I don't think it gets used. [17:33] i found this super cool thing in this case: http://goinkscape.com/use-blender-freestyle-to-export-svg-artwork/ [17:34] sakrecoer_: The reason I am not sure is that it appears we are going to whisker menu which does tend to bigger icons (as installed). [17:34] sakrecoer_: However, right click on open desktop uses the small icons. [17:35] ok! :) i've been working on making them fit to 24x24... [17:35] the pannel row size is set to 24 pixels [17:35] if it is svg, and they work in 24x24 they definitly work in bigger... [17:36] The icons in the pannel look like they just fit and they are the same size as the menu icons so they are either 24 or 22. [17:38] sakrecoer_: it is hard to tell if there is a pixel between the icon and the edge of the panel... and if there is [17:39] is that the panel border, or the icon having space in the icon itself. [17:41] if i reduce the panel to 24 pixels, there are 3 pixels on each side of the icons so they are probably ~18 px wide.. [17:44] i'ΓΆΓΆ use 18 as minimum then... if it works at 18, it should even work at 14 anyways.. [17:44] *i'll [17:56] ok 16px is better average [17:56] but its super hard! :D [18:51] OvenWerks: system says phtach-cli is already newest verison, but when i try it, it says "command not found" [18:52] phatch even.. (i spelled right when i tried) [18:52] there is no phatch-cli. But I am having trouble getting it to work in 1404. [18:53] running phatch -c should be cli [18:53] phatch -c returns nothing [18:54] phatch -c path/to/picture/folder gave me: [18:54] /usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py:8196: GtkWarning: gtk_disable_setlocale() must be called before gtk_init() return _core_.PyApp__BootstrapApp(*args, **kwargs) [18:55] phatch -c pathto/specificfile.jpg gave: [18:55] /usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py:8196: GtkWarning: gtk_disable_setlocale() must be called before gtk_init() return _core_.PyApp__BootstrapApp(*args, **kwargs) [19:00] OvenWerks: let me dig into their online doc for you. to find how to make an actionlist [19:01] OvenWerks: found this: http://photobatch.wikidot.com/writing-actions [19:01] i'm very unfamiliar with python :( [19:02] I've got one that says it did something... but I can't find the output [19:03] i read somewhere a warning saying "so not forget to add a save action"... [19:03] *do not forget.. [19:03] Ya, but it is not clear if I have that right... [19:05] hmm... /usr/[local/]lib/python2.x/site-packages/ is empty in xenial [19:05] so is /home/set/.local/share/phatch/actions/ [19:08] sakrecoer_: http://pastebin.com/EnUfWpxV this is an action file [19:08] save it to test.phatch [19:08] put it in a temporary folder with some pictures [19:09] The commandline I used was:phatch -c -v -k ./test.phatch * [19:09] go down one folder and look for another folder with the same name as the temp folder but with *-phatch [19:10] *_phatch [19:10] it worked! [19:11] i put it in ~/Desktop/phatch/ which contains images [19:11] All the new pictures should be tilted. [19:11] it created ~/Desktop/phatch_patch/ renamed the files sequencialy and made them into png [19:11] no converstion sorry [19:12] (to the left) [19:12] it renamed them yes... Image001, Image002, etc [19:12] they are tilted! [19:12] so could it be that we just miss the action files? [19:13] No, I made that one up using the GUI [19:13] They can be hand made of course... [19:14] the gui in 14.04? [19:14] yes. [19:14] ok... because there seem to be 0 action files in xenial [19:14] and normaly, phatch has built-in actions... [19:14] with settings and stuff [19:14] there are none here either. [19:15] ok... i see what you mean, but you cam create them with the GUI [19:15] ? [19:15] yeah, well thats waht you wrote.. sorry [19:16] sakrecoer_: it may be that these actions I have here are saved as file and just dropped in place... but I don't think so, because I can edit the actions. [19:16] what do you have in /usr/[local/]lib/python2.x/site-packages/phatch/actions/ ? [19:16] and ~/.local/share/phatch/actions/ ? [19:19] I have nothing in either place [19:21] weird.. [19:22] The cli version does not have list editing in it. [19:23] http://photobatch.wikidot.com/interface#toc36 but it doesn't say where to store them... [19:23] sakrecoer_: I think it may be worth keeping in... at least the cli version for those who have some action list already. [19:24] defenitly! :) [19:26] i will add a comment to the bug repport specifying that it only affects GUI version [19:34] anyways, thanks a million for looking in to it OvenWerks !!