Skip to content
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

Closed
aseprite-bot opened this issue Aug 20, 2014 · 12 comments
Closed

Can't resize the window on Ubuntu #192

aseprite-bot opened this issue Aug 20, 2014 · 12 comments

Comments

@aseprite-bot
Copy link

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

@aseprite-bot
Copy link
Author

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
Owner: davidcapello
Labels: OpSys-Linux

@aseprite-bot
Copy link
Author

From davidcapello on January 01, 2013 16:17:29

Summary: Can't resize the window on Ubuntu (was: Can't resize the window)
Status: WontFix

@aseprite-bot
Copy link
Author

From davidcapello on March 24, 2013 10:52:08

Issue #214 has been merged into this issue.

@aseprite-bot
Copy link
Author

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.

@aseprite-bot
Copy link
Author

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,
Iancu

@aseprite-bot
Copy link
Author

From davidcapello on June 16, 2013 12:36:05

Issue #223 has been merged into this issue.

@aseprite-bot
Copy link
Author

From davidcapello on June 16, 2013 12:36:25

Issue #241 has been merged into this issue.

@aseprite-bot
Copy link
Author

From eeepc...@gmail.com on March 17, 2014 13:06:22

Confirmed in Ubuntu 13.10 (64 bit).

@aseprite-bot
Copy link
Author

From ergba...@gmail.com on March 17, 2014 13:52:50

Have you considered placing the Linux version in a GTK wrapper?

@aseprite-bot
Copy link
Author

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.

@aseprite-bot
Copy link
Author

From davidcapello on July 16, 2014 18:00:01

Labels: -OpSys-Linux OS-Linux

@jsaak
Copy link

jsaak commented Nov 30, 2016

configfile moved to here: ~/.config/aseprite/aseprite.ini
you can adjust the size there

[GfxMode]
Maximized = no
Width = 1695
Height = 951
Depth = 32
ScreenScale = 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants