Arch linux sublime text

Содержание
  1. Arch Linux User Repository
  2. Nek commented on 2022-12-08 16:04 (UTC) (edited on 2022-12-08 16:04 (UTC) by Nek)
  3. SunRed commented on 2022-12-02 23:15 (UTC)
  4. Nek commented on 2022-12-02 14:48 (UTC) (edited on 2022-12-02 14:48 (UTC) by Nek)
  5. sebdotv commented on 2022-11-10 08:51 (UTC)
  6. SunRed commented on 2022-06-18 19:48 (UTC)
  7. SunRed commented on 2022-02-19 16:36 (UTC) (edited on 2022-02-19 16:37 (UTC) by SunRed)
  8. prabh1601 commented on 2022-02-19 11:52 (UTC)
  9. SunRed commented on 2021-12-23 11:55 (UTC)
  10. ak4nv commented on 2021-12-23 06:44 (UTC) (edited on 2021-12-23 06:45 (UTC) by ak4nv)
  11. Arch Linux User Repository
  12. SunRed commented on 2021-05-21 13:04 (UTC)
  13. Latest Comments
  14. yurikoles commented on 2020-02-28 05:23 (UTC)
  15. edub4rt commented on 2019-12-23 23:57 (UTC)
  16. sender commented on 2019-03-23 20:52 (UTC)
  17. friday commented on 2019-03-20 21:56 (UTC)
  18. sender commented on 2019-03-17 22:02 (UTC)
  19. ispeaknousa commented on 2019-03-15 08:51 (UTC)
  20. sender commented on 2019-03-08 10:21 (UTC)
  21. sparr commented on 2019-03-07 19:59 (UTC)
  22. nasr18 commented on 2018-05-23 06:23 (UTC)
  23. thamaraiselvam commented on 2018-05-23 06:08 (UTC)
  24. Arch Linux User Repository
  25. marcospb19 commented on 2021-10-04 01:30 (UTC) (edited on 2021-10-04 01:30 (UTC) by marcospb19)
  26. marcospb19 commented on 2021-10-04 01:24 (UTC)
  27. NullRoute commented on 2021-10-04 00:48 (UTC)
  28. marcospb19 commented on 2021-07-14 18:28 (UTC)
  29. marcospb19 commented on 2021-05-02 07:51 (UTC)
  30. NullRoute commented on 2021-05-01 05:21 (UTC) (edited on 2021-05-01 05:27 (UTC) by NullRoute)
  31. marcospb19 commented on 2021-04-12 21:33 (UTC) (edited on 2021-04-12 21:35 (UTC) by marcospb19)
  32. NullRoute commented on 2021-04-12 07:11 (UTC)

Arch Linux User Repository

Edit: It now uses the correct wmclass string. My understanding of the wmclass option was wrong. I first thought the wmclass string is set by whatever is used in the desktop file but subl is in fact the correct class set by Sublime Text itself.

Nek commented on 2022-12-08 16:04 (UTC) (edited on 2022-12-08 16:04 (UTC) by Nek)

@SunRed You were right. I added StartupWMClass=subl to the desktop file (under [Desktop Entry] ) and it worked, the alt-tab icon is back. Thank you.

SunRed commented on 2022-12-02 23:15 (UTC)

@Nek That must be due to the latest update now using the .desktop file from the upstream package and sed ‘ing that one, rather than providing one in the AUR package. Quickly looking at the differences, it possibly is the lack of StartupWMClass in the new one as seen here on the old desktop file. You can try out setting that in /usr/share/applications/sublime_text.desktop and report back as it seems like a GNOME specific option and I don’t have it currently anywhere installed. (plasma wayland/sway user here)

Nek commented on 2022-12-02 14:48 (UTC) (edited on 2022-12-02 14:48 (UTC) by Nek)

with version 4.4143-2 Gnome 43 (wayland) does not show the sublimetext icon in the ALT-TAB menu but it shows a generic gear icon instead. The icon in the Gnome Activities is the correct one though. Is this an upstream issue or a package issue? Worked well before this version.

sebdotv commented on 2022-11-10 08:51 (UTC)

diff --git a/.SRCINFO b/.SRCINFO index 65d97aa..1615d81 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = sublime-text-4 pkgdesc = Sophisticated text editor for code, html and prose - stable build - pkgver = 4.4126 + pkgver = 4.4142 pkgrel = 1 url = https://www.sublimetext.com/download install = sublime-text-4.install @@ -14,9 +14,9 @@ pkgbase = sublime-text-4 conflicts = sublime-text source = sublime_text.desktop sha256sums = e991aac5207655dadf69c6f74c194c80009fb9767d7710337f586908969aa9cf - source_x86_64 = https://download.sublimetext.com/sublime_text_build_4126_x64.tar.xz - sha256sums_x86_64 = 5c64e534cce0032e54d3c7028e8d6b3bdef28f3fd28a26244a360a2ce75450a1 - source_aarch64 = https://download.sublimetext.com/sublime_text_build_4126_arm64.tar.xz - sha256sums_aarch64 = 0ad4ac168d47034c47ab31faaa0d8b6b4f27e233ea4e48634b930bf999efb63e + source_x86_64 = https://download.sublimetext.com/sublime_text_build_4142_x64.tar.xz + sha256sums_x86_64 = 26b14bd7bb6b72c51c4bf6d86d26cc8539d233295ae8092830823696dda70306 + source_aarch64 = https://download.sublimetext.com/sublime_text_build_4142_arm64.tar.xz + sha256sums_aarch64 = afa6f13985d5036440a3ca6b74143bfe048d2853e6c035b9a2c6e5204d1acd3e pkgname = sublime-text-4 diff --git a/PKGBUILD b/PKGBUILD index 6ea2aa4..a0c1858 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Manuel Hüsers pkgname=sublime-text-4 -pkgver=4.4126 +pkgver=4.4142 pkgrel=1 pkgdesc="Sophisticated text editor for code, html and prose - stable build" arch=('x86_64' 'aarch64') @@ -18,8 +18,8 @@ source_x86_64=("https://download.sublimetext.com/sublime_text_build_$_ source_aarch64=("https://download.sublimetext.com/sublime_text_build_$_arm64.tar.xz") sha256sums=('e991aac5207655dadf69c6f74c194c80009fb9767d7710337f586908969aa9cf') -sha256sums_x86_64=('5c64e534cce0032e54d3c7028e8d6b3bdef28f3fd28a26244a360a2ce75450a1') -sha256sums_aarch64=('0ad4ac168d47034c47ab31faaa0d8b6b4f27e233ea4e48634b930bf999efb63e') +sha256sums_x86_64=('26b14bd7bb6b72c51c4bf6d86d26cc8539d233295ae8092830823696dda70306') +sha256sums_aarch64=('afa6f13985d5036440a3ca6b74143bfe048d2853e6c035b9a2c6e5204d1acd3e') package() < cd "$" 

SunRed commented on 2022-06-18 19:48 (UTC)

@NullRoute In case you read this, sorry I never came back to this. The reason for sublime-text being in conflicts is because it should be removed if you try to install the official repo package. Same for the -dev version. The patch you want to include that allows side-by-side installation and execution should be applied to the legacy versions as those ones are not provided by official repos anymore and where the binary should be renamed to subl3 and subl2 respectively. These packages should only have sublime-text in provides but not in conflicts with that patch applied and would allow what you ask for.

Читайте также:  No medium found on dev sr0 linux

SunRed commented on 2022-02-19 16:36 (UTC) (edited on 2022-02-19 16:37 (UTC) by SunRed)

@prabh1601: I unflagged the package already.

Please only flag the package out-of-date if the version on the upstream URL of this package is newer.

In addition I want to note that I actually have a notifier in place that checks every hour if the version has been updated on the sublime text website. My plan was to automate this process with a bot account here on the AUR but I have yet to implement that part.

prabh1601 commented on 2022-02-19 11:52 (UTC)

@genesis, why have you even marked this rep out of date, 4127 is supposed to be dev build which is already updated on the sublime-text-dev aur package, This is stable build package and so far 4126 is the latest one. Please fix your out of date flag

SunRed commented on 2021-12-23 11:55 (UTC)

What exactly is the issue here now? Sorry I didn't manage to update the package within a day. The package name 'sublime-text' is used for the official package already and hence will be removed if you submit it to the AUR.

ak4nv commented on 2021-12-23 06:44 (UTC) (edited on 2021-12-23 06:45 (UTC) by ak4nv)

@zizzo You can make a new one and name it sublime-text or sublime-text-hq

Copyright © 2004-2023 aurweb Development Team.

AUR packages are user produced content. Any use of the provided files is at your own risk.

Источник

Arch Linux User Repository

Please note that the dev branch of this software requires a license to be purchased from the website. If you want to support this software, please consider doing so.

You can use the stable branch available at sublime-text-4 or the official package for free.

SunRed commented on 2021-05-21 13:04 (UTC)

To cut down the amount of packages to be maintained and to decrease confusion, this package is now used for the 'dev' branch of Sublime Text that is kept up to date with the most recent version. Users who want to stay on the latest legacy versions or the most recent stable release should stick to the respective stable release packages (sublime-text-3, sublime-text-4) or use the official repos provided by Sublime Text.

Читайте также:  Примеры настройки сервера linux

Latest Comments

yurikoles commented on 2020-02-28 05:23 (UTC)

Please remove i686 from arch .

edub4rt commented on 2019-12-23 23:57 (UTC)

NOTE: This is not the dev build from the site, but from announcements in the Sublime Text Discord channel

sender commented on 2019-03-23 20:52 (UTC)

@friday Thanks for the heads up and the kind words 🙂 Dependency has been updated.

friday commented on 2019-03-20 21:56 (UTC)

Thanks for keeping this updated 🙂 I read in the release notes (https://www.sublimetext.com/blog/articles/sublime-text-3-point-2) that they upgraded to GTK3 now, so the dependencies have changed.

sender commented on 2019-03-17 22:02 (UTC)

@alzheimer: There are more reasons to keep the packages at AUR, but some (most?) might prefer to be closer to the source, even though we keep the software as vanilla as possible. Anyway, one has options.

ispeaknousa commented on 2019-03-15 08:51 (UTC)

@sender "Sublime Text 3 is available via the dedicated pacman repo provided by the author. From now on this is the recommended way to install ST3 on Arch Linux."

But isn't the point of AUR to gather everything in one place? Otherwise it's just like the common PPAs in Ubuntu. Instead of adding all the dedicated repos which might change over time, we know for sure that there's one place where, for example, tutorials can point safely. Besides, there's no list of pacman channels we (as users) need to make sure that are still alive.

sender commented on 2019-03-08 10:21 (UTC)

@sparr Leftover from the days that ST2 was stable and used subl .

sparr commented on 2019-03-07 19:59 (UTC)

Why subl3 instead of subl which seems to be the norm when using ST3's normal installer, and on other distros and OSes?

nasr18 commented on 2018-05-23 06:23 (UTC)

@thamaraiselvam maybe. first update your system and then try via yaourt.

thamaraiselvam commented on 2018-05-23 06:08 (UTC)

@nasr18 weird, why I don't get it via AUR? :/ something related to mirrors?

Copyright © 2004-2023 aurweb Development Team.

AUR packages are user produced content. Any use of the provided files is at your own risk.

Источник

Arch Linux User Repository

i notice that Sublime Text on dock appear as “unknown” icon but every where else appears ok. taken the config file of Sublime Merge i found and fixed the bug.

the file /usr/share/applications/sublime_text.desktop, Exec entry is just “subl”, and changed to the complete executable location /opt/sublime_text_3/sublime_text

marcospb19 commented on 2021-10-04 01:30 (UTC) (edited on 2021-10-04 01:30 (UTC) by marcospb19)

Clarification: any question about changing the installation path will most likely be ignored as there is no practical way of doing so without conflicting with other packages or breaking users systems.

marcospb19 commented on 2021-10-04 01:24 (UTC)

@NullRoute, this has already been clarified, can you stop insisting.

Do you understand that I CANNOT change the installation path of ST4 to a different path? I DO NOT maintain that package, and I have already talked to developers of Sublime Text DIRECTLY.

They told me NOT TO DO THIS.

It's intended to be shipped this way, every link online says that it's installed at the same path, they say it's installed at /usr/bin/subl, how am I supposed to change it suddenly?

Читайте также:  Несколько линукс на флешку

Creating a symlink to /usr/bin/subl to the /usr/bin/subl3 would still conflict with ST2 ST4 in all their different packages, because the other packages NOT MAINTAINED BY ME use that same file.

NullRoute commented on 2021-10-04 00:48 (UTC)

Please remove "conflicts=('sublime-text-4-dev' 'sublime-text-4' 'sublime-text-3-imfix' 'sublime-text-dev')" in PKGBUILD. ST3 and ST4 runs very well together. Its even official in docs @ https://www.sublimetext.com/docs/side_by_side.html Just make sure to install binary file to subl3 (ST3) and subl (ST4) and others to subl3dev for example. Many people run at least two different versions O_o

marcospb19 commented on 2021-07-14 18:28 (UTC)

This is UP TO DATE with the latest release of ST3.

marcospb19 commented on 2021-05-02 07:51 (UTC)

@NullRoute, please, do not mark this package as outdated because it is not, I won't change it to subl3 because this is not how the official sublime text organization intended to ship their binary.

Again, all tutorials in the internet tell the user "type subl in the terminal", you're suggesting a breaking and unnecessary change, both packages conflict because the released binaries are supposed to be named subl .

Because of this, ST2, ST3 and ST4 packages will conflict.

After your comment I went to the official Discord server just to be 101% sure, and yeah, I got the confirmation that this is the right decision to make.

Also, note that I cannot change ST2 or ST4 packages, I can only change ST3's one, so your suggestion would not work (don't forget that there are multiple other packages, not only three).

Here are some links with mentions to subl , one is an official page, and the other one is a StackOverflow answer.

NullRoute commented on 2021-05-01 05:21 (UTC) (edited on 2021-05-01 05:27 (UTC) by NullRoute)

@ marcospb19, What are you talking about? You can modify PKGBUILD path easily! Just change this line here; ln -s "/opt/sublime_text_3/sublime_text" "$/usr/bin/subl" to ln -s "/opt/sublime_text_3/sublime_text" "$/usr/bin/subl3" I have both packages installed as "/usr/bin/subl2" and "/usr/bin/subl3" and they both wor flawlessly.

marcospb19 commented on 2021-04-12 21:33 (UTC) (edited on 2021-04-12 21:35 (UTC) by marcospb19)

Hey NullRoute, thanks for your suggestion, unfortunately this is not possible, I don't maintain ST2 and ST4 packages, so I could not make them install to another path, also, subl is the name for multiple package managers, not only AUR, so in any forum comment, article, blog, or tutorial, the command is subl and not subl3 , changing it would make the location inconsistent.

So the solution is to do it manually, you can install ST3, copy the binary to /usr/bin/subl3, and then install ST2, I think it works as expected as both require libpng and gtk2 , so you'll certainly have both installed (however, note that ST2 requires stuff that is not included in the ST3 package, so installing ST2 before ST3).

NullRoute commented on 2021-04-12 07:11 (UTC)

Sublime Text 2 should work fine with Sublime Text 3, please remove "sublime-text2" from conflicts list and instead install v3 as /usr/bin/subl3 and v2 as /usr/bin/subl2 Because some of us still prefer to use v2 and v3 at same time. Thank you!

Copyright © 2004-2023 aurweb Development Team.

AUR packages are user produced content. Any use of the provided files is at your own risk.

Источник

Оцените статью
Adblock
detector