If you don't need anything very polished, the fastest solution is very 
simple: take all the .png files in the pixmaps/ directory of the source 
distribution (usually installed in /usr/share/xournal/pixmaps/ by your 
package manager, or someplace similar: look for a file called 
xournal.png on your system). And just resize them to something larger, 
eg. something like

mkdir pixscale; cd pixmaps
for i in *.png ; do convert $i -scale 200% ../pixscale/$i ; done
cd ..
mv pixmaps pixmaps.old; mv pixscale pixmaps

(don't type this blindly on an actual production system, but I'm sure 
you get the idea)
Then restart xournal, the toolbars should become twice as big, and the 
icons specific to xournal have become twice as big (while, alas, the 
standard GTK stock icons remain small but become spaced twice as much).

[For a more polished look, add transparent margins around the .pngs 
instead of just scaling them up ?]

I'm afraid I don't know how to get the stock icons to become larger.

Best,
Denis



On 10/10/2014 03:54 PM, Jason Sauders wrote:
> Hello friends. I am working with a potentially unique situation here.
> I'm a technician for a large public school district. We work with Ubuntu
> almost exclusively for our student machines. I have a few students with
> visual impairments, and we were looking for a way to have the students
> complete worksheets that are scanned via PDF by annotating them and
> transferring them automatically to the teacher for grading. Xournal hits
> that mark 99%.
>
> The remaining 1% is the size of the toolbar elements, such as the icons
> for zoom in, zoom out, the color boxes for being able to select your
> color, etc. Due to the impairments of the students, the size of these
> icons are nearly unusable for them. They just cannot see enough of the
> icons to know what they are selecting.
>
> Ubuntu's Unity allows display scaling, which ramps up a lot of the
> display elements, namely the title bar where the clock is and various
> system tray icons, the launcher, etc., but it has no effect on an
> independent application such as Xournal.
>
> Is there any way at all, no matter how far under the hood I have to go,
> to make these icons larger? If I can ramp those up in size this would be
> the perfect solution for a few students in need.
>
> Thank you for your time reading this message and thank you developers
> for making a great application like this available.
>
> (if this question came up in any prior postings before I joined, I
> apologize for the duplicate!)
>
> Have a great day.
> -J
>
>
> ------------------------------------------------------------------------------
> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
>
>
>
> _______________________________________________
> Xournal-devel mailing list
> Xournal-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xournal-devel
>

-- 
Denis Auroux
UC Berkeley, Department of Mathematics     aur...@math.berkeley.edu 

Institut Henri Poincare, Paris             aur...@ihp.fr

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Xournal-devel mailing list
Xournal-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xournal-devel

Reply via email to