New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't resize the window on Ubuntu #192
Comments
|
From davidcapello on January 01, 2013 15:37:10 Pre-compiled versions for Ubuntu doesn't have a resizable window because it uses the shared Allegro library (Allegro library is a dependency of Aseprite, and it doesn't included resizable window support by default). If you want a resizable window you should compile Aseprite by yourself from the git repository: https://github.com/dacap/aseprite I don't know if we could solve this problem on Ubuntu, personally I think that Aseprite should be compiled with the modified version of Allegro included in the same source code (which support a resizable window) instead of using the original Allegro library. Status: Accepted |
|
From davidcapello on January 01, 2013 16:17:29 Summary: Can't resize the window on Ubuntu (was: Can't resize the window) |
|
From davidcapello on March 24, 2013 10:52:08 Issue #214 has been merged into this issue. |
|
From dk.vali on March 24, 2013 13:35:23 Ubuntu 13.04 64 bit here, same issue. Yeah, statically linking dependencies is alright imo. |
|
From ia...@iancustoica.ro on May 30, 2013 05:32:47 Hello, I have encountered the same issue on ubuntu 13.04 64 bit and debian wheezy 64 bit versions: http://i.imgur.com/95aeu5I.png Best regards, |
|
From davidcapello on June 16, 2013 12:36:05 Issue #223 has been merged into this issue. |
|
From davidcapello on June 16, 2013 12:36:25 Issue #241 has been merged into this issue. |
|
From eeepc...@gmail.com on March 17, 2014 13:06:22 Confirmed in Ubuntu 13.10 (64 bit). |
|
From ergba...@gmail.com on March 17, 2014 13:52:50 Have you considered placing the Linux version in a GTK wrapper? |
|
From sinclo...@gmail.com on March 17, 2014 16:28:26 You can actually change the window size from a file called ".asepriterc" at your home folder. Settings are just under the [GfxMode]. Reopen Aseprite you'll see the window size changed. |
|
From davidcapello on July 16, 2014 18:00:01 Labels: -OpSys-Linux OS-Linux |
|
configfile moved to here: ~/.config/aseprite/aseprite.ini |
From Danni...@gmail.com on December 27, 2012 17:29:19
What steps will reproduce the problem? 1. Open Aseprite.
2. Try to drag the sides of the window.
3. Nothing happens/not possible. What is the expected output? What do you see instead? It should be possible to resize the window. What version of the product are you using? On what operating system? 0.9.5 on Ubuntu 12.10 64 bit. Downloaded from https://launchpad.net/ubuntu/raring/amd64/aseprite/0.9.5-2ubuntu1 A workaround I found is to launch Aseprite from the terminal with a resolution argument: "aseprite -resolution 1400x900". Still not resizeable, but it lets me choose the window size at least.
Original issue: http://code.google.com/p/aseprite/issues/detail?id=192
The text was updated successfully, but these errors were encountered: